[dpdk-dev,v1,19/21] doc: remove announce of ethdev API change for RSS configuration

Message ID 20180309112921.2105-20-xuemingl@mellanox.com (mailing list archive)
State Superseded, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Xueming Li March 9, 2018, 11:29 a.m. UTC
  Implementation of RSS level provided in this patch set, remove
deprecation.

Signed-off-by: Xueming Li <xuemingl@mellanox.com>
---
 doc/guides/rel_notes/deprecation.rst | 4 ----
 1 file changed, 4 deletions(-)
  

Patch

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 9b55761..93ef81d 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -111,10 +111,6 @@  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.
-
 * ethdev:  Currently, if the  rte_eth_rx_burst() function returns a value less
   than *nb_pkts*, the application will assume that no more packets are present.
   Some of the hw queue based hardware can only support smaller burst for RX