Re: [PATCH v3] event/cnxk: use LMTST for enqueue new burst

2023-05-22 Thread Jerin Jacob
On Mon, May 22, 2023 at 5:26 PM wrote: > > From: Pavan Nikhilesh > > Use LMTST when all events in the burst are enqueue with > rte_event:op as RTE_EVENT_OP_NEW i.e. events are enqueued > with the `rte_event_enqueue_new_burst` API. > > Signed-off-by: Pavan Nikhilesh > Acked-by: Shijith Thotton

[PATCH v3] event/cnxk: use LMTST for enqueue new burst

2023-05-22 Thread pbhagavatula
From: Pavan Nikhilesh Use LMTST when all events in the burst are enqueue with rte_event:op as RTE_EVENT_OP_NEW i.e. events are enqueued with the `rte_event_enqueue_new_burst` API. Signed-off-by: Pavan Nikhilesh Acked-by: Shijith Thotton --- v3 Changes: - Fix checkpatch issues. v2 Changes: