|WARNING| pw106587 [PATCH] net/bonding: fix MTU set for slaves

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jan 26 14:11:17 CET 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#48: 
Subject: [PATCH] net/bonding: fix MTU set for slaves

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#68: 
In bonding PMD, while configuring slaves, bonding first sets MTU later

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#69: 
configures them, which causes failure if slaves are not configured in

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#72: 
Fixing by changing the order in slave configure as requested in ethdev

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#110: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1754:
+	errval = rte_eth_dev_set_mtu(slave_eth_dev->data->port_id,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#114: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1758:
+				slave_eth_dev->data->port_id, errval);

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


More information about the test-report mailing list