numam-dpdk/drivers/net/hns3
Lijun Ou 2bc3b95deb net/hns3: fix RSS configuration on empty RSS type
According to the definition of RSS types of action attributes from
testpmd, the driver will not disable RSS but instead requests the
unspecified "best-effort" settings when upper application call
rte_flow_create API function to create flow using empty RSS types.

As a result, here use the default RSS types when RSS types is empty.

Fixes: c37ca66f2b ("net/hns3: support RSS")
Cc: stable@dpdk.org

Signed-off-by: Lijun Ou <oulijun@huawei.com>
Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
2020-07-17 18:21:21 +02:00
..
hns3_cmd.c
hns3_cmd.h net/hns3: support 200G speed rate 2020-07-17 18:21:21 +02:00
hns3_dcb.c
hns3_dcb.h
hns3_ethdev_vf.c net/hns3: support keeping CRC 2020-07-17 18:21:21 +02:00
hns3_ethdev.c net/hns3: support keeping CRC 2020-07-17 18:21:21 +02:00
hns3_ethdev.h net/hns3: support 200G speed rate 2020-07-17 18:21:21 +02:00
hns3_fdir.c net/hns3: fix unintended sign extension in fd operation 2020-06-16 19:21:07 +02:00
hns3_fdir.h
hns3_flow.c net/hns3: fix RSS configuration on empty RSS type 2020-07-17 18:21:21 +02:00
hns3_intr.c net/hns3: ignore function return on reset error path 2020-06-16 19:21:07 +02:00
hns3_intr.h
hns3_logs.h
hns3_mbx.c net/hns3: support setting VF PVID by PF driver 2020-07-07 23:38:26 +02:00
hns3_mbx.h net/hns3: support setting VF PVID by PF driver 2020-07-07 23:38:26 +02:00
hns3_mp.c net/hns3: check multi-process action register result 2020-07-07 23:38:28 +02:00
hns3_mp.h net/hns3: check multi-process action register result 2020-07-07 23:38:28 +02:00
hns3_regs.c net/hns3: fix unintended sign extension in dump operation 2020-06-16 19:21:07 +02:00
hns3_regs.h
hns3_rss.c net/hns3: support symmetric RSS 2020-07-07 23:38:26 +02:00
hns3_rss.h net/hns3: support symmetric RSS 2020-07-07 23:38:26 +02:00
hns3_rxtx.c net/hns3: support keeping CRC 2020-07-17 18:21:21 +02:00
hns3_rxtx.h net/hns3: support keeping CRC 2020-07-17 18:21:21 +02:00
hns3_stats.c
hns3_stats.h
Makefile
meson.build
rte_pmd_hns3_version.map