From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0797F95D9 for ; Fri, 12 Feb 2016 14:46:39 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 12 Feb 2016 05:46:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,436,1449561600"; d="scan'208";a="913831194" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga002.fm.intel.com with ESMTP; 12 Feb 2016 05:46:40 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.102]) by IRSMSX154.ger.corp.intel.com ([169.254.12.208]) with mapi id 14.03.0248.002; Fri, 12 Feb 2016 13:46:37 +0000 From: "De Lara Guarch, Pablo" To: "Sun, Xutao" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 4/4] app/test-pmd: test tunnel filter for IP in GRE Thread-Index: AQHRWbZ14vuiJCGPpEWzOct/uY2EKZ8og7sQ Date: Fri, 12 Feb 2016 13:46:37 +0000 Message-ID: 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: <1453976778-27807-5-git-send-email-xutao.sun@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjhkODRmMzMtODIxNi00MGIyLTgzYjgtZDZmYjY3MzE5ZGY3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik5FTkJnWnNTU1VrcWxYbWVWR0hMSTd2d1ZzK3hxM0tqbjBhZmRCQWhwVnM9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] 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: Fri, 12 Feb 2016 13:46:40 -0000 Hi Xutao, > -----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 I= P in > GRE >=20 > This patch add some options in tunnel_filter command to test IP in GRE > packet classification on i40e. >=20 > Signed-off-by: Xutao Sun > Signed-off-by: Jijiang Liu This patch needs to include a documentation update in testpmd_funcs.rst.