[dpdk-dev] [PATCH v3 01/29] graph: define the public API for graph support

Jerin Jacob jerinjacobk at gmail.com
Sat Apr 4 14:15:50 CEST 2020


On Fri, Apr 3, 2020 at 2:56 PM Wang, Xiao W <xiao.w.wang at intel.com> 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
> > + *
> > + * Destroy cluster stats.
> > + *
> > + * @param stat
> > + *    Valid cluster pointer to destroy.
> > + *
> This empty line can be removed.

Will fix in v4.

> > +/**
> > + * @warning
> > + * @b EXPERIMENTAL: this API may change without prior notice
> > + *
> > + * Clone a node from static node(node created from RTE_NODE_REGISTER).
> > + *
> > + * @param id
> > + *   Static node id to clone from.
> > + * @param name
> > + *   Name of the new node. The library prepends the parent node name to the
> > + * user-specified the name. The final node name will be,
> Change it to "the user-specified name".

Will fix in v4.


More information about the dev mailing list