numam-dpdk/lib/ethdev
Huisong Li 93e1ea6dfa ethdev: fix RSS update when RSS is disabled
The RTE_ETH_MQ_RX_RSS_FLAG flag is a switch to enable RSS. If the flag
is not set in dev_configure, RSS will be not configured and enabled.
However, RSS hash and reta can still be configured by ethdev ops to
enable RSS if the flag isn't set. The behavior is inconsistent.

Fixes: 99a2dd955f ("lib: remove librte_ prefix from directory names")
Cc: stable@dpdk.org

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@xilinx.com>
2022-05-12 15:49:57 +02:00
..
ethdev_driver.c remove extra blank line at EOF 2022-02-27 21:26:06 +01:00
ethdev_driver.h ethdev: introduce flow engine configuration 2022-02-24 14:04:47 +01:00
ethdev_pci.h ethdev: fix cast for C++ compatibility 2022-02-22 14:47:49 +01:00
ethdev_private.c remove extra blank line at EOF 2022-02-27 21:26:06 +01:00
ethdev_private.h ethdev: move driver interface functions to its own file 2022-02-11 21:17:34 +01:00
ethdev_profile.c
ethdev_profile.h ethdev: fix build with vtune option 2022-05-12 10:23:52 +02:00
ethdev_trace_points.c
ethdev_vdev.h ethdev: add missing C++ guards 2022-02-22 14:47:49 +01:00
meson.build ethdev: introduce generic dummy packet burst function 2022-02-11 21:17:34 +01:00
rte_class_eth.c
rte_dev_info.h ethdev: add missing C++ guards 2022-02-22 14:47:49 +01:00
rte_eth_ctrl.h
rte_ethdev_core.h
rte_ethdev_trace_fp.h
rte_ethdev_trace.h
rte_ethdev.c ethdev: fix RSS update when RSS is disabled 2022-05-12 15:49:57 +02:00
rte_ethdev.h ethdev: fix doxygen comments for device info struct 2022-03-08 16:38:34 +01:00
rte_flow_driver.h ethdev: bring in async indirect actions operations 2022-02-24 14:04:48 +01:00
rte_flow.c ethdev: bring in async indirect actions operations 2022-02-24 14:04:48 +01:00
rte_flow.h ethdev: bring in async indirect actions operations 2022-02-24 14:04:48 +01:00
rte_mtr_driver.h
rte_mtr.c
rte_mtr.h
rte_tm_driver.h
rte_tm.c
rte_tm.h
version.map ethdev: bring in async indirect actions operations 2022-02-24 14:04:48 +01:00