From b416a68ad7504c61ca64aa9ca3278d5670ea5d91 Mon Sep 17 00:00:00 2001 From: Konstantin Ananyev Date: Thu, 6 Aug 2020 13:23:37 +0100 Subject: [PATCH] doc: announce removal of unused enum in ACL library Announce removal of unused enum value (RTE_ACL_CLASSIFY_NUM). Signed-off-by: Konstantin Ananyev Acked-by: Ferruh Yigit Acked-by: Thomas Monjalon Acked-by: Bruce Richardson Acked-by: Jerin Jacob --- 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 299e30d921..30f1dd7bd7 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -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 -- 2.20.1