[dpdk-test-report] |WARNING| pw96777 [PATCH] net/bonding:fix balance-xor link down stack overflow
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Aug 10 10:52:21 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/96777
_coding style issues_
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#56:
When slave link down, deactivate_slave will internals->active_slaves
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#56:
When slave link down, deactivate_slave will internals->active_slaves
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#56:
When slave link down, deactivate_slave will internals->active_slaves
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#57:
and internals->active_slave_count.Active_slave in bond_ethdev_rx_burst
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#57:
and internals->active_slave_count.Active_slave in bond_ethdev_rx_burst
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#58:
may out of range in internals->active_slaves.It will get bond's port_id
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#76: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:85:
+ if (++active_slave >= slave_count)
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#76: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:85:
+ if (++active_slave >= slave_count)
total: 0 errors, 8 warnings, 0 checks, 8 lines checked
More information about the test-report
mailing list