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

2020-05-05 Thread Thomas Monjalon
11/04/2020 16:13, jer...@marvell.com: > 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 “no

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

2020-04-30 Thread Jerin Jacob
On Thu, Apr 30, 2020 at 1:38 PM Tom Barbette wrote: > > Hi all, > > I could not check all discussions regarding the graph subsystem, but I > could not find a trivia behind the idea of re-creating yet another graph > processing system like VPP, BESS, Click/FastClick and a few others that > all supp

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

2020-04-30 Thread Tom Barbette
Hi all, I could not check all discussions regarding the graph subsystem, but I could not find a trivia behind the idea of re-creating yet another graph processing system like VPP, BESS, Click/FastClick and a few others that all support DPDK already and comes with up to thousands of "nodes" al

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

2020-04-11 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 “