doc: announce removal of unused enum in ACL library

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>
This commit is contained in:
Konstantin Ananyev 2020-08-06 13:23:37 +01:00 committed by Thomas Monjalon
parent 67359d54f7
commit b416a68ad7

View 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