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

Jerin Jacob jerinjacobk at gmail.com
Fri Apr 10 11:07:41 CEST 2020


On Fri, Apr 10, 2020 at 4:43 AM Andrzej Ostruszka <amo at semihalf.com> wrote:
>
> On 4/5/20 10:55 AM, jerinj at marvell.com wrote:
> > From: Jerin Jacob <jerinj at marvell.com>
> >
> > 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 “graph” to create reusable/modular data processing functions.
> >
> > The patchset further includes performance enhancements and modularity
> > to the DPDK as discussed in more detail below.
> [...]
>
> Jerin et al.
>
> I have finished the review and have no more comments ... apart from that
> I like it :).

Thanks for the review. I will send the v5 after addressing all the comments.


>
> With regards
> Andrzej Ostruszka
>


More information about the dev mailing list