RE: [EXT] [PATCH 1/2] node: forward packet from ethdev_rx node

2023-11-23 Thread Sunil Kumar Kori
> -Original Message- > From: Rakesh Kudurumalla > Sent: Thursday, November 23, 2023 11:46 AM > To: Nithin Kumar Dabilpuram ; Pavan > Nikhilesh Bhagavatula > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; > Rakesh Kudurumalla > Subject: [EXT] [PATCH 1/2] n

[PATCH 1/2] node: forward packet from ethdev_rx node

2023-11-22 Thread Rakesh Kudurumalla
By default all packets received on ethdev_rx node is forwarded to pkt_cls node.This patch provides library support to add a new node as next node to ethdev_rx node and forward packet to new node from rx node. Signed-off-by: Rakesh Kudurumalla --- lib/node/ethdev_ctrl.c | 40