> > + > > +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 */ >