From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) by dpdk.org (Postfix) with ESMTP id 1BF785A73 for ; Mon, 30 Mar 2015 17:00:11 +0200 (CEST) Received: by lahp7 with SMTP id p7so87772693lah.2 for ; Mon, 30 Mar 2015 08:00:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1P8/K+l5+Ekl82tk88njeHzBBPbM60mDFsQaG/Go3DE=; b=ENsPpjncghUsuRDMGOSlMLLht3INbdY/r0TbTTfT0DEAIHACBe/8kaBJuDYXmAmTag U2sFnfEOmssZmE+rHavEFgKzUhUUAAO19Dk2sqHy/izebqL8rJy8jJPsfoGQEERbqp3I eNDVglxWFsHCDAXOik0m963i0OQCuuIFOS645X6ic3Zqzb8T8rK1+8R6JIjB395dM667 sbNHMsOT0yyjZPY66FNUNr7T0c0kzmbBU5p7j1ha632h0IWOA+8QJdszrUUHjYHsnQav q//NGxxCESw6ew1ClHoo6GAR8kYGLtyMxCr+cwGcGK79Q9qaMRw2ZcUGcBC4mziHHIrs wSqg== MIME-Version: 1.0 X-Received: by 10.112.149.69 with SMTP id ty5mr448423lbb.24.1427727610820; Mon, 30 Mar 2015 08:00:10 -0700 (PDT) Received: by 10.114.83.41 with HTTP; Mon, 30 Mar 2015 08:00:10 -0700 (PDT) In-Reply-To: <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> <20150328201156.GB23149@mhcomputing.net> Date: Mon, 30 Mar 2015 18:00:10 +0300 Message-ID: From: Vladimir Medvedkin To: Matthew Hall Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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, 30 Mar 2015 15:00:11 -0000 Matthew, I don't use any special tricks to make symmetric RSS work. Furthermore, it works not only with 0x6d5a. Regards, Vladimir 2015-03-28 23:11 GMT+03:00 Matthew Hall : > 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. >