|WARNING| pw112326 [PATCH] net/bonding: failover of LACP with mode 4 takes long time

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Jun 5 05:09:16 CEST 2022


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/112326

_coding style issues_


WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#59: 
When the primary port of bond slaves with bond mode 4 linked down,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#60: 
the system id of the other slave ports channged.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#66: 
Set the mac of the bond port to the slave port's system to solve the

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#120: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1184:
+		if (rte_is_same_ether_addr(&internals->mode4.mac_addr, &slave->actor.system))

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#124: FILE: drivers/net/bonding/rte_eth_bond_8023ad.c:1187:
+		rte_ether_addr_copy(&internals->mode4.mac_addr, &slave->actor.system);

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Gaoxiang Liu <gaoxiangliu0 at 163.com>' != 'Signed-off-by: Gaoxiang Liu <liugaoxiang at huawei.com>'

total: 0 errors, 6 warnings, 0 checks, 42 lines checked


More information about the test-report mailing list