RE: [PATCH 2/2] examples/l3fwd: make RX and TX queue size configurable

2022-02-07 Thread Ruifeng Wang
r...@marvell.com > Cc: Kathleen Capella ; nd > Subject: [PATCH 2/2] examples/l3fwd: make RX and TX queue size > configurable > > Make RX and TX queue sizes configurable from the command line. > This helps DTS write better test cases. > > Signed-off-by: Honnappa Nag

[PATCH 2/2] examples/l3fwd: make RX and TX queue size configurable

2022-02-01 Thread Honnappa Nagarahalli
Make RX and TX queue sizes configurable from the command line. This helps DTS write better test cases. Signed-off-by: Honnappa Nagarahalli --- examples/l3fwd/main.c | 56 ++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/examples/l3fwd/main