[dpdk-dev] [PATCH v2 04/15] node: switch IPv4 metadata to dynamic mbuf field
Thomas Monjalon
thomas at monjalon.net
Tue Oct 27 10:34:41 CET 2020
27/10/2020 10:32, Olivier Matz:
> On Mon, Oct 26, 2020 at 11:20:02PM +0100, Thomas Monjalon wrote:
> > +static const struct rte_mbuf_dynfield node_mbuf_priv1_dynfield_desc = {
> > + .name = "rte_node_dynfield_priv1",
> > + .size = sizeof(struct node_mbuf_priv1 *),
> > + .align = __alignof__(struct node_mbuf_priv1 *),
> > +};
> > +extern int node_mbuf_priv1_dynfield_offset;
> > +
>
> It should be "struct node_mbuf_priv1", not "struct node_mbuf_priv1 *"
Yes, will fix in v3.
More information about the dev
mailing list