DPDK patches and discussions
 help / color / mirror / Atom feed
From: Helin Zhang <helin.zhang@intel.com>
To: dev@dpdk.org
Cc: yulong.pei@intel.com
Subject: [dpdk-dev] [PATCH v3 3/3] doc: update release notes and testpmd guide
Date: Thu, 29 Oct 2015 14:18:39 +0800	[thread overview]
Message-ID: <1446099519-7903-4-git-send-email-helin.zhang@intel.com> (raw)
In-Reply-To: <1446099519-7903-1-git-send-email-helin.zhang@intel.com>

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 <helin.zhang@intel.com>
---
 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

  parent reply	other threads:[~2015-10-29  6:19 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-24  7:16 [dpdk-dev] [PATCH 0/2] add selecting different GRE key length Helin Zhang
2015-09-24  7:16 ` [dpdk-dev] [PATCH 1/2] i40e: add selecting " Helin Zhang
2015-09-24  7:16 ` [dpdk-dev] [PATCH 2/2] app/testpmd: add test commands for selecting different GRE key sizes Helin Zhang
2015-10-20  6:18 ` [dpdk-dev] [PATCH v2 0/2] add selecting different GRE key length Helin Zhang
2015-10-20  6:18   ` [dpdk-dev] [PATCH v2 1/2] i40e: add selecting " Helin Zhang
2015-10-20  6:18   ` [dpdk-dev] [PATCH v2 2/2] app/testpmd: add test commands for selecting different GRE key sizes Helin Zhang
2015-10-29  6:18   ` [dpdk-dev] [PATCH v3 0/3] add selecting different GRE key length Helin Zhang
2015-10-29  6:18     ` [dpdk-dev] [PATCH v3 1/3] i40e: add selecting " Helin Zhang
2015-10-29  6:18     ` [dpdk-dev] [PATCH v3 2/3] app/testpmd: add test commands for selecting different GRE key sizes Helin Zhang
2015-10-29  6:18     ` Helin Zhang [this message]
2015-10-29  7:48       ` [dpdk-dev] [PATCH v3 3/3] doc: update release notes and testpmd guide Thomas Monjalon
2015-10-29  8:43         ` Zhang, Helin
2015-10-30  4:54     ` [dpdk-dev] [PATCH v4 0/2] add selecting different GRE key length Helin Zhang
2015-10-30  4:54       ` [dpdk-dev] [PATCH v4 1/2] i40e: add selecting " Helin Zhang
2015-10-30  4:54       ` [dpdk-dev] [PATCH v4 2/2] app/testpmd: add test commands for selecting different GRE key sizes Helin Zhang
2015-10-30  5:37       ` [dpdk-dev] [PATCH v4 0/2] add selecting different GRE key length Tao, Zhe
2015-11-02 15:07       ` [dpdk-dev] [PATCH v5 " Helin Zhang
2015-11-02 15:07         ` [dpdk-dev] [PATCH v5 1/2] i40e: add selecting " Helin Zhang
2015-11-02 15:07         ` [dpdk-dev] [PATCH v5 2/2] app/testpmd: add test commands for selecting different GRE key sizes Helin Zhang
2015-11-03 16:28         ` [dpdk-dev] [PATCH v6 0/2] add selecting different GRE key length Helin Zhang
2015-11-03 16:28           ` [dpdk-dev] [PATCH v6 1/2] i40e: add selecting " Helin Zhang
2015-11-03 16:28           ` [dpdk-dev] [PATCH v6 2/2] app/testpmd: add test commands for selecting different GRE key sizes Helin Zhang
2015-11-03 23:38           ` [dpdk-dev] [PATCH v6 0/2] add selecting different GRE key length Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446099519-7903-4-git-send-email-helin.zhang@intel.com \
    --to=helin.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=yulong.pei@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).