|WARNING| pw110595 [PATCH v3 1/5] net/bonding: fix non-active slaves aren't stopped
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue May 3 12:04:55 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/110595
_coding style issues_
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#31:
Subject: [PATCH v3 1/5] net/bonding: fix non-active slaves aren't stopped
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#58:
When stopping a bonded port, all slaves should be stopped. But only
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#59:
active slaves are stopped. So fix it and do "deactivate_slave()" for active
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#59:
active slaves are stopped. So fix it and do "deactivate_slave()" for active
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#60:
slaves.
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#80: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2122:
+ internals->slaves[i].last_link_status = 0;
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#81: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2123:
+ ret = rte_eth_dev_stop(slave_id);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#84: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2126:
+ slave_id);
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#88: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2130:
+ /* active slaves need to be deactivated. */
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#99: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2133:
+ internals->active_slave_count)
total: 0 errors, 10 warnings, 0 checks, 29 lines checked
More information about the test-report
mailing list