From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 64DFC918F for ; Thu, 18 Feb 2016 08:19:34 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 17 Feb 2016 23:19:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,464,1449561600"; d="scan'208";a="888435669" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 17 Feb 2016 23:19:33 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 17 Feb 2016 23:19:32 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 17 Feb 2016 23:19:32 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.172]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.4]) with mapi id 14.03.0248.002; Thu, 18 Feb 2016 15:19:17 +0800 From: "Sun, Xutao" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 4/4] app/test-pmd: test tunnel filter for IP in GRE Thread-Index: AQHRZZvNLyVYbL1JGkOJw8eWU+5sW58xbHuw Date: Thu, 18 Feb 2016 07:19:16 +0000 Message-ID: <9AC567D38896294095E6F3228F697FC80352BE14@shsmsx102.ccr.corp.intel.com> References: <1453966217-10510-1-git-send-email-xutao.sun@intel.com> <1453976778-27807-1-git-send-email-xutao.sun@intel.com> <1453976778-27807-5-git-send-email-xutao.sun@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjhkODRmMzMtODIxNi00MGIyLTgzYjgtZDZmYjY3MzE5ZGY3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik5FTkJnWnNTU1VrcWxYbWVWR0hMSTd2d1ZzK3hxM0tqbjBhZmRCQWhwVnM9In0= 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 v3 4/4] app/test-pmd: test tunnel filter for IP in GRE 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: Thu, 18 Feb 2016 07:19:34 -0000 Hi Pablo, > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Friday, February 12, 2016 9:47 PM > To: Sun, Xutao ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v3 4/4] app/test-pmd: test tunnel filter f= or IP > in GRE >=20 > Hi Xutao, >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Xutao Sun > > Sent: Thursday, January 28, 2016 10:26 AM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH v3 4/4] app/test-pmd: test tunnel filter > > for IP in GRE > > > > This patch add some options in tunnel_filter command to test IP in GRE > > packet classification on i40e. > > > > Signed-off-by: Xutao Sun > > Signed-off-by: Jijiang Liu >=20 > This patch needs to include a documentation update in testpmd_funcs.rst. I have checked testpmd_funcs.rst before. The content in the testpmd_funcs.rst is:=20 testpmd> tunnel_filter add (port_id) (outer_mac) (inner_mac) (ip_addr) \ (inner_vlan) (tunnel_type) (filter_type) (tenant_id) (queue_id) It does not include the options, so I think I don't need to update this doc= ument. Regards, Xutao