|WARNING| pw112551 [PATCH 1/2] net/bonding: fix RSS inconsistent between bonded and slaves

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 8 13:46:50 CEST 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#61: 
Currently, RSS configuration of slave is set only when RSS is enabled for

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#62: 
bonded port. If RSS is enabled for the slaves port before adding to the

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#64: 
of bonded and slaves port is inconsistent after starting bonded port.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#65: 
So the RSS configuration of slave should also be set when RSS is disabled

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#86: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1711:
+		slave_eth_dev->data->dev_conf.rx_adv_conf.rss_conf.rss_key_len = 0;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#87: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1712:
+		slave_eth_dev->data->dev_conf.rx_adv_conf.rss_conf.rss_key = NULL;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#88: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1713:
+		slave_eth_dev->data->dev_conf.rx_adv_conf.rss_conf.rss_hf = 0;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#89: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1714:
+		slave_eth_dev->data->dev_conf.rxmode.mq_mode =

total: 0 errors, 8 warnings, 0 checks, 12 lines checked


More information about the test-report mailing list