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

2020-05-27 Thread Jerin Jacob
On Wed, May 27, 2020 at 5:53 PM Olivier Matz wrote: > > On Wed, May 27, 2020 at 05:37:13PM +0530, Jerin Jacob wrote: > > On Wed, May 27, 2020 at 5:26 PM Thomas Monjalon wrote: > > > > > > 27/05/2020 13:43, Jerin Jacob: > > > > On Wed, May 27, 2020 at 3:21 PM Thomas Monjalon > > > > wrote: > > >

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

2020-05-27 Thread Olivier Matz
On Wed, May 27, 2020 at 05:37:13PM +0530, Jerin Jacob wrote: > On Wed, May 27, 2020 at 5:26 PM Thomas Monjalon wrote: > > > > 27/05/2020 13:43, Jerin Jacob: > > > On Wed, May 27, 2020 at 3:21 PM Thomas Monjalon > > > wrote: > > > > 27/05/2020 09:31, Jerin Jacob: > > > > > On Wed, May 27, 2020 at

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

2020-05-27 Thread Jerin Jacob
On Wed, May 27, 2020 at 5:26 PM Thomas Monjalon wrote: > > 27/05/2020 13:43, Jerin Jacob: > > On Wed, May 27, 2020 at 3:21 PM Thomas Monjalon wrote: > > > 27/05/2020 09:31, Jerin Jacob: > > > > On Wed, May 27, 2020 at 12:39 PM Olivier Matz > > > > wrote: > > > > > On Tue, May 26, 2020 at 09:59:

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

2020-05-27 Thread Thomas Monjalon
27/05/2020 13:43, Jerin Jacob: > On Wed, May 27, 2020 at 3:21 PM Thomas Monjalon wrote: > > 27/05/2020 09:31, Jerin Jacob: > > > On Wed, May 27, 2020 at 12:39 PM Olivier Matz > > > wrote: > > > > On Tue, May 26, 2020 at 09:59:45PM +0530, Jerin Jacob wrote: > > > > > On Tue, May 26, 2020 at 9:36

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

2020-05-27 Thread Jerin Jacob
On Wed, May 27, 2020 at 3:21 PM Thomas Monjalon wrote: > > 27/05/2020 09:31, Jerin Jacob: > > On Wed, May 27, 2020 at 12:39 PM Olivier Matz > > wrote: > > > On Tue, May 26, 2020 at 09:59:45PM +0530, Jerin Jacob wrote: > > > > On Tue, May 26, 2020 at 9:36 PM Olivier Matz > > > > wrote: > > > >

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

2020-05-27 Thread Thomas Monjalon
27/05/2020 09:31, Jerin Jacob: > On Wed, May 27, 2020 at 12:39 PM Olivier Matz wrote: > > On Tue, May 26, 2020 at 09:59:45PM +0530, Jerin Jacob wrote: > > > On Tue, May 26, 2020 at 9:36 PM Olivier Matz > > > wrote: > > > > On Tue, May 26, 2020 at 01:09:37PM +0530, Jerin Jacob wrote: > > > > > On

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

2020-05-27 Thread Jerin Jacob
On Wed, May 27, 2020 at 12:39 PM Olivier Matz wrote: > > On Tue, May 26, 2020 at 09:59:45PM +0530, Jerin Jacob wrote: > > On Tue, May 26, 2020 at 9:36 PM Olivier Matz wrote: > > > > > > Hi, > > > > > > On Tue, May 26, 2020 at 01:09:37PM +0530, Jerin Jacob wrote: > > > > On Tue, May 26, 2020 at 2:

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

2020-05-27 Thread Olivier Matz
On Tue, May 26, 2020 at 09:59:45PM +0530, Jerin Jacob wrote: > On Tue, May 26, 2020 at 9:36 PM Olivier Matz wrote: > > > > Hi, > > > > On Tue, May 26, 2020 at 01:09:37PM +0530, Jerin Jacob wrote: > > > On Tue, May 26, 2020 at 2:54 AM Thomas Monjalon > > > wrote: > > > > > > > > Since dynamic fie

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

2020-05-26 Thread Jerin Jacob
On Tue, May 26, 2020 at 9:36 PM Olivier Matz wrote: > > Hi, > > On Tue, May 26, 2020 at 01:09:37PM +0530, Jerin Jacob wrote: > > On Tue, May 26, 2020 at 2:54 AM Thomas Monjalon wrote: > > > > > > Since dynamic fields and flags were added in 19.11, > > > the idea was to use them for new features,

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

2020-05-26 Thread Olivier Matz
Hi, On Tue, May 26, 2020 at 01:09:37PM +0530, Jerin Jacob wrote: > On Tue, May 26, 2020 at 2:54 AM 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 rule is made more explicit in dox

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

2020-05-26 Thread Jerin Jacob
On Tue, May 26, 2020 at 2:54 AM 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 rule is made more explicit in doxygen, in the mbuf guide, > and in the contribution design guidelines. > > For

[dpdk-dev] [PATCH] mbuf: document rule for new fields and flags

2020-05-25 Thread Thomas Monjalon
Since dynamic fields and flags were added in 19.11, the idea was to use them for new features, not only PMD-specific. The rule is made more explicit in doxygen, in the mbuf guide, and in the contribution design guidelines. For more information about the original design, see the presentation https