Re: [dpdk-dev] [PATCH] examples/l3fwd: fib skip tx queue drain on first iteration

2021-04-21 Thread Thomas Monjalon
> > The commit a8f8b672d575 ("examples/l3fwd: skip Tx queue drain on first > > iteration") implemented a change to the em and lpm lookup methods to > > prevent the TX queue drain running in the first iteration of their > > packet processing loops. This patch introduces this change into the > > fib

Re: [dpdk-dev] [PATCH] examples/l3fwd: fib skip tx queue drain on first iteration

2021-04-21 Thread Medvedkin, Vladimir
On 21/04/2021 15:48, Conor Walsh wrote: The commit a8f8b672d575 ("examples/l3fwd: skip Tx queue drain on first iteration") implemented a change to the em and lpm lookup methods to prevent the TX queue drain running in the first iteration of their packet processing loops. This patch introduces

Re: [dpdk-dev] [PATCH] examples/l3fwd: fib skip tx queue drain on first iteration

2021-04-21 Thread Ananyev, Konstantin
> The commit a8f8b672d575 ("examples/l3fwd: skip Tx queue drain on first > iteration") implemented a change to the em and lpm lookup methods to > prevent the TX queue drain running in the first iteration of their > packet processing loops. This patch introduces this change into the > fib lookup met

[dpdk-dev] [PATCH] examples/l3fwd: fib skip tx queue drain on first iteration

2021-04-21 Thread Conor Walsh
The commit a8f8b672d575 ("examples/l3fwd: skip Tx queue drain on first iteration") implemented a change to the em and lpm lookup methods to prevent the TX queue drain running in the first iteration of their packet processing loops. This patch introduces this change into the fib lookup method, this