RE: [EXT] [PATCH v2 2/3] app/eventdev: use enqueue new event burst routine

2023-05-18 Thread Shijith Thotton
>From: Pavan Nikhilesh > >Use the `rte_event_enqueue_new_burst` routine to enqueue events >with rte_event::op as RTE_EVENT_OP_NEW. This allows PMDs to use >optimized enqueue routines. > >Signed-off-by: Pavan Nikhilesh [] Acked-by: Shijith Thotton >--- > app/test-eventdev/evt_options.c |

[PATCH v2 2/3] app/eventdev: use enqueue new event burst routine

2023-04-25 Thread pbhagavatula
From: Pavan Nikhilesh Use the `rte_event_enqueue_new_burst` routine to enqueue events with rte_event::op as RTE_EVENT_OP_NEW. This allows PMDs to use optimized enqueue routines. Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/evt_options.c | 2 +- app/test-eventdev/test_perf_common.