From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/failsafe: advertise supported RSS functions Date: Wed, 9 May 2018 23:46:15 +0100 Message-ID: References: <1525802561-9011-1-git-send-email-ophirmu@mellanox.com> <1525873601-24453-1-git-send-email-ophirmu@mellanox.com> <20180509140447.yvkj2ljspnu7a264@bidouze.vm.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, Thomas Monjalon , Olga Shern , Shahaf Shuler To: =?UTF-8?Q?Ga=c3=abtan_Rivet?= , Ophir Munk Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id D742C1B795 for ; Thu, 10 May 2018 00:46:18 +0200 (CEST) In-Reply-To: <20180509140447.yvkj2ljspnu7a264@bidouze.vm.6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/9/2018 3:04 PM, Gaƫtan Rivet wrote: > thanks Ophir, > > On Wed, May 09, 2018 at 01:46:41PM +0000, Ophir Munk wrote: >> Advertise failsafe supported RSS functions as part of dev_infos_get >> callback. Set failsafe default RSS hash functions to be: >> ETH_RSS_IP, ETH_RSS_UDP, and ETH_RSS_TCP. >> The result of failsafe RSS hash functions is the logical AND of the >> RSS hash functions among all failsafe sub_devices and failsafe own >> defaults. >> >> Previous to this commit RSS support was reported as none. Since the >> introduction of [1] it is required that all RSS configurations be >> verified. >> >> [1] commit 8863a1fbfc66 ("ethdev: add supported hash function check") >> >> Signed-off-by: Ophir Munk > > I made a slight mistake in my earlier naming suggestion, but it's not > important. > > Acked-by: Gaetan Rivet Applied to dpdk-next-net/master, thanks.