From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <zhe.tao@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 1AC5F374E
 for <dev@dpdk.org>; Fri, 30 Oct 2015 06:37:21 +0100 (CET)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by orsmga101.jf.intel.com with ESMTP; 29 Oct 2015 22:37:21 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.20,217,1444719600"; d="scan'208";a="838589694"
Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202])
 by orsmga002.jf.intel.com with ESMTP; 29 Oct 2015 22:37:21 -0700
Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by
 fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Thu, 29 Oct 2015 22:37:20 -0700
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.253]) by
 SHSMSX151.ccr.corp.intel.com ([169.254.3.47]) with mapi id 14.03.0248.002;
 Fri, 30 Oct 2015 13:37:18 +0800
From: "Tao, Zhe" <zhe.tao@intel.com>
To: "Zhang, Helin" <helin.zhang@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [PATCH v4 0/2] add selecting different GRE key length
Thread-Index: AQHREs8UyW27NsE9cUGE8lIXW4NYVp6DhD0w
Date: Fri, 30 Oct 2015 05:37:18 +0000
Message-ID: <F142208A4A01684297D6248F041BAB380446F6B5@shsmsx102.ccr.corp.intel.com>
References: <1446099519-7903-1-git-send-email-helin.zhang@intel.com>
 <1446180860-28509-1-git-send-email-helin.zhang@intel.com>
In-Reply-To: <1446180860-28509-1-git-send-email-helin.zhang@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v4 0/2] add selecting different GRE key length
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 30 Oct 2015 05:37:22 -0000



-----Original Message-----
From: Zhang, Helin=20
Sent: Friday, October 30, 2015 12:54 PM
To: dev@dpdk.org
Cc: Chilikin, Andrey; Pei, Yulong; Liu, Yong; Wu, Jingjing; Zhang, Helin
Subject: [PATCH v4 0/2] add selecting different GRE key length

By default, only 3 bytes of GRE key will be used for hash or FD calculation=
. Here adds selecting 3 or 4 bytes of GRE key for those purpose.
Note that these patches are based on another patch set of "[PATCH v7 0/2] i=
40e: RSS/FD granularity configuration".

v2 changes:
Updated with RSS/FD granularity code.

v3 changes:
Updated with RSS/FD granularity code.
Updated documentation.

v4 changes:
Added the update of release note and testpmd guide to the code patches sepa=
rately.
Updated with RSS/FD granularity code v7.

Helin Zhang (2):
  i40e: add selecting GRE key length
  app/testpmd: add test commands for selecting different GRE key sizes

 app/test-pmd/cmdline.c                      | 52 +++++++++++++++++
 doc/guides/rel_notes/release_2_2.rst        |  2 +
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 ++++
 drivers/net/i40e/i40e_ethdev.c              | 87 +++++++++++++++++++++++++=
+++-
 lib/librte_ether/rte_eth_ctrl.h             | 20 +++++++
 5 files changed, 169 insertions(+), 3 deletions(-)

--
1.9.3
 Acked-by: Zhe Tao <zhe.tao@intel.com>