Re: [PATCH] event/cnxk: add preliminary Tx queue depth check

2022-09-14 Thread Jerin Jacob
On Tue, Aug 16, 2022 at 9:05 PM wrote: > > From: Pavan Nikhilesh > > add preliminary Tx queue depth check and return on failure. > Once the check passes, tx_adapter_enqueue() function becomes > a blocking call till it succeeds. > > Signed-off-by: Pavan Nikhilesh Applied to dpdk-next-net-eventde

[PATCH] event/cnxk: add preliminary Tx queue depth check

2022-08-16 Thread pbhagavatula
From: Pavan Nikhilesh add preliminary Tx queue depth check and return on failure. Once the check passes, tx_adapter_enqueue() function becomes a blocking call till it succeeds. Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cn10k_worker.h | 5 + 1 file changed, 5 insertions(+) diff