From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3] i40e: fix olflags for vector Rx Date: Thu, 23 Jun 2016 12:07:43 +0100 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 Cc: "Tao, Zhe" , "dev@dpdk.org" To: "Wu, Jingjing" 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) Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F80E15CB3E@SHSMSX103.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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