From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH 1/2] net/sfc: allow to query RSS key and HF in isolated mode Date: Thu, 11 Oct 2018 18:57:34 +0100 Message-ID: <1d0d18f4-4ba3-9935-27e8-1882ce5c145d@intel.com> References: <1539269473-21739-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Ivan Malov , stable@dpdk.org To: Andrew Rybchenko , dev@dpdk.org Return-path: In-Reply-To: <1539269473-21739-1-git-send-email-arybchenko@solarflare.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 10/11/2018 3:51 PM, Andrew Rybchenko wrote: > From: Ivan Malov > > Isolated mode prevents global RSS from being enabled and configured. > However, an application may need to query default RSS key and hash > functions when a flow rule with RSS action is added which does not > contain custom RSS key or hash function choice. In this case > global RSS key and hash functions will be used to handle the rule, > and there should be some way for the application to query these > global default settings to clarify expectations on the traffic > distribution. > > Fixes: 84a9b48128c1 ("net/sfc: support flow API isolated mode") > Cc: stable@dpdk.org > > Signed-off-by: Ivan Malov > Signed-off-by: Andrew Rybchenko Series applied to dpdk-next-net/master, thanks.