[dpdk-dev] doc: add i40e update in release note

Message ID 1513865030-53217-1-git-send-email-jingjing.wu@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers

Checks

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

Commit Message

Jingjing Wu Dec. 21, 2017, 2:03 p.m. UTC
  From: Beilei Xing <beilei.xing@intel.com>

Updates 17.11 release note to declare GTPU/GTPC support in
i40e driver.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
 doc/guides/rel_notes/release_17_11.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)
  

Comments

John McNamara Dec. 21, 2017, 4:27 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jingjing Wu
> Sent: Thursday, December 21, 2017 2:04 PM
> To: dev@dpdk.org
> Cc: Zhang, Helin <helin.zhang@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: add i40e update in release note
> 
> From: Beilei Xing <beilei.xing@intel.com>
> 
> Updates 17.11 release note to declare GTPU/GTPC support in i40e driver.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>
> ---
>  doc/guides/rel_notes/release_17_11.rst | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_17_11.rst
> b/doc/guides/rel_notes/release_17_11.rst
> index 016a08c..d2df7cf 100644
> --- a/doc/guides/rel_notes/release_17_11.rst
> +++ b/doc/guides/rel_notes/release_17_11.rst
> @@ -273,6 +273,16 @@ New Features
>    applications to classify an input packet by matching it against a set
> of
>    flow rules. It uses the ``librte_table`` API to manage the flow rules.
> 
> +* **Updated i40e driver to support GTPC/GTPU.**
> +
> +  Updated i40e PMD to support GTPC/GTPU with GTPC/GTPU supporting
> + profiles which can be programed by dynamic device personalization
> + (DDP)
> +  process:
> +
> +  * Support RSS of GTPC/GTPU flow.
> +  * Support flow director of GTPC/GTPU flow base on TEID.
> +  * Support cloud filer of GTPC/GTPU flow base on TEID.
> +

There is a small typo: s/programed/programmed/

Apart from that:

Acked-by: John McNamara <john.mcnamara@intel.com>
  

Patch

diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst
index 016a08c..d2df7cf 100644
--- a/doc/guides/rel_notes/release_17_11.rst
+++ b/doc/guides/rel_notes/release_17_11.rst
@@ -273,6 +273,16 @@  New Features
   applications to classify an input packet by matching it against a set of
   flow rules. It uses the ``librte_table`` API to manage the flow rules.
 
+* **Updated i40e driver to support GTPC/GTPU.**
+
+  Updated i40e PMD to support GTPC/GTPU with GTPC/GTPU supporting
+  profiles which can be programed by dynamic device personalization (DDP)
+  process:
+
+  * Support RSS of GTPC/GTPU flow.
+  * Support flow director of GTPC/GTPU flow base on TEID.
+  * Support cloud filer of GTPC/GTPU flow base on TEID.
+
 
 Resolved Issues
 ---------------