Re: [dpdk-dev] [PATCH] doc: deprecate using MAX values as array size

2020-02-25 Thread David Marchand
On Thu, Jan 30, 2020 at 3:20 PM Ferruh Yigit wrote: > Adding the deprecation notice as reminder for next ABI breakage release > (20.11). > This one time breakage is required to be able to extend enum/define > without breaking ABI. > > Signed-off-by: Ferruh Yigit Acked-by: Akhil Goyal Acked-by:

Re: [dpdk-dev] [PATCH] doc: deprecate using MAX values as array size

2020-02-25 Thread David Marchand
On Thu, Jan 30, 2020 at 3:20 PM Ferruh Yigit wrote: > Adding the deprecation notice as reminder for next ABI breakage release > (20.11). > This one time breakage is required to be able to extend enum/define > without breaking ABI. > > Signed-off-by: Ferruh Yigit > --- > doc/guides/rel_notes/depr

Re: [dpdk-dev] [PATCH] doc: deprecate using MAX values as array size

2020-02-25 Thread Thomas Monjalon
> > > Adding the deprecation notice as reminder for next ABI breakage release > > > (20.11). > > > This one time breakage is required to be able to extend enum/define > > > without breaking ABI. > > > > > > Signed-off-by: Ferruh Yigit > > > --- > > > +* lib: will fix extending some enum/define bre

Re: [dpdk-dev] [PATCH] doc: deprecate using MAX values as array size

2020-02-24 Thread Andrew Rybchenko
On 2/21/20 1:25 PM, Ferruh Yigit wrote: > On 1/30/2020 2:20 PM, Ferruh Yigit wrote: >> Adding the deprecation notice as reminder for next ABI breakage release >> (20.11). >> This one time breakage is required to be able to extend enum/define >> without breaking ABI. >> >> Signed-off-by: Ferruh Yigi

Re: [dpdk-dev] [PATCH] doc: deprecate using MAX values as array size

2020-02-23 Thread Akhil Goyal
> > On 1/30/2020 2:20 PM, Ferruh Yigit wrote: > > Adding the deprecation notice as reminder for next ABI breakage release > > (20.11). > > This one time breakage is required to be able to extend enum/define > > without breaking ABI. > > > > Signed-off-by: Ferruh Yigit > > --- > > doc/guides/rel

Re: [dpdk-dev] [PATCH] doc: deprecate using MAX values as array size

2020-02-21 Thread Ferruh Yigit
On 1/30/2020 2:20 PM, Ferruh Yigit wrote: > Adding the deprecation notice as reminder for next ABI breakage release > (20.11). > This one time breakage is required to be able to extend enum/define > without breaking ABI. > > Signed-off-by: Ferruh Yigit > --- > doc/guides/rel_notes/deprecation.rs

[dpdk-dev] [PATCH] doc: deprecate using MAX values as array size

2020-01-30 Thread Ferruh Yigit
Adding the deprecation notice as reminder for next ABI breakage release (20.11). This one time breakage is required to be able to extend enum/define without breaking ABI. Signed-off-by: Ferruh Yigit --- doc/guides/rel_notes/deprecation.rst | 14 ++ 1 file changed, 14 insertions(+) d