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 26B6A2BCD for ; Mon, 26 Sep 2016 03:46:23 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 25 Sep 2016 18:46:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,396,1470726000"; d="scan'208";a="173081497" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 25 Sep 2016 18:46:22 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 25 Sep 2016 18:46:22 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.234]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.101]) with mapi id 14.03.0248.002; Mon, 26 Sep 2016 09:46:19 +0800 From: "Zhang, Qi Z" To: Thomas Monjalon CC: "dev@dpdk.org" , "Shaw, Jeffrey B" , "Zhang, Helin" , "Wu, Jingjing" Thread-Topic: [dpdk-dev] [PATCH 1/2] i40e: Add packet_type metadata in the i40e vPMD Thread-Index: AQHR3fEh/XH0Eo6ao0WOBlJFlJsa46CG9B+g//+xWQCABM2UAA== Date: Mon, 26 Sep 2016 01:46:19 +0000 Message-ID: <039ED4275CED7440929022BC67E706115064DF6E@SHSMSX103.ccr.corp.intel.com> References: <1468515542-39207-1-git-send-email-jeffrey.b.shaw@intel.com> <1468515542-39207-2-git-send-email-jeffrey.b.shaw@intel.com> <039ED4275CED7440929022BC67E706115064D652@SHSMSX103.ccr.corp.intel.com> <1890771.aBr4rjc9Og@xps13> In-Reply-To: <1890771.aBr4rjc9Og@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2U4ZTA2MDEtYTU4YS00NmQ3LWFjYWQtNjRmZDA1N2Y4MWFmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlBCanBQdGNYSGpJdWZlSHZET1JHVXIwMFZQWFwvYnV3ZTFhNXgrMHdYM3VjPSJ9 x-ctpclassification: CTP_IC 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 1/2] i40e: Add packet_type metadata in the i40e vPMD 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: Mon, 26 Sep 2016 01:46:24 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, September 23, 2016 4:23 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Shaw, Jeffrey B ; Zhang, Heli= n > ; Wu, Jingjing > Subject: Re: [dpdk-dev] [PATCH 1/2] i40e: Add packet_type metadata in the= i40e > vPMD >=20 > 2016-09-23 06:40, Zhang, Qi Z: > > > From: Damjan Marion > > > > > > The ptype is decoded from the rx descriptor and stored in the packet > > > type field in the mbuf using the same function as the non-vector driv= er. > > > > > > Signed-off-by: Damjan Marion > > > Signed-off-by: Jeff Shaw > > > > Acted-by: Zhang Qi >=20 > It should be Acked-by :) >=20 > Just a note about name convention: > In DPDK we use the english naming style which is to put the first name fi= rst and > the surname last. > I believe your surname is Zhang so maybe you should write: > Acked-by: Qi Zhang >=20 > By the way, thanks for reviewing. First time:) Thanks! Acked-by: Qi Zhang