From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <piotrx.t.azarewicz@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 70EA36CAA
 for <dev@dpdk.org>; Tue, 14 Jun 2016 10:46:52 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by orsmga102.jf.intel.com with ESMTP; 14 Jun 2016 01:46:28 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,470,1459839600"; d="scan'208";a="827665878"
Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31])
 by orsmga003.jf.intel.com with ESMTP; 14 Jun 2016 01:46:26 -0700
Received: from irsmsx102.ger.corp.intel.com ([169.254.2.10]) by
 IRSMSX106.ger.corp.intel.com ([169.254.8.145]) with mapi id 14.03.0248.002;
 Tue, 14 Jun 2016 09:43:38 +0100
From: "Azarewicz, PiotrX T" <piotrx.t.azarewicz@intel.com>
To: "Tao, Zhe" <zhe.tao@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "Tao, Zhe" <zhe.tao@intel.com>, "Wu, Jingjing" <jingjing.wu@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v3] i40e: fix olflags for vector Rx
Thread-Index: AQHRxf0duyRVO7V5lEy9UyvIAhqdEJ/opXBA
Date: Tue, 14 Jun 2016 08:43:36 +0000
Message-ID: <4837007523CC9A4B9414D20C13DE6E64136D6C55@IRSMSX102.ger.corp.intel.com>
References: <1465787275-13776-1-git-send-email-zhe.tao@intel.com>
 <1465881856-8248-1-git-send-email-zhe.tao@intel.com>
In-Reply-To: <1465881856-8248-1-git-send-email-zhe.tao@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [163.33.239.181]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v3] i40e: fix olflags for vector Rx
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: Tue, 14 Jun 2016 08:46:52 -0000

> Problem:
> The flag for RSS and flow director is not set correctly in the vector Rx
> function, so the upper layer APP which base on the related flags will not=
 work
> correctly.
>=20
> Fix this problem by change the shuffle table. the original shuffle table =
is not
> correct.
>=20
> Fixes: 9ed94e5bb04e ("i40e: add vector Rx")
>=20
> Signed-off-by: Zhe Tao <zhe.tao@intel.com>

Reviewed-by: Piotr Azarewicz <piotrx.t.azarewicz@intel.com>