net/sfc: allow to query RSS key and HF in isolated mode
authorIvan Malov <ivan.malov@oktetlabs.ru>
Thu, 11 Oct 2018 14:51:12 +0000 (15:51 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 18:35:29 +0000 (20:35 +0200)
commit453e1d4baad9262391eaef15812ade9af1f15a3f
tree4e46a52ca5322cbd255d06188c3807fc07c51c64
parent5205c436a33e060d06f7f230e051b94be31d6d91
net/sfc: allow to query RSS key and HF in isolated mode

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 <ivan.malov@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/sfc_ethdev.c