RE: [EXT] [PATCH v5 1/3] node: support to add next node to ethdev Rx node

2023-12-18 Thread Sunil Kumar Kori
ukkaran ; > Rakesh Kudurumalla > Subject: [EXT] [PATCH v5 1/3] node: support to add next node to ethdev Rx > node > > External Email > > -- > By default all packets received on ethdev_rx node is forwa

[PATCH v5 1/3] node: support to add next node to ethdev Rx node

2023-12-15 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 --- V5: Addressed comments Handled negative test c