[dpdk-dev] [PATCH v3 02/29] graph: implement node registration

Jerin Jacob jerinjacobk at gmail.com
Sat Apr 4 14:29:25 CEST 2020


> > +
> > +static struct node_head node_list = STAILQ_HEAD_INITIALIZER(node_list);
> > +static rte_node_t node_id;
> > +
> > +#define NODE_ID_CHECK(id) ID_CHECK(id, node_id)
>
> It's better to move this MACRO into the next patch since it's first used there, and ID_CHECK is defined there.

Will fix in v4.

>
> > +
> > +/* Private functions */
>


More information about the dev mailing list