From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6138A8D35 for ; Wed, 2 Mar 2016 08:31:39 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 01 Mar 2016 23:31:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,527,1449561600"; d="scan'208";a="915043788" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 01 Mar 2016 23:31:38 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 1 Mar 2016 23:31:37 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 1 Mar 2016 23:31:37 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.24]) with mapi id 14.03.0248.002; Wed, 2 Mar 2016 15:31:25 +0800 From: "Wu, Jingjing" To: "Sun, Xutao" , "dev@dpdk.org" Thread-Topic: [PATCH v7 0/4] Add tunnel filter support for IP in GRE on i40e Thread-Index: AQHRc5Y5wSZxzqTNPka9RWlUtlXeXZ9Fw64A Date: Wed, 2 Mar 2016 07:31:24 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8DCC883@SHSMSX104.ccr.corp.intel.com> References: <1456804032-1682-1-git-send-email-xutao.sun@intel.com> <1456821665-21831-1-git-send-email-xutao.sun@intel.com> In-Reply-To: <1456821665-21831-1-git-send-email-xutao.sun@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 v7 0/4] Add tunnel filter support for IP in GRE on i40e X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 07:31:39 -0000 > -----Original Message----- > From: Sun, Xutao > Sent: Tuesday, March 01, 2016 4:41 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin > Subject: [PATCH v7 0/4] Add tunnel filter support for IP in GRE on i40e >=20 > This patch set adds tunnel filter support for IP in GRE on i40e. >=20 > v2 changes: > Fix the byte order problem. >=20 > v3 changes: > Remove the deprecation notice and update the release notes. >=20 > v4 changes: > Modify the mistakes in cmdline.c in the old patch. >=20 > v5 changes: > Fix type errors and update the testpmd documentation. >=20 > v6 changes: > Use internal variables to convert byte order. >=20 > v7 changes: > Modify the mistakes of code style. >=20 > Xutao Sun (4): > lib/ether: optimize the'rte_eth_tunnel_filter_conf' structure > lib/ether: add IP in GRE type > driver/i40e: implement tunnel filter for IP in GRE > app/test-pmd: test tunnel filter for IP in GRE >=20 > app/test-pmd/cmdline.c | 38 ++++++++++++++++-------= - > doc/guides/rel_notes/deprecation.rst | 5 ---- > doc/guides/rel_notes/release_16_04.rst | 2 ++ > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 35 > ++++++++++++++++++++-- > drivers/net/i40e/i40e_ethdev.c | 45 +++++++++++++++++++----= ------ > lib/librte_ether/rte_eth_ctrl.h | 5 ++-- > 6 files changed, 94 insertions(+), 36 deletions(-) >=20 Acked-by: Jingjing Wu > -- > 1.9.3