Re: [dpdk-dev] [PATCH v4 12/29] graph: implement fastpath API routines

2020-04-10 Thread Jerin Jacob
On Fri, Apr 10, 2020 at 4:37 AM Andrzej Ostruszka wrote: > > On 4/5/20 10:55 AM, jer...@marvell.com wrote: > > From: Jerin Jacob > > > > Adding implementation for rte_graph_walk() API. This will perform a walk > > on the circular buffer and call the process function of each node > > and collect t

Re: [dpdk-dev] [PATCH v4 12/29] graph: implement fastpath API routines

2020-04-09 Thread Andrzej Ostruszka
On 4/5/20 10:55 AM, jer...@marvell.com wrote: > From: Jerin Jacob > > Adding implementation for rte_graph_walk() API. This will perform a walk > on the circular buffer and call the process function of each node > and collect the stats if stats collection is enabled. > > Signed-off-by: Jerin Jaco

[dpdk-dev] [PATCH v4 12/29] graph: implement fastpath API routines

2020-04-05 Thread jerinj
From: Jerin Jacob Adding implementation for rte_graph_walk() API. This will perform a walk on the circular buffer and call the process function of each node and collect the stats if stats collection is enabled. Signed-off-by: Jerin Jacob Signed-off-by: Kiran Kumar K Signed-off-by: Pavan Nikhil