[dpdk-dev] doc: add i40e update

Message ID 1516242243-89461-1-git-send-email-beilei.xing@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Helin Zhang
Headers

Checks

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

Commit Message

Xing, Beilei Jan. 18, 2018, 2:24 a.m. UTC
  Update release note to declare MPLSoUDP/MPLSoGRE/
GTP-U/GTP-C/PPPoE/PPPoL2TP steering support in i40e
driver.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Cc: stable@dpdk.org
---
 doc/guides/rel_notes/release_17_05.rst | 6 ++++++
 doc/guides/rel_notes/release_17_11.rst | 6 ++++++
 doc/guides/rel_notes/release_18_02.rst | 6 ++++++
 3 files changed, 18 insertions(+)
  

Comments

John McNamara Jan. 23, 2018, 10:18 a.m. UTC | #1
> -----Original Message-----
> From: Xing, Beilei
> Sent: Thursday, January 18, 2018 2:24 AM
> To: Mcnamara, John <john.mcnamara@intel.com>
> Cc: dev@dpdk.org; stable@dpdk.org
> Subject: [PATCH] doc: add i40e update
> 
> Update release note to declare MPLSoUDP/MPLSoGRE/ GTP-U/GTP-
> C/PPPoE/PPPoL2TP steering support in i40e driver.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> Cc: stable@dpdk.org

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Zhang, Helin Jan. 23, 2018, 2:55 p.m. UTC | #2
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John
> Sent: Tuesday, January 23, 2018 6:18 PM
> To: Xing, Beilei
> Cc: dev@dpdk.org; stable@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] doc: add i40e update
> 
> 
> 
> > -----Original Message-----
> > From: Xing, Beilei
> > Sent: Thursday, January 18, 2018 2:24 AM
> > To: Mcnamara, John <john.mcnamara@intel.com>
> > Cc: dev@dpdk.org; stable@dpdk.org
> > Subject: [PATCH] doc: add i40e update
> >
> > Update release note to declare MPLSoUDP/MPLSoGRE/ GTP-U/GTP-
> > C/PPPoE/PPPoL2TP steering support in i40e driver.
> >
> > Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> > Cc: stable@dpdk.org
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>
Applied to dpdk-next-net-intel, with minor commit log changes. Thanks!

/Helin
>
  

Patch

diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst
index 87b3f92..6892284 100644
--- a/doc/guides/rel_notes/release_17_05.rst
+++ b/doc/guides/rel_notes/release_17_05.rst
@@ -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
diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst
index 016a08c..c37c71a 100644
--- a/doc/guides/rel_notes/release_17_11.rst
+++ b/doc/guides/rel_notes/release_17_11.rst
@@ -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``
diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst
index 24a5080..96da0c8 100644
--- a/doc/guides/rel_notes/release_18_02.rst
+++ b/doc/guides/rel_notes/release_18_02.rst
@@ -68,6 +68,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.