RE: [PATCH v4 3/3] app/graph: implement port forward usecase

2023-12-07 Thread Sunil Kumar Kori
> -Original Message- > From: Rakesh Kudurumalla > Sent: Tuesday, December 5, 2023 2:57 PM > To: Sunil Kumar Kori ; Rakesh Kudurumalla > > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin > Kumar Dabilpuram > Subject: [PATCH v4 3/3] app/graph: implem

[PATCH v4 3/3] app/graph: implement port forward usecase

2023-12-05 Thread Rakesh Kudurumalla
Added portforward usecase.In this usecase packets received Rx port is forwarded to respective Tx port. Signed-off-by: Rakesh Kudurumalla --- app/graph/ethdev.c | 12 ++ app/graph/ethdev.h | 1 + app/graph/examples/l2fwd.cli |