|WARNING| pw107732 [PATCH] app/testpmd: check starting port is not in bonding
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Feb 17 12:37:12 CET 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/107732
_coding style issues_
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#52:
In bond, start or stop slave port should be operated by bonding port.
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#53:
This patch add port_is_bonding_slave in start_port function.
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#71: FILE: app/test-pmd/testpmd.c:2729:
+ if (port_is_bonding_slave(pi)) {
total: 0 errors, 3 warnings, 13 lines checked
More information about the test-report
mailing list