From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <jing.d.chen@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id D04E0558F
 for <dev@dpdk.org>; Thu,  6 Oct 2016 17:28:45 +0200 (CEST)
Received: from orsmga004.jf.intel.com ([10.7.209.38])
 by fmsmga103.fm.intel.com with ESMTP; 06 Oct 2016 08:28:44 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.31,454,1473145200"; d="scan'208";a="17342939"
Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203])
 by orsmga004.jf.intel.com with ESMTP; 06 Oct 2016 08:28:44 -0700
Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by
 FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Thu, 6 Oct 2016 08:28:44 -0700
Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by
 fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Thu, 6 Oct 2016 08:28:44 -0700
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.15]) by
 SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002;
 Thu, 6 Oct 2016 23:28:40 +0800
From: "Chen, Jing D" <jing.d.chen@intel.com>
To: "Shaw, Jeffrey B" <jeffrey.b.shaw@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "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>
Thread-Topic: [PATCH v4 1/2] i40e: Add packet_type metadata in the i40e vPMD
Thread-Index: AQHSH3rJyIOlhCGK2U2Wd3EK569Tu6CbjWRg
Date: Thu, 6 Oct 2016 15:28:39 +0000
Message-ID: <4341B239C0EFF9468EE453F9E9F4604D3A387F65@shsmsx102.ccr.corp.intel.com>
References: <1475712772-105327-2-git-send-email-jeffrey.b.shaw@intel.com>
 <1475735890-129160-1-git-send-email-jeffrey.b.shaw@intel.com>
In-Reply-To: <1475735890-129160-1-git-send-email-jeffrey.b.shaw@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTFmYzBhYzItMzEyMi00MjIzLWEwZDQtY2QxMmQ2ODNjYWZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjlGZGUzQjdDTnY1UjM0a3ZraTNnQTVLQXh0XC90YXBGejg2K1Ard01DVWhRPSJ9
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 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: Thu, 06 Oct 2016 15:28:46 -0000


> -----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
>=20
> From: Damjan Marion <damarion@cisco.com>
>=20
> 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.
>=20
> 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>
> ---
>=20
> Changes in v2:
>  - Add missing reference to i40e_recv_scattered_pkts_vec() when
>    querying supported packet types.
>=20
> Changes in v3:
>  - None. (Please ignore this version).
>=20
> Changes in v4:
>  - Fix rss/fdir status mask and shift to get accurate Flow Director Filte=
r
>    Match (FLM) indication.
>=20
>  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>