doc: announce remove of unused enum in ACL library

Message ID 20200806122337.1562-1-konstantin.ananyev@intel.com (mailing list archive)
State Accepted, archived
Headers
Series doc: announce remove of unused enum in ACL library |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Ananyev, Konstantin Aug. 6, 2020, 12:23 p.m. UTC
  Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Ferruh Yigit Aug. 6, 2020, 12:57 p.m. UTC | #1
On 8/6/2020 1:23 PM, Konstantin Ananyev wrote:
> Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).
> 
> Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 1a07f8817..fd0168b23 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -232,3 +232,7 @@ Deprecation Notices
>    Python 2 support will be completely removed in 20.11.
>    In 20.08, explicit deprecation warnings will be displayed when running
>    scripts with Python 2.
> +
> +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
> +  value is not used inside DPDK, while it prevents to add new classify
> +  algorithms without causing an ABI breakage.
> 

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
Thomas Monjalon Aug. 6, 2020, 4:37 p.m. UTC | #2
06/08/2020 14:57, Ferruh Yigit:
> On 8/6/2020 1:23 PM, Konstantin Ananyev wrote:
> > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).
> > 
> > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> > ---
> > +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
> > +  value is not used inside DPDK, while it prevents to add new classify
> > +  algorithms without causing an ABI breakage.
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>
  
Bruce Richardson Aug. 6, 2020, 5:05 p.m. UTC | #3
On Thu, Aug 06, 2020 at 06:37:20PM +0200, Thomas Monjalon wrote:
> 06/08/2020 14:57, Ferruh Yigit:
> > On 8/6/2020 1:23 PM, Konstantin Ananyev wrote:
> > > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).
> > > 
> > > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> > > ---
> > > +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
> > > +  value is not used inside DPDK, while it prevents to add new classify
> > > +  algorithms without causing an ABI breakage.
> > 
> > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  
Jerin Jacob Aug. 6, 2020, 5:06 p.m. UTC | #4
On Thu, Aug 6, 2020 at 10:36 PM Bruce Richardson
<bruce.richardson@intel.com> wrote:
>
> On Thu, Aug 06, 2020 at 06:37:20PM +0200, Thomas Monjalon wrote:
> > 06/08/2020 14:57, Ferruh Yigit:
> > > On 8/6/2020 1:23 PM, Konstantin Ananyev wrote:
> > > > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).
> > > >
> > > > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> > > > ---
> > > > +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
> > > > +  value is not used inside DPDK, while it prevents to add new classify
> > > > +  algorithms without causing an ABI breakage.
> > >
> > > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> >
> > Acked-by: Thomas Monjalon <thomas@monjalon.net>
> >
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Acked-by: Jerin Jacob <jerinj@marvell.com>
  
Thomas Monjalon Aug. 6, 2020, 5:24 p.m. UTC | #5
06/08/2020 19:06, Jerin Jacob:
> On Thu, Aug 6, 2020 at 10:36 PM Bruce Richardson
> <bruce.richardson@intel.com> wrote:
> >
> > On Thu, Aug 06, 2020 at 06:37:20PM +0200, Thomas Monjalon wrote:
> > > 06/08/2020 14:57, Ferruh Yigit:
> > > > On 8/6/2020 1:23 PM, Konstantin Ananyev wrote:
> > > > > Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).
> > > > >
> > > > > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> > > > > ---
> > > > > +* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
> > > > > +  value is not used inside DPDK, while it prevents to add new classify
> > > > > +  algorithms without causing an ABI breakage.
> > > >
> > > > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
> > >
> > > Acked-by: Thomas Monjalon <thomas@monjalon.net>
> > >
> > Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> 
> Acked-by: Jerin Jacob <jerinj@marvell.com>

Applied
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 1a07f8817..fd0168b23 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -232,3 +232,7 @@  Deprecation Notices
   Python 2 support will be completely removed in 20.11.
   In 20.08, explicit deprecation warnings will be displayed when running
   scripts with Python 2.
+
+* acl: ``RTE_ACL_CLASSIFY_NUM`` enum value will be removed. This enum
+  value is not used inside DPDK, while it prevents to add new classify
+  algorithms without causing an ABI breakage.