Re: [PATCH 1/2] examples/l3fwd: use single set of variables throughout the code

2022-02-02 Thread Bruce Richardson
On Wed, Feb 02, 2022 at 06:04:02AM +, Honnappa Nagarahalli wrote: > nb_rxd and nb_txd are used in polling mode and event mode of > operation. nb_rxd and nb_txd are already global. Make them > visible to all parts of the application. > > Signed-off-by: Honnappa Nagarahalli > --- > DTS test cas

[PATCH 1/2] examples/l3fwd: use single set of variables throughout the code

2022-02-01 Thread Honnappa Nagarahalli
nb_rxd and nb_txd are used in polling mode and event mode of operation. nb_rxd and nb_txd are already global. Make them visible to all parts of the application. Signed-off-by: Honnappa Nagarahalli --- DTS test cases require changing the RX and TX queue depths. Currently, this is achieved by patch