[dpdk-test-report] |WARNING| pw100540 [PATCH 2/2] net/bonding: ensure device is started for dedicated queues setup

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 5 19:21:33 CEST 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#64: 
when the slave allows it. That is before or after the start

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#65: 
of the slave device, as the PMD is able to.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#88: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1819:
+		if (slave_eth_dev->dev_capa & RTE_ETH_DEV_CAPA_FLOW_CREATE_BEFORE_START == 0) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#89: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1820:
+			errval = rte_eth_dev_start(slave_eth_dev->data->port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#92: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1823:
+						slave_eth_dev->data->port_id, errval);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#113: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1841:
+		errval = rte_eth_dev_start(slave_eth_dev->data->port_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#116: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1844:
+					slave_eth_dev->data->port_id, errval);

total: 0 errors, 7 warnings, 0 checks, 43 lines checked


More information about the test-report mailing list