Re: [PATCH] event/cnxk: fix dequeue timeout configuration

2023-12-11 Thread Jerin Jacob
On Thu, Dec 7, 2023 at 1:43 PM wrote: > > From: Pavan Nikhilesh > > Allow dequeue timeout to be configured as zero, when > RTE_EVENT_DEV_CFG_PER_DEQUEUE_TIMEOUT is disabled. > > Fixes: 5512c7de85cd ("event/cnxk: add common configuration validation") > Cc: sta...@dpdk.org > > Signed-off-by: Pavan

[PATCH] event/cnxk: fix dequeue timeout configuration

2023-12-06 Thread pbhagavatula
From: Pavan Nikhilesh Allow dequeue timeout to be configured as zero, when RTE_EVENT_DEV_CFG_PER_DEQUEUE_TIMEOUT is disabled. Fixes: 5512c7de85cd ("event/cnxk: add common configuration validation") Cc: sta...@dpdk.org Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cnxk_eventdev.c | 13