Re: [RFC v3 00/10] eventdev: remove single-event enqueue and dequeue

2024-10-21 Thread Mattias Rönnblom
On 2024-10-21 09:25, Jerin Jacob wrote: On Fri, Oct 18, 2024 at 1:14 AM Mattias Rönnblom wrote: Remove the single-event enqueue and dequeue functions from the eventdev "ops" struct, to reduce complexity, leaving performance unaffected. This ABI change has been announced as a DPDK deprication

Re: [RFC v3 00/10] eventdev: remove single-event enqueue and dequeue

2024-10-21 Thread Jerin Jacob
On Fri, Oct 18, 2024 at 1:14 AM Mattias Rönnblom wrote: > > Remove the single-event enqueue and dequeue functions from the > eventdev "ops" struct, to reduce complexity, leaving performance > unaffected. > > This ABI change has been announced as a DPDK deprication notice, > originally scheduled fo

[RFC v3 00/10] eventdev: remove single-event enqueue and dequeue

2024-10-16 Thread Mattias Rönnblom
Remove the single-event enqueue and dequeue functions from the eventdev "ops" struct, to reduce complexity, leaving performance unaffected. This ABI change has been announced as a DPDK deprication notice, originally scheduled for DPDK 23.11. Mattias Rönnblom (9): event/dsw: remove single event