On Fri, Oct 18, 2024 at 1:14 AM Mattias Rönnblom <mattias.ronnb...@ericsson.com> 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 for DPDK 23.11. > > Mattias Rönnblom (9):
Changes look good. Please send the NON RFC version of the series ASAP. I will merge it for rc2 (rc1 is created now) > event/dsw: remove single event enqueue and dequeue > event/dlb2: remove single event enqueue and dequeue > event/octeontx: remove single event enqueue and dequeue > event/sw: remove single event enqueue and dequeue > event/dpaa: remove single event enqueue and dequeue > event/dpaa2: remove single event enqueue and dequeue > event/opdl: remove single event enqueue and dequeue > event/skeleton: remove single event enqueue and dequeue > eventdev: remove single event enqueue and dequeue > > Pavan Nikhilesh (1): > event/cnxk: remove single event enqueue and dequeue > drivers/event/sw/sw_evdev_worker.c | 12 ---- > lib/eventdev/eventdev_pmd.h | 4 -- > lib/eventdev/eventdev_private.c | 22 ------- > lib/eventdev/rte_eventdev.h | 21 ++---- > lib/eventdev/rte_eventdev_core.h | 11 ---- > 25 files changed, 52 insertions(+), 427 deletions(-) > > -- > 2.43.0 >