From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH v3 3/3] doc: update release notes and testpmd guide Date: Thu, 29 Oct 2015 14:18:39 +0800 Message-ID: <1446099519-7903-4-git-send-email-helin.zhang@intel.com> References: <1445321912-1484-1-git-send-email-helin.zhang@intel.com> <1446099519-7903-1-git-send-email-helin.zhang@intel.com> Cc: yulong.pei@intel.com To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D1556374E for ; Thu, 29 Oct 2015 07:19:14 +0100 (CET) In-Reply-To: <1446099519-7903-1-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update release notes with the newly added feature of selecting different GRE key length for input set, and testpmd guide with newly added commands for that. Signed-off-by: Helin Zhang --- doc/guides/rel_notes/release_2_2.rst | 2 ++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index 8fc8917..7b4b97e 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_notes/release_2_2.rst @@ -25,6 +25,8 @@ New Features * **Added RSS/FD input set granularity on Intel X710/XL710.** +* **Added selecting different GRE key length for input set on Intel X710/XL710.** + Resolved Issues --------------- diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index f5951c0..5ed7c66 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -1810,3 +1810,14 @@ Set the input set for Fdir:: For example to add source IP to FD input set for flow type of ipv4 on port 0:: testpmd> set_fdir_input_set 0 ipv4 src-ipv4 add + +global_config +~~~~~~~~~~~~~ + +Set different GRE key length for input set:: + + global_config (port_id) gre-key-len (number in bytes) + +For example to set GRE key length for input set to 4 bytes on port 0:: + + testpmd> global_config 0 gre-key-len 4 -- 1.9.3