doc: remove rawdev deprecation notice

Since all changes covered by the deprecation notice have been applied, the
notice can be removed.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Nipun Gupta <nipun.gupta@nxp.com>
This commit is contained in:
Bruce Richardson 2020-09-10 15:36:09 +01:00 committed by Thomas Monjalon
parent 8c658761de
commit 25efc61539

View File

@ -294,13 +294,6 @@ Deprecation Notices
- https://patches.dpdk.org/patch/71457/
- https://patches.dpdk.org/patch/71456/
* rawdev: The rawdev APIs which take a device-specific structure as
parameter directly, or indirectly via a "private" pointer inside another
structure, will be modified to take an additional parameter of the
structure size. The affected APIs will include ``rte_rawdev_info_get``,
``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.