numam-dpdk/drivers/net/sfc
Ivan Malov 662e382244 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: 63ab5e0c8f ("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>
2018-10-11 20:35:29 +02:00
..
base net/sfc/base: use transceiver ID when reading info 2018-09-28 01:41:03 +02:00
efsys.h net/sfc/base: move empty efsys definitions to EFX headers 2018-09-28 01:41:02 +02:00
Makefile
meson.build
rte_pmd_sfc_version.map
sfc_debug.h
sfc_dp_rx.h
sfc_dp_tx.h net/sfc: support TSO in EF10 Tx datapath 2018-10-11 18:53:49 +02:00
sfc_dp.c
sfc_dp.h
sfc_ef10_essb_rx.c net/sfc: check mbufs allocated using mempool API for Rx 2018-10-11 18:53:49 +02:00
sfc_ef10_rx_ev.h
sfc_ef10_rx.c net/sfc: support Rx descriptor status on EF10 datapath 2018-10-11 18:53:49 +02:00
sfc_ef10_tx.c net/sfc: support Tx descriptor status on EF10 datapath 2018-10-11 18:53:49 +02:00
sfc_ef10.h
sfc_ethdev.c net/sfc: allow to query RSS key and HF when RSS is disabled 2018-10-11 20:35:29 +02:00
sfc_ev.c
sfc_ev.h
sfc_filter.c
sfc_filter.h
sfc_flow.c
sfc_flow.h
sfc_intr.c
sfc_kvargs.c
sfc_kvargs.h
sfc_log.h
sfc_mcdi.c
sfc_port.c
sfc_rx.c net/sfc: do not skip RSS configuration step on reconfigure 2018-10-11 19:34:29 +02:00
sfc_rx.h
sfc_tso.c net/sfc: put generalised TSO declarations in a header 2018-10-11 18:53:49 +02:00
sfc_tso.h net/sfc: support TSO in EF10 Tx datapath 2018-10-11 18:53:49 +02:00
sfc_tweak.h
sfc_tx.c net/sfc: support TSO in EF10 Tx datapath 2018-10-11 18:53:49 +02:00
sfc_tx.h
sfc.c
sfc.h