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

2024-02-18 Thread Thomas Monjalon
02/01/2024 08:30, 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 S

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

2024-02-18 Thread Thomas Monjalon
02/01/2024 08:30, Rakesh Kudurumalla: > +/** > + * Update ethdev rx next node. > + * > + * @param id > + * Node id whose edge is to be updated. > + * @param edge_name > + * Name of the next node. > + * > + * @return > + * ENINVAL: Either of input parameters are invalid typo: EINVAL > + *

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

2024-01-02 Thread Sunil Kumar Kori
> -Original Message- > From: Rakesh Kudurumalla > Sent: Tuesday, January 2, 2024 1:01 PM > To: Nithin Kumar Dabilpuram ; Pavan > Nikhilesh Bhagavatula > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; > Rakesh Kudurumalla > Subject: [EXT] [PATCH v10 1/3] node: sup

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

2024-01-01 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 --- v10: Code style lib/node/ethdev_ctrl.c | 48