From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8B491590E for ; Tue, 25 Oct 2016 14:29:06 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 25 Oct 2016 05:29:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,545,1473145200"; d="scan'208";a="183573899" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.150]) by fmsmga004.fm.intel.com with SMTP; 25 Oct 2016 05:29:04 -0700 Received: by (sSMTP sendmail emulation); Tue, 25 Oct 2016 13:29:03 +0100 Date: Tue, 25 Oct 2016 13:29:03 +0100 From: Bruce Richardson To: "Wu, Jingjing" Cc: "Guo, Jia" , "Zhang, Helin" , "dev@dpdk.org" Message-ID: <20161025122902.GC54704@bricha3-MOBL3.ger.corp.intel.com> References: <1476931738-44140-1-git-send-email-jia.guo@intel.com> <1477363356-112272-1-git-send-email-jia.guo@intel.com> <9BB6961774997848B5B42BEC655768F80E294671@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F80E294671@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.7.1 (2016-10-04) Subject: Re: [dpdk-dev] [PATCH v4] net/i40e: fix hash filter invalid issue in X722 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: Tue, 25 Oct 2016 12:29:07 -0000 On Tue, Oct 25, 2016 at 10:22:09AM +0000, Wu, Jingjing wrote: > > > > -----Original Message----- > > From: Guo, Jia > > Sent: Tuesday, October 25, 2016 10:43 AM > > To: Zhang, Helin ; Wu, Jingjing > > Cc: dev@dpdk.org; Guo, Jia > > Subject: [PATCH v4] net/i40e: fix hash filter invalid issue in X722 > > > > When verifying the Hash filtering on X722, we found a problem that > > the hash value in descriptor is incorrect. The root caused is X722 > > uses different way of hash key word selection comparing with X710/XL710. > > This patch fixes it by setting X722 specific key selection. > > > > Signed-off-by: Jeff Guo > > If we use default configuration on HW, this issue will not exist. But > our software sets the default value through i40e_filter_input_set_init. > So I think fix line need to be the commit which introduced input set > changing feature. > > Acked-by: Jingjing Wu with additional line: > > Fixes: commit 98f055707685 ("i40e: configure input fields for RSS or flow director ") > Applied, with fixes line, to dpdk-next-net/rel_16_11 /Bruce