Re: [dpdk-dev] [PATCH v2] mbuf: document guideline for new fields and flags

2020-06-11 Thread Thomas Monjalon
11/06/2020 08:37, Jerin Jacob: > On Thu, Jun 11, 2020 at 12:02 PM Thomas Monjalon wrote: > > > > Since dynamic fields and flags were added in 19.11, > > the idea was to use them for new features, not only PMD-specific. > > > > The guideline is made more explicit in doxygen, in the mbuf guide, > >

Re: [dpdk-dev] [PATCH v2] mbuf: document guideline for new fields and flags

2020-06-10 Thread Jerin Jacob
On Thu, Jun 11, 2020 at 12:02 PM Thomas Monjalon wrote: > > Since dynamic fields and flags were added in 19.11, > the idea was to use them for new features, not only PMD-specific. > > The guideline is made more explicit in doxygen, in the mbuf guide, > and in the contribution design guidelines. >