Re: [PATCH v3 3/3] node/ethdev_rx: remove hardcoded node next details

2023-06-05 Thread Nithin Dabilpuram
Acked-by: Nithin Dabilpuram On Fri, Jun 2, 2023 at 9:52 PM Vamsi Attunuru wrote: > > For ethdev_rx node, node_next details can be populated > during node cloning time and same gets assigned to > node context structure during node initialization. > > Patch removes overriding node_next details in n

[PATCH v3 3/3] node/ethdev_rx: remove hardcoded node next details

2023-06-02 Thread Vamsi Attunuru
For ethdev_rx node, node_next details can be populated during node cloning time and same gets assigned to node context structure during node initialization. Patch removes overriding node_next details in node init(). Signed-off-by: Vamsi Attunuru --- lib/node/ethdev_ctrl.c | 1 + lib/node/ethdev