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.anan...@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.yi...@intel.com>