net/sfc: allow to query RSS key and HF when RSS is disabled
authorIvan Malov <ivan.malov@oktetlabs.ru>
Thu, 11 Oct 2018 14:51:13 +0000 (15:51 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 18:35:29 +0000 (20:35 +0200)
commit662e382244fb29d8bf03113524a139541e10123f
tree23a1e70144b2e174392f266e93b3fb323394b61e
parent453e1d4baad9262391eaef15812ade9af1f15a3f
net/sfc: allow to query RSS key and HF when RSS is disabled

If global RSS is not enabled in the multiqueue mode setting,
it will not be possible to change RSS configuration. However,
querying default RSS settings should be possible in any case since
it may be needed by RTE flow API users to find out what RSS settings
will be used by default for a flow rule with RSS action if custom
RSS key and hash function choice are not specified.

Fixes: 63ab5e0c8fda ("net/sfc: use zero RSS channels as disabled RSS indicator")
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