Re: [dpdk-dev] [PATCH v4 00/29] graph: introduce graph subsystem

2020-04-10 Thread Jerin Jacob
On Fri, Apr 10, 2020 at 4:43 AM Andrzej Ostruszka wrote: > > On 4/5/20 10:55 AM, jer...@marvell.com wrote: > > From: Jerin Jacob > > > > Using graph traversal for packet processing is a proven architecture > > that has been implemented in various open source libraries. > > > > Graph architecture

Re: [dpdk-dev] [PATCH v4 00/29] graph: introduce graph subsystem

2020-04-09 Thread Andrzej Ostruszka
On 4/5/20 10:55 AM, jer...@marvell.com wrote: > From: Jerin Jacob > > Using graph traversal for packet processing is a proven architecture > that has been implemented in various open source libraries. > > Graph architecture for packet processing enables abstracting the data > processing function

[dpdk-dev] [PATCH v4 00/29] graph: introduce graph subsystem

2020-04-05 Thread jerinj
From: Jerin Jacob Using graph traversal for packet processing is a proven architecture that has been implemented in various open source libraries. Graph architecture for packet processing enables abstracting the data processing functions as “nodes” and “links” them together to create a complex “