OK Does you mean that, need this patch to set same mac, but change "internals->slaves" to "internals->members". What I want to say is, in my test (DPDK-21.11), bond mac is NOT same in 802.3ad mode. So when bond connect to some SWITCH, will it NOT work? So I want to set 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? > > Like this patch does: > > > https://github.com/batmancn/dpdk/commit/a484ac3f407a6a22d4eb63da23e98e8e76833722 > > ``` > > commit a484ac3f407a6a22d4eb63da23e98e8e76833722 (HEAD -> > > bugfix-bond-same-mac-20240429, batmancn/bugfix-bond-same-mac-20240429) > > Author: batmancn > > Date: Mon Apr 29 18:44:18 2024 +0800 > > > > Bugfix, config same mac address of bond slave. > > > > Signed-off-by: Simon Jones > > This won't apply to current DPDK since slave has been renamed to member. >