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
-Original Message- From: Honnappa Nagarahalli Sent: Wednesday, February 23, 2022 2:10 PM To: dev@dpdk.org; honnappa.nagaraha...@arm.com; Tu, Lijuan ; juraj.lin...@pantheon.tech; ohily...@iol.unh.edu; david.march...@redhat.com; tho...@monjalon.net; jer...@marvell.com; Richardson, Bru

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

2022-02-23 Thread Kevin Traynor
Hi Honnappa, On 23/02/2022 06:13, Honnappa Nagarahalli wrote: Question for stable maintainers. DTS WG would like this patch to be merged in 21.11 and 20.11 stable releases even though it is not a bug fix. This allows for a single DTS version to be used with both those stable releases and mast

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

2022-02-22 Thread Honnappa Nagarahalli
Question for stable maintainers. DTS WG would like this patch to be merged in 21.11 and 20.11 stable releases even though it is not a bug fix. This allows for a single DTS version to be used with both those stable releases and master. Do you have any objections? Thank you, Honnappa > -O