From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga05.intel.com (mga05.intel.com [192.55.52.43])
 by dpdk.org (Postfix) with ESMTP id 07B9B29D2
 for <dev@dpdk.org>; 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 <bruce.richardson@intel.com>
To: "Chen, Jing D" <jing.d.chen@intel.com>
Cc: "Shaw, Jeffrey B" <jeffrey.b.shaw@intel.com>,
 "dev@dpdk.org" <dev@dpdk.org>, "Zhang, Helin" <helin.zhang@intel.com>,
 "Wu, Jingjing" <jingjing.wu@intel.com>,
 "damarion@cisco.com" <damarion@cisco.com>,
 "Zhang, Qi Z" <qi.z.zhang@intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <helin.zhang@intel.com>; Wu, Jingjing
> > <jingjing.wu@intel.com>; damarion@cisco.com; Zhang, Qi Z
> > <qi.z.zhang@intel.com>; Chen, Jing D <jing.d.chen@intel.com>
> > Subject: [PATCH v4 1/2] i40e: Add packet_type metadata in the i40e vPMD
> > 
> > From: Damjan Marion <damarion@cisco.com>
> > 
> > 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 <damarion@cisco.com>
> > Signed-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
> > Acked-by: Qi Zhang <qi.z.zhang@intel.com>
> > ---
> > 
> > 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 <jing.d.chen@intel.com>
> 
Series applied to dpdk-next-net/rel_16_11

/Bruce