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

2024-10-15 Thread Mattias Rönnblom
On 2024-10-15 19:07, Stephen Hemminger wrote: On Tue, 15 Oct 2024 10:49:33 +0200 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 dep

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

2024-10-15 Thread Stephen Hemminger
On Tue, 15 Oct 2024 10:49:33 +0200 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

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

2024-10-15 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 (10): event/dsw: remove single event