[dpdk-test-report] |WARNING| pw90229 [PATCH 02/10] net/hns3: fix set default MAC addr fail in bonding of VF

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Mar 31 12:03:36 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#58: 
	testpmd> add bonding slave 0 2

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#59: 
	testpmd> add bonding slave 1 2

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#68: 
	mac_address_slaves_update(1541) - Failed to update port Id 0

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#72: 
1. the 'port start 2' command will start slave ports and then set

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#73: 
slave mac address, the function call flow: bond_ethdev_start ->

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#74: 
mac_address_slaves_update.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#76: 
check slave ports link status and update slave ports mac address, the

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#76: 
check slave ports link status and update slave ports mac address, the

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#77: 
function call flow: bond_ethdev_slave_link_status_change_monitor ->

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#78: 
bond_ethdev_lsc_event_callback -> mac_address_slaves_update.

total: 0 errors, 10 warnings, 0 checks, 105 lines checked


More information about the test-report mailing list