Re: [dpdk-dev] [PATCH 1/3] event/cnxk: fix packet Tx overflow

2021-10-30 Thread Jerin Jacob
On Mon, Oct 4, 2021 at 2:07 PM wrote: > > From: Pavan Nikhilesh > > The transmit loop incorrectly assumes that nb_mbufs is always > a multiple of 4 when transmitting an event vector. The max > size of the vector might not be reached and pushed out early > due to timeout. > > Fixes: 761a321acf91 (

[dpdk-dev] [PATCH 1/3] event/cnxk: fix packet Tx overflow

2021-10-04 Thread pbhagavatula
From: Pavan Nikhilesh The transmit loop incorrectly assumes that nb_mbufs is always a multiple of 4 when transmitting an event vector. The max size of the vector might not be reached and pushed out early due to timeout. Fixes: 761a321acf91 ("event/cnxk: support vectorized Tx event fast path") S