Message ID | 20241031023408.31008-1-chengyechun1@huawei.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | enable port after switch | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Guessing tree name failed - patch did not apply |
diff --git a/drivers/net/bonding/bond_3ad.c b/drivers/net/bonding/bond_3ad.c index b19e0e41b..b07e42950 100644 --- a/drivers/net/bonding/bond_3ad.c +++ b/drivers/net/bonding/bond_3ad.c @@ -1830,6 +1830,8 @@ static void ad_agg_selection_logic(struct aggregator *agg, __disable_port(port); } } + port = best->lag_ports; + __enable_port(port); /* Slave array needs update. */ *update_slave_arr = true; }
After switching the best aggregator, change the backup value of the corresponding slave node to 0 Signed-off-by: chengyechun <chengyechun1@huawei.com> --- drivers/net/bonding/bond_3ad.c | 2 ++ 1 file changed, 2 insertions(+) -- 2.33.0