From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CBB4BC4B0 for ; Thu, 23 Jun 2016 13:07:46 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 23 Jun 2016 04:07:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,516,1459839600"; d="scan'208";a="981783599" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.161]) by orsmga001.jf.intel.com with SMTP; 23 Jun 2016 04:07:43 -0700 Received: by (sSMTP sendmail emulation); Thu, 23 Jun 2016 12:07:43 +0025 Date: Thu, 23 Jun 2016 12:07:43 +0100 From: Bruce Richardson To: "Wu, Jingjing" Cc: "Tao, Zhe" , "dev@dpdk.org" Message-ID: <20160623110742.GD5024@bricha3-MOBL3> References: <1465787275-13776-1-git-send-email-zhe.tao@intel.com> <1465881856-8248-1-git-send-email-zhe.tao@intel.com> <9BB6961774997848B5B42BEC655768F80E15CB3E@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F80E15CB3E@SHSMSX103.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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2016 11:07:47 -0000 On Wed, Jun 15, 2016 at 08:35:30AM +0000, Wu, Jingjing wrote: > > > > -----Original Message----- > > From: Tao, Zhe > > Sent: Tuesday, June 14, 2016 1:24 PM > > To: dev@dpdk.org > > Cc: Tao, Zhe ; Wu, Jingjing > > Subject: [PATCH v3] i40e: fix olflags for vector Rx > > > > 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. > > > > Fix this problem by change the shuffle table. the original shuffle > > table is not correct. > > > > Fixes: 9ed94e5bb04e ("i40e: add vector Rx") > > > > Signed-off-by: Zhe Tao > > Acked-by: Jingjing Wu > Applied to dpdk-next-net/rel_16_07 /Bruce