Re: [PATCH v11 09/12] app/graph: support ethdev Rx command line interfaces

2023-10-23 Thread Nithin Dabilpuram
Acked-By: Nithin Dabilpuram On Fri, Oct 20, 2023 at 1:27 AM wrote: > > From: Rakesh Kudurumalla > > Adds ethdev_rx module to create port-queue-core mapping. > > Mapping will be used to launch graph worker thread and dequeue > packets on mentioned core from desired port/queue. > > Following comm

[PATCH v11 09/12] app/graph: support ethdev Rx command line interfaces

2023-10-19 Thread skori
From: Rakesh Kudurumalla Adds ethdev_rx module to create port-queue-core mapping. Mapping will be used to launch graph worker thread and dequeue packets on mentioned core from desired port/queue. Following commands are exposed: - ethdev_rx map port queue core - help ethdev_rx Signed-off-b