From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 9D6D8374E for ; Thu, 7 Sep 2017 08:31:55 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 06 Sep 2017 23:31:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,357,1500966000"; d="scan'208";a="148504248" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 06 Sep 2017 23:31:53 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 6 Sep 2017 23:31:53 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.168]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.98]) with mapi id 14.03.0319.002; Thu, 7 Sep 2017 14:31:51 +0800 From: "Xing, Beilei" To: Adrien Mazarguil CC: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/7] ethdev: add GTP item Thread-Index: AQHTHXcM5B8ei46TDE66gRzK+7tA/6KnkimAgAF4g3A= Date: Thu, 7 Sep 2017 06:31:50 +0000 Message-ID: <94479800C636CB44BD422CB454846E0132019895@SHSMSX101.ccr.corp.intel.com> References: <1503647430-93905-1-git-send-email-beilei.xing@intel.com> <1503647430-93905-3-git-send-email-beilei.xing@intel.com> <20170906160255.GB4301@6wind.com> In-Reply-To: <20170906160255.GB4301@6wind.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 2/7] ethdev: add GTP item X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2017 06:31:57 -0000 Hi Adrien, > -----Original Message----- > From: Adrien Mazarguil [mailto:adrien.mazarguil@6wind.com] > Sent: Thursday, September 7, 2017 12:03 AM > To: Xing, Beilei > Cc: Wu, Jingjing ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/7] ethdev: add GTP item >=20 > Hi Beilei, >=20 > On Fri, Aug 25, 2017 at 03:50:25PM +0800, Beilei Xing wrote: > > This patch adds GTP items to generic rte flow. > > > > Signed-off-by: Beilei Xing >=20 > Thanks, several comments below. Thanks for all the comments, will update them in V2.