Re: [dpdk-dev] [PATCH v2 00/28] graph: introduce graph subsystem

2020-03-27 Thread Thomas Monjalon
27/03/2020 07:49, Jerin Jacob: > In case if someone interested to know the steps to host DPDK > documentation for free in netlify. > > 1) Create a DPDK repo with your code(documentation files) in GitHub > > 2) Open https://app.netlify.com/ URL > > 3) Sign in netlify with GitHub account > > 4)

Re: [dpdk-dev] [PATCH v2 00/28] graph: introduce graph subsystem

2020-03-26 Thread Jerin Jacob
On Thu, Mar 26, 2020 at 10:26 PM 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 functions as

[dpdk-dev] [PATCH v2 00/28] graph: introduce graph subsystem

2020-03-26 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 “