-----Original Message-----
From: Honnappa Nagarahalli <[email protected]>
Sent: Wednesday, February 23, 2022 2:10 PM
To: [email protected]; [email protected]; Tu, Lijuan
<[email protected]>; [email protected]; [email protected];
[email protected]; [email protected]; [email protected]; Richardson,
Bruce <[email protected]>; [email protected];
[email protected]; [email protected]; [email protected];
[email protected]
Cc: [email protected]; [email protected]; Ruifeng Wang <[email protected]>
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 <[email protected]>
Reviewed-by: Kathleen Capella <[email protected]>
Reviewed-by: Ruifeng Wang <[email protected]>
Acked-by: Bruce Richardson <[email protected]>
Tested-by: Yingya Han < [email protected]>