From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: i40e mbuf->rss indication Date: Thu, 22 Mar 2018 11:34:57 +0000 Message-ID: <20180322113457.GB608@bricha3-MOBL.ger.corp.intel.com> References: <782383cd531a4248a3634705f46d8acf@XCH-RTP-017.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: "Hanoch Haim (hhaim)" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D5F4B5F17 for ; Thu, 22 Mar 2018 12:35:01 +0100 (CET) Content-Disposition: inline In-Reply-To: <782383cd531a4248a3634705f46d8acf@XCH-RTP-017.cisco.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Mar 21, 2018 at 06:47:22PM +0000, Hanoch Haim (hhaim) wrote: > Hi All, > DPDK:17.11 > When i40e is configured with RSS enabled and hash.type=toeplitz > > m->hash.rss = some weird number > ((m->ol_flags&PKT_RX_RSS_HASH) == PKT_RX_RSS_HASH > > The hash value is correct and match the MS Toeplitz standard. > > Is this expected? I'm sorry, but I don't quite follow the question, or the problem. Are you meaning to say that the hash value is incorrect, or that the flag is not being set or something else? /Bruce > > The above works fine with ixgbe/mlx5 > > Thanks, > Hanoh >