net/e1000: move RSS to flow API
[dpdk.git] / doc / guides / rel_notes / release_18_02.rst
index ed57c4e..dc1f075 100644 (file)
@@ -55,6 +55,12 @@ New Features
   * Added tunneled packets classification.
   * Added inner checksum offload.
 
+* **Added the igb ethernet driver to support RSS with flow API.**
+
+  Rte_flow actually defined to include RSS, but till now, RSS is out of
+  rte_flow. This patch is to support igb NIC with existing RSS configuration
+  using rte_flow API.
+
 
 API Changes
 -----------