doc: announce removal of unused enum in ACL library
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Thu, 6 Aug 2020 12:23:37 +0000 (13:23 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 6 Aug 2020 17:24:16 +0000 (19:24 +0200)
Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM).

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
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>
doc/guides/rel_notes/deprecation.rst

index 299e30d..30f1dd7 100644 (file)
@@ -228,6 +228,10 @@ Deprecation Notices
   ``rte_rawdev_configure``, ``rte_rawdev_queue_conf_get`` and
   ``rte_rawdev_queue_setup``.
 
+* 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.
+
 * sched: To allow more traffic classes, flexible mapping of pipe queues to
   traffic classes, and subport level configuration of pipes and queues
   changes will be made to macros, data structures and API functions defined