|WARNING| pw108529 [PATCH v2] app/testpmd : fix testpmd quit error

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 4 03:58:41 CET 2022


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

_coding style issues_

Must be a reply to the first patch (--in-reply-to).


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#68: 
Change the logic of func port_is_bonding_slave, this func 

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#101: FILE: app/test-pmd/testpmd.c:3829:
+	if ((*port->dev_info.dev_flags & RTE_ETH_DEV_BONDED_SLAVE) || (port->slave_flag == 1))

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#101: FILE: app/test-pmd/testpmd.c:3829:
+	if ((*port->dev_info.dev_flags & RTE_ETH_DEV_BONDED_SLAVE) || (port->slave_flag == 1))

total: 0 errors, 3 warnings, 20 lines checked


More information about the test-report mailing list