From: Kirill Rybalchenko Date: Fri, 25 May 2018 09:17:00 +0000 (+0100) Subject: doc: remove old deprecation notice for i40e X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=62111861411fae277cb90accd6d8100bdba463c3;p=dpdk.git doc: remove old deprecation notice for i40e New default configuration without flexible payload is implemented now. Fixes: d2f9fe8ae309 ("net/i40e: turn off flexible payload on driver init") Cc: stable@dpdk.org Signed-off-by: Kirill Rybalchenko --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 1e2443c76d..df54674d60 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -59,12 +59,6 @@ Deprecation Notices Target release for removal of the legacy API will be defined once most PMDs have switched to rte_flow. -* 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 - director APIs. There is no ABI/API break. This change will just remove a - global configuration setting and require explicit configuration. - * pdump: As we changed to use generic IPC, some changes in APIs and structure are expected in subsequent release.