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 EA8E711A2 for ; Sat, 28 Mar 2015 21:13:06 +0100 (CET) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id E1FA580BD84; Sat, 28 Mar 2015 13:11:56 -0700 (PDT) Date: Sat, 28 Mar 2015 13:11:56 -0700 From: Matthew Hall To: Vladimir Medvedkin Message-ID: <20150328201156.GB23149@mhcomputing.net> References: <4212375A-A998-48A6-A41E-599E9A35410B@mhcomputing.net> <4378294.bYFEcjd8Sh@xps13> <20150323212719.GB5502@mhcomputing.net> <91758887-297B-40EF-A7C0-D2A463331C1F@mhcomputing.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Sat, 28 Mar 2015 20:13:07 -0000 On Sat, Mar 28, 2015 at 12:10:20PM +0300, Vladimir Medvedkin wrote: > I just verify RSS symmetric in my code, all works great. > ... > By the way, maybe it will be usefull to add softrss function in DPDK? Vladimir, All of this is super-awesome code. I agree having SW RSS would be quite nice. Then you could more easily support things like virtio-net and other stuff which doesn't have RSS. Did you have to use any special tricks to get the 0x6d5a to work? I wasn't quite sure how to initialize that and get it to run right. Matthew.