Re: [dpdk-dev] [PATCH v2] event/octeontx2: fix unconditional Tx flush

2020-11-20 Thread Jerin Jacob
On Fri, Nov 20, 2020 at 4:12 PM wrote: > > From: Pavan Nikhilesh > > Fix unconditional Tx flush, handle packet retransmit cases where > flush has to be differed. > > Fixes: cb7ee83b6365 ("event/octeontx2: improve single flow performance") > Cc: sta...@dpdk.org > > Signed-off-by: Pavan Nikhilesh

[dpdk-dev] [PATCH v2] event/octeontx2: fix unconditional Tx flush

2020-11-20 Thread pbhagavatula
From: Pavan Nikhilesh Fix unconditional Tx flush, handle packet retransmit cases where flush has to be differed. Fixes: cb7ee83b6365 ("event/octeontx2: improve single flow performance") Cc: sta...@dpdk.org Signed-off-by: Pavan Nikhilesh --- drivers/event/octeontx2/otx2_evdev.h | 1 + driver