From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Martin_Dra=c5=a1ar?= Subject: Re: Broken RSS hash computation on Intel 82574L Date: Tue, 1 Sep 2015 17:00:41 +0200 Message-ID: <55E5BD99.1000907@ics.muni.cz> References: <55E44563.5050208@ics.muni.cz> <55E5B81E.8010601@ics.muni.cz> <20150901144726.GA30421@mhcomputing.net> <55E5BB28.1090009@cloudius-systems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Return-path: Received: from minas.ics.muni.cz (minas.ics.muni.cz [147.251.4.46]) by dpdk.org (Postfix) with ESMTP id 0054D568C for ; Tue, 1 Sep 2015 17:00:49 +0200 (CEST) Received: from [147.251.17.13] (dhcp17-13.ics.muni.cz [147.251.17.13]) (authenticated user=98998@is.muni.cz bits=0) by minas.ics.muni.cz (8.14.4/8.14.4/Debian-4) with ESMTP id t81F0mAH026415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 1 Sep 2015 17:00:49 +0200 In-Reply-To: <55E5BB28.1090009@cloudius-systems.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Dne 1.9.2015 v 16:50 Avi Kivity napsal(a): > On 09/01/2015 05:47 PM, Matthew Hall wrote: >> RSS calculations are used to direct packets across multiple RX queues. >> With >> only one RX queue it cannot possibly increase performance by enabling it. >> > > As an example, seastar uses the RSS hash computed by the NIC to select a > core to process on, if the number of hardware queues is smaller than the > number of cores. Yep, we use the hash for pairing of flows and other more complicated packet processing.