On Mon, Apr 6, 2020 at 9:39 PM Andrzej Ostruszka wrote:
>
> On 4/6/20 4:59 PM, Jerin Jacob wrote:
> > On Mon, Apr 6, 2020 at 6:06 PM Andrzej Ostruszka wrote:
> [...]
> >>> +typedef uint32_t rte_graph_off_t; /**< Graph offset type. */
> >>> +typedef uint32_t rte_node_t; /**< Node id type. *
On 4/6/20 4:59 PM, Jerin Jacob wrote:
> On Mon, Apr 6, 2020 at 6:06 PM Andrzej Ostruszka wrote:
[...]
>>> +typedef uint32_t rte_graph_off_t; /**< Graph offset type. */
>>> +typedef uint32_t rte_node_t; /**< Node id type. */
>>> +typedef uint16_t rte_edge_t; /**< Edge id type. */
>>> +
On Mon, Apr 6, 2020 at 6:06 PM Andrzej Ostruszka wrote:
>
> Hello Jerin
Hello Andrzej,
>
> I've started reviewing this and will go patch-by-patch so some of the
> comments might sound silly and/or unnecessary.
Thanks for the comments.
> > +
> > +/**
> > + * @file rte_graph.h
> > + *
> > + *
Hello Jerin
I've started reviewing this and will go patch-by-patch so some of the
comments might sound silly and/or unnecessary.
On 3/31/20 9:29 PM, jer...@marvell.com wrote:
> From: Jerin Jacob
>
> Graph architecture abstracts the data processing functions as
> "node" and "link" them together
On Fri, Apr 3, 2020 at 2:56 PM Wang, Xiao W wrote:
>
> Hi Jerin,
Hi Xiao. Thanks for the review.
> Found small typos on this patch. Please check comments inline.
>
> Best Regards,
> Xiao
>
> > +/**
> > + * @warning
> > + * @b EXPERIMENTAL: this API may change without prior notice
> > + *
> > + *
; Kovacevic, Marko ; Jerin Jacob
> ; Kiran Kumar K
> Cc: dev@dpdk.org; david.march...@redhat.com; m...@ashroe.eu;
> mattias.ronnb...@ericsson.com; pbhagavat...@marvell.com;
> ndabilpu...@marvell.com
> Subject: [dpdk-dev] [PATCH v3 01/29] graph: define the public API for graph
> suppor
From: Jerin Jacob
Graph architecture abstracts the data processing functions as
"node" and "link" them together to create a complex "graph" to enable
reusable/modular data processing functions.
These APIs enables graph framework operations such as create, lookup,
dump and destroy on graph and no
7 matches
Mail list logo