From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6BA3C4AAD for ; Mon, 13 Jun 2016 09:57:58 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 13 Jun 2016 00:57:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,466,1459839600"; d="scan'208";a="1000700797" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga002.fm.intel.com with ESMTP; 13 Jun 2016 00:57:45 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.10]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0248.002; Mon, 13 Jun 2016 08:57:43 +0100 From: "Azarewicz, PiotrX T" To: "Tao, Zhe" , "dev@dpdk.org" CC: "Tao, Zhe" , "Wu, Jingjing" Thread-Topic: [dpdk-dev] [PATCH v2] i40e: fix olflags for vector RX Thread-Index: AQHRxSD0CqZRDY6Bt0ae5wMcdXwvh5/nB2Yg Date: Mon, 13 Jun 2016 07:57:42 +0000 Message-ID: <4837007523CC9A4B9414D20C13DE6E64136D53F2@IRSMSX102.ger.corp.intel.com> References: <1464094543-32623-1-git-send-email-zhe.tao@intel.com> <1465787275-13776-1-git-send-email-zhe.tao@intel.com> In-Reply-To: <1465787275-13776-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.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2016 07:57:58 -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: 9ed94 (i40e: add vector Rx) >=20 > Signed-off-by: Zhe Tao Reviewed-by: Piotr Azarewicz