From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A606658F6 for ; Tue, 6 Jun 2017 06:25:05 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2017 21:25:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,304,1493708400"; d="scan'208";a="111328561" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 05 Jun 2017 21:25:04 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 5 Jun 2017 21:25:04 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 5 Jun 2017 21:25:03 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Tue, 6 Jun 2017 12:25:01 +0800 From: "Zhang, Qi Z" To: "Ananyev, Konstantin" , "Zhang, Helin" CC: "Lu, Wenzhuo" , "Kinsella, Ray" , "dev@dpdk.org" Thread-Topic: [PATCH v2] net/ixgbe: enable PTYPE offload for x86 vector PMD Thread-Index: AQHS2qGLe70c43Ysr0CjhmuHxoLIIaIU0nuAgAJs0sA= Date: Tue, 6 Jun 2017 04:25:00 +0000 Message-ID: <039ED4275CED7440929022BC67E70611530A805C@SHSMSX103.ccr.corp.intel.com> References: <1496273426-15176-1-git-send-email-qi.z.zhang@intel.com> <2601191342CEEE43887BDE71AB9772583FB058EE@IRSMSX109.ger.corp.intel.com> In-Reply-To: <2601191342CEEE43887BDE71AB9772583FB058EE@IRSMSX109.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action 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 v2] net/ixgbe: enable PTYPE offload for x86 vector PMD 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: Tue, 06 Jun 2017 04:25:06 -0000 Hi Konstantin: > -----Original Message----- > From: Ananyev, Konstantin > Sent: Monday, June 5, 2017 7:05 AM > To: Zhang, Qi Z ; Zhang, Helin > > Cc: Lu, Wenzhuo ; Kinsella, Ray > ; dev@dpdk.org > Subject: RE: [PATCH v2] net/ixgbe: enable PTYPE offload for x86 vector PM= D >=20 > Hi Qi, >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Thursday, June 1, 2017 12:30 AM > > To: Ananyev, Konstantin ; Zhang, Helin > > > > Cc: Lu, Wenzhuo ; Kinsella, Ray > > ; dev@dpdk.org; Zhang, Qi Z > > > > Subject: [PATCH v2] net/ixgbe: enable PTYPE offload for x86 vector PMD > > > > Hardware PTYPE in Rx desc will be parsed to fill mbuf's packet_type. >=20 > Vector part looks good to me, just few nits - see below. > Konstantin Agree with all the captures Thanks Qi