automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw112551 [PATCH 1/2] net/bonding: fix RSS inconsistent between bonded and slaves
       [not found] <20220608114548.25837-2-liudongdong3@huawei.com>
@ 2022-06-08 11:46 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-06-08 11:46 UTC (permalink / raw)
  To: test-report; +Cc: Dongdong Liu

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-08 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220608114548.25837-2-liudongdong3@huawei.com>
2022-06-08 11:46 ` |WARNING| pw112551 [PATCH 1/2] net/bonding: fix RSS inconsistent between bonded and slaves checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).