From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id B58425957 for ; Mon, 23 Mar 2015 16:21:14 +0100 (CET) Received: by wibg7 with SMTP id g7so50358969wib.1 for ; Mon, 23 Mar 2015 08:21:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=UyGcQOweGFoQJ9J6IDZuckB5jpFkbplCezU6DauqIrw=; b=c7fjZSjSECF09oA2up0symeJd2vhPa91dS44TgLBEmA06LQYIbTxuXVvEKraRhkkXB O2upLys2oAJIfY/j7dijcSyaBy391mozfmK11cZM94zsIkHjbW8HNCxfUifMGQ5fWMK0 VtKhgrQovk1Ky3f9vZRkKpqO6QOMogitGRQyHUFiBU0MWPi4/zeKm9Ld6L8GKMAjWfoO ZuDkoKyam8wRYine9pvuMgfyvHZUxzQrZr/UTaDogayWYpYxRzyUo9b7GpkZazC4i5oI JODFpri7Ch4AlTvH76sWGdwjL1QI/NGbxzgNMMWNVyyXB0+LTaqfAcex/1mGYFx72HWG g17Q== X-Gm-Message-State: ALoCoQkZrpLGunRbvuxQCcwijywPDVfeqY/Hca4oAshfAwqZv1Xflygb154PKR78mQjOs6+H0q9j X-Received: by 10.194.78.114 with SMTP id a18mr188948643wjx.0.1427124074532; Mon, 23 Mar 2015 08:21:14 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ew5sm11661459wic.14.2015.03.23.08.21.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Mar 2015 08:21:13 -0700 (PDT) From: Thomas Monjalon To: Matt Laswell , Matthew Hall Date: Mon, 23 Mar 2015 16:20:33 +0100 Message-ID: <4378294.bYFEcjd8Sh@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <4212375A-A998-48A6-A41E-599E9A35410B@mhcomputing.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 15:21:14 -0000 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. > -- > Matt Laswell > infinite io, inc. > laswell@infiniteio.com > > > On Sat, Mar 14, 2015 at 3:47 PM, Matthew Hall wrote: > > > A few months ago we had this thread about symmetric hashing of TCP in RSS: > > > > http://dpdk.org/ml/archives/dev/2014-December/010148.html > > > > I was wondering if we ever did figure out how to get the 0x6d5a hash key > > mentioned in there to work, or another alternative one. > > > > Thanks, > > Matthew.