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

2022-03-08 Thread Thomas Monjalon
> nb_rxd and nb_txd are used in polling mode and event mode of operation. > nb_rxd and nb_txd are already global in polling mode but are not visible to > event mode code. Make them visible to all parts of the application. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Kathleen Capella

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

2022-02-28 Thread Han, YingyaX
, Bruce ; step...@networkplumber.org; bl...@debian.org; ktray...@redhat.com; christian.ehrha...@canonical.com; xuemi...@nvidia.com Cc: kathleen.cape...@arm.com; n...@arm.com; Ruifeng Wang Subject: [PATCH v3 1/2] examples/l3fwd: use single set of variables throughout the code nb_rxd and nb_txd are

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

2022-02-23 Thread Kevin Traynor
...@networkplumber.org; bl...@debian.org; ktray...@redhat.com; christian.ehrha...@canonical.com; xuemi...@nvidia.com Cc: Kathleen Capella ; nd ; Ruifeng Wang Subject: [PATCH v3 1/2] examples/l3fwd: use single set of variables throughout the code nb_rxd and nb_txd are used in polling mode and event

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

2022-02-22 Thread Honnappa Nagarahalli
m; > bruce.richard...@intel.com; step...@networkplumber.org; > bl...@debian.org; ktray...@redhat.com; christian.ehrha...@canonical.com; > xuemi...@nvidia.com > Cc: Kathleen Capella ; nd ; > Ruifeng Wang > Subject: [PATCH v3 1/2] examples/l3fwd: use single set of variables througho

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

2022-02-22 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 in polling mode but are not visible to event mode code. Make them visible to all parts of the application. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Kathleen Capella Reviewed-by: R