From de8d8ef4e9ca63eb98742c79a0fee05285b1cef3 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 3 Aug 2020 19:49:09 +0200 Subject: [PATCH] doc: announce removal of ethdev flow director API The flow director config, part of the legacy filtering API, was marked as deprecated last year. A separate notice is added to make clear that these specific structs will be removed as well in DPDK 20.11, as the rest of the legacy filtering API. Signed-off-by: Thomas Monjalon Acked-by: Ajit Khaparde Acked-by: Jerin Jacob Acked-by: David Marchand Acked-by: Hemant Agrawal Acked-by: Andrew Rybchenko --- 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 8a59bd4df3..b8e302ac10 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -129,6 +129,10 @@ Deprecation Notices PMDs that implement the latter. The legacy API will be removed in DPDK 20.11. +* ethdev: The flow director API, including ``rte_eth_conf.fdir_conf`` field, + and the related structures (``rte_fdir_*`` and ``rte_eth_fdir_*``), + will be removed in DPDK 20.11. + * ethdev: Update API functions returning ``void`` to return ``int`` with negative errno values to indicate various error conditions (e.g. invalid port ID, unsupported operation, failed operation): -- 2.20.1