[dpdk-test-report] |WARNING| pw95881 [PATCH] app/testpmd: remove most uses of rte_eth_devices

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jul 15 15:22:20 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#210: FILE: app/test-pmd/testpmd.c:3527:
+	ret = eth_dev_info_get_print_err(slave_pid, &dev_info);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#214: FILE: app/test-pmd/testpmd.c:3531:
+			"cannot determine if the port is a bonded slave",

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#215: FILE: app/test-pmd/testpmd.c:3532:
+			slave_pid);

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

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

total: 0 errors, 5 warnings, 166 lines checked


More information about the test-report mailing list