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

2023-12-07 Thread David Marchand
On Tue, Dec 5, 2023 at 10:27 AM Rakesh Kudurumalla wrote: > diff --git a/lib/node/version.map b/lib/node/version.map > index 99ffcdd414..07abc3a79f 100644 > --- a/lib/node/version.map > +++ b/lib/node/version.map > @@ -16,6 +16,7 @@ EXPERIMENTAL { > rte_node_ip6_route_add; > > # ad

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

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

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

2023-12-05 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 --- v4: Resolve compilation issues lib/node/ethdev_c