From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 07B9B29D2 for ; Wed, 12 Oct 2016 17:51:11 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP; 12 Oct 2016 08:51:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,482,1473145200"; d="scan'208";a="18872910" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.55]) by fmsmga005.fm.intel.com with SMTP; 12 Oct 2016 08:51:08 -0700 Received: by (sSMTP sendmail emulation); Wed, 12 Oct 2016 16:51:08 +0025 Date: Wed, 12 Oct 2016 16:51:08 +0100 From: Bruce Richardson To: "Chen, Jing D" Cc: "Shaw, Jeffrey B" , "dev@dpdk.org" , "Zhang, Helin" , "Wu, Jingjing" , "damarion@cisco.com" , "Zhang, Qi Z" Message-ID: <20161012155107.GE104428@bricha3-MOBL3> References: <1475712772-105327-2-git-send-email-jeffrey.b.shaw@intel.com> <1475735890-129160-1-git-send-email-jeffrey.b.shaw@intel.com> <4341B239C0EFF9468EE453F9E9F4604D3A387F65@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4341B239C0EFF9468EE453F9E9F4604D3A387F65@shsmsx102.ccr.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v4 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: Wed, 12 Oct 2016 15:51:12 -0000 On Thu, Oct 06, 2016 at 03:28:39PM +0000, Chen, Jing D wrote: > > > -----Original Message----- > > From: Shaw, Jeffrey B > > Sent: Wednesday, October 5, 2016 11:38 PM > > To: dev@dpdk.org > > Cc: Zhang, Helin ; Wu, Jingjing > > ; damarion@cisco.com; Zhang, Qi Z > > ; Chen, Jing D > > Subject: [PATCH v4 1/2] i40e: Add packet_type metadata in the i40e vPMD > > > > 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 driver. > > > > Signed-off-by: Damjan Marion > > Signed-off-by: Jeff Shaw > > Acked-by: Qi Zhang > > --- > > > > Changes in v2: > > - Add missing reference to i40e_recv_scattered_pkts_vec() when > > querying supported packet types. > > > > Changes in v3: > > - None. (Please ignore this version). > > > > Changes in v4: > > - Fix rss/fdir status mask and shift to get accurate Flow Director Filter > > Match (FLM) indication. > > > > drivers/net/i40e/i40e_rxtx.c | 567 +-------------------------------------- > > drivers/net/i40e/i40e_rxtx.h | 563 > > ++++++++++++++++++++++++++++++++++++++ > > drivers/net/i40e/i40e_rxtx_vec.c | 16 ++ > > 3 files changed, 582 insertions(+), 564 deletions(-) > Acked-by : Jing Chen > Series applied to dpdk-next-net/rel_16_11 /Bruce