RE: [PATCH v8 2/3] app/graph: add ethdev forward command

2024-01-01 Thread Sunil Kumar Kori
> -Original Message- > From: Rakesh Kudurumalla > Sent: Monday, January 1, 2024 2:07 PM > To: Sunil Kumar Kori ; Rakesh Kudurumalla > > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin > Kumar Dabilpuram > Subject: [PATCH v8 2/3] app/graph: add ethdev for

[PATCH v8 2/3] app/graph: add ethdev forward command

2024-01-01 Thread Rakesh Kudurumalla
Adds a txport to forward packet for every rxport Mapping will be used to forward packets to txport received on rxport Following commands are exposed: - ethdev forward " Signed-off-by: Rakesh Kudurumalla --- app/graph/cli.c| 1 + app/graph/ethdev.c | 63 +++