From 676b605182a5dd3a4882d99701ea6bf798bf8844 Mon Sep 17 00:00:00 2001 From: Xueming Li Date: Tue, 6 Feb 2018 15:38:48 +0800 Subject: [PATCH] doc: announce ethdev API change for RSS configuration Update deprecation notice for the new rss_level field of rte_eth_rss_conf. Link: http://www.dpdk.org/dev/patchwork/patch/31891 Signed-off-by: Xueming Li Acked-by: Shahaf Shuler Acked-by: Ferruh Yigit 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 ad7540b46d..149bf23ccc 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -111,6 +111,10 @@ Deprecation Notices Target release for removal of the legacy API will be defined once most PMDs have switched to rte_flow. +* ethdev: A new rss level field planned in 18.05. + The new API add rss_level field to ``rte_eth_rss_conf`` to enable a choice + of RSS hash calculation on outer or inner header of tunneled packet. + * i40e: The default flexible payload configuration which extracts the first 16 bytes of the payload for RSS will be deprecated starting from 18.02. If required the previous behavior can be configured using existing flow -- 2.20.1