]> git.droids-corp.org - dpdk.git/commitdiff
doc: add i40e tunnel support in release notes
authorBeilei Xing <beilei.xing@intel.com>
Thu, 18 Jan 2018 02:24:03 +0000 (10:24 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 29 Jan 2018 09:04:28 +0000 (10:04 +0100)
Update release notes to declare MPLSoUDP/MPLSoGRE/GTP-U/GTP-C/PPPoE/
PPPoL2TP steering support in i40e driver.

Cc: stable@dpdk.org
Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/rel_notes/release_17_05.rst
doc/guides/rel_notes/release_17_11.rst
doc/guides/rel_notes/release_18_02.rst

index 87b3f92798301db0ebba12d8df5311cb06504cf1..68922840a38bcf9287ed1526d839958e4a0fa702 100644 (file)
@@ -133,6 +133,12 @@ New Features
 
   * Added dynamic device personalization processing to i40e firmware.
 
+* **Updated i40e driver to support MPLSoUDP/MPLSoGRE.**
+
+  Updated i40e PMD to support MPLSoUDP/MPLSoGRE with MPLSoUDP/MPLSoGRE
+  supporting profiles which can be programmed by dynamic device personalization
+  (DDP) process.
+
 * **Added Cloud Filter for QinQ steering to i40e.**
 
   * Added a QinQ cloud filter on the i40e PMD, for steering traffic to a VM
index 016a08c8199b3306a9a1e9a9caeff1502873cf83..c37c71a809c0ca6b65138530241ec650cc213db0 100644 (file)
@@ -210,6 +210,12 @@ New Features
 
   Updated ixgbe ethernet PMD to support ``rte_security`` inline IPSec offload.
 
+* **Updated i40e driver to support GTP-C/GTP-U.**
+
+  Updated i40e PMD to support GTP-C/GTP-U with GTP-C/GTP-U supporting
+  profiles which can be programmed by dynamic device personalization (DDP)
+  process.
+
 * **Updated ipsec-secgw application to support rte_security.**
 
   Updated the ``ipsec-secgw`` sample application to support ``rte_security``
index 8c3968e8fa26cf4340c5b0d9c88404a3d5d6b5f3..144a8b0ca907b9ff9fb454eccd913b2ee49eb0a8 100644 (file)
@@ -77,6 +77,12 @@ New Features
   configuration using rte_flow API.It also enable queue region configuration
   using flow API for i40e.
 
+* **Updated i40e driver to support PPPoE/PPPoL2TP.**
+
+  Updated i40e PMD to support PPPoE/PPPoL2TP with PPPoE/PPPoL2TP supporting
+  profiles which can be programmed by dynamic device personalization (DDP)
+  process.
+
 * **Added NVGRE and UDP tunnels support in Solarflare network PMD.**
 
   Added support for NVGRE, VXLAN and GENEVE tunnels.