Re: [PATCH 1/2] event/cnxk: fix ns to ticks conversion

2023-05-26 Thread Jerin Jacob
On Wed, May 24, 2023 at 2:22 PM wrote: > > From: Pavan Nikhilesh > > The number of timeout ticks is dependent on the global dequeue > timeout configured. > > Fixes: 6223ede20361 ("event/cnxk: add event port link and unlink") > > Signed-off-by: Pavan Nikhilesh Series applied to dpdk-next-net-eve

[PATCH 1/2] event/cnxk: fix ns to ticks conversion

2023-05-24 Thread pbhagavatula
From: Pavan Nikhilesh The number of timeout ticks is dependent on the global dequeue timeout configured. Fixes: 6223ede20361 ("event/cnxk: add event port link and unlink") Signed-off-by: Pavan Nikhilesh --- drivers/event/cnxk/cnxk_eventdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti