-----Original Message-----
From: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com>
Sent: Wednesday, February 23, 2022 2:10 PM
To: dev@dpdk.org; honnappa.nagaraha...@arm.com; Tu, Lijuan
<lijuan...@intel.com>; juraj.lin...@pantheon.tech; ohily...@iol.unh.edu;
david.march...@redhat.com; tho...@monjalon.net; jer...@marvell.com; Richardson,
Bruce <bruce.richard...@intel.com>; 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 <ruifeng.w...@arm.com>
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 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 <honnappa.nagaraha...@arm.com>
Reviewed-by: Kathleen Capella <kathleen.cape...@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com>
Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Tested-by: Yingya Han < yingyax....@intel.com>