> -----Original Message----- > From: Rakesh Kudurumalla <rkuduruma...@marvell.com> > Sent: Tuesday, January 2, 2024 1:01 PM > To: Nithin Kumar Dabilpuram <ndabilpu...@marvell.com>; Pavan > Nikhilesh Bhagavatula <pbhagavat...@marvell.com> > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran <jer...@marvell.com>; > Rakesh Kudurumalla <rkuduruma...@marvell.com> > Subject: [EXT] [PATCH v10 1/3] node: support to add next node to ethdev Rx > node > > External Email > > ---------------------------------------------------------------------- > 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 <rkuduruma...@marvell.com> > --- > v10: Code style > > lib/node/ethdev_ctrl.c | 48 > +++++++++++++++++++++++++++++++++++++ > lib/node/rte_node_eth_api.h | 18 ++++++++++++++ > lib/node/version.map | 3 +++ > 3 files changed, 69 insertions(+) >
Acked-by: Sunil Kumar Kori <sk...@marvell.com> > 2.25.1