From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id 4B1485ABA for ; Mon, 23 Mar 2015 22:28:23 +0100 (CET) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id 289D280BD84; Mon, 23 Mar 2015 14:27:19 -0700 (PDT) Date: Mon, 23 Mar 2015 14:27:19 -0700 From: Matthew Hall To: Thomas Monjalon Message-ID: <20150323212719.GB5502@mhcomputing.net> References: <4212375A-A998-48A6-A41E-599E9A35410B@mhcomputing.net> <4378294.bYFEcjd8Sh@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4378294.bYFEcjd8Sh@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Symmetric RSS Hashing, Part 2 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, 23 Mar 2015 21:28:23 -0000 On Mon, Mar 23, 2015 at 04:20:33PM +0100, Thomas Monjalon wrote: > 2015-03-23 10:05, Matt Laswell: > > Hey Folks, > > > > I have essentially the same question as Matthew. Has there been progress > > in this area? > > No, AFAIK. > Submitting a patch would be a good start I think. Hi Thomas, We did have somebody in the past thread who tried the key recommended in a scientific paper to get a symmetric hash, 0x6d5a I believe. However it didn't seem to get the expected results when tested in real life. We're happy to make patches but we're not sure of the content to put in there if the only such RSS key we heard about didn't work when it was tested. Is there a subject matter expert in RSS who would be able to assist in more detail to figure out what went wrong? Matthew.