From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v4 1/2] i40e: Add packet_type metadata in the i40e vPMD Date: Wed, 12 Oct 2016 16:51:08 +0100 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 Cc: "Shaw, Jeffrey B" , "dev@dpdk.org" , "Zhang, Helin" , "Wu, Jingjing" , "damarion@cisco.com" , "Zhang, Qi Z" To: "Chen, Jing D" 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) Content-Disposition: inline In-Reply-To: <4341B239C0EFF9468EE453F9E9F4604D3A387F65@shsmsx102.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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