[BUG] [bonding] bonding member delete bug

2023-12-17 Thread Simon Jones
ix this bug? I think it's better to call @rte_eth_dev_stop for every member, even it's DOWN. How about this? Thanks~ Simon Jones

Re: [BUG] [bonding] bonding member delete bug

2023-12-17 Thread Simon Jones
Oh, it's fixed by 0911d4ec and f5e72e8e Simon Jones Simon Jones 于2023年12月18日周一 10:51写道: > Hi all, > > I'm using DPDK-21.11 in ovs-dpdk. > > I found a "bonding member delete bug" . > > 1. How to reproduce > > ``` > NOTICE: bondctl is a to

[bugfix] set same mac of bond slave

2024-04-29 Thread Simon Jones
hor: batmancn Date: Mon Apr 29 18:44:18 2024 +0800 Bugfix, config same mac address of bond slave. Signed-off-by: Simon Jones diff --git a/drivers/net/bonding/rte_eth_bond_pmd.c b/drivers/net/bonding/rte_eth_bond_pmd.c index c40d18d128..0387a9b2aa 100644 --- a/drivers/net/bond

Re: [bugfix] set same mac of bond slave

2024-04-29 Thread Simon Jones
same mac, and discuss here if it's necessary. Simon Jones Stephen Hemminger 于2024年4月30日周二 11:37写道: > On Tue, 30 Apr 2024 09:17:30 +0800 > Simon Jones wrote: > > > Hi, all > > > > Should bond slave need set same mac address? > > Lik