numam-dpdk/drivers/net/bonding
Huisong Li 9e0fb72c75 net/bonding: fix RSS inconsistency between ports
Currently, RSS configuration of slave is set only when RSS is enabled for
bonded port. If RSS is enabled for the slaves port before adding to the
bonded port with disabling RSS, it will run into that the RSS enabled state
of bonded and slaves port is inconsistent after starting bonded port.
So the RSS configuration of slave should also be set when RSS is disabled
for bonded port.

Fixes: 734ce47f71 ("bonding: support RSS dynamic configuration")
Cc: stable@dpdk.org

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Signed-off-by: Dongdong Liu <liudongdong3@huawei.com>
Reviewed-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
2022-06-09 10:47:03 +02:00
..
eth_bond_8023ad_private.h fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
eth_bond_private.h net/bonding: fix slaves initializing on MTU setting 2022-02-17 12:55:21 +01:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
rte_eth_bond_8023ad.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
rte_eth_bond_8023ad.h fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
rte_eth_bond_alb.c net: rename Ethernet header fields 2021-10-08 14:58:11 +02:00
rte_eth_bond_alb.h fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
rte_eth_bond_api.c net/bonding: fix slaves initializing on MTU setting 2022-02-17 12:55:21 +01:00
rte_eth_bond_args.c devargs: add common key definition 2021-07-05 16:33:18 +02:00
rte_eth_bond_flow.c eal: remove sys/queue.h from public headers 2021-10-01 13:09:43 +02:00
rte_eth_bond_pmd.c net/bonding: fix RSS inconsistency between ports 2022-06-09 10:47:03 +02:00
rte_eth_bond.h net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00