|WARNING| pw119240 [PATCH] net/bonding: fix slave device Rx/Tx offload configuration
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Oct 28 04:37:04 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/119240
_coding style issues_
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#34:
Subject: [PATCH] net/bonding: fix slave device Rx/Tx offload configuration
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#57:
the intersection of the capability of all slave devices. And
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#58:
Rx/Tx offloads configuration of slave device comes from bonding
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#59:
interface. But now there is a risk that slave device retains its
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#92: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1744:
+ slave_eth_dev->data->dev_conf.txmode.offloads =
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#95: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:1747:
+ slave_eth_dev->data->dev_conf.rxmode.offloads =
total: 0 errors, 6 warnings, 0 checks, 24 lines checked
More information about the test-report
mailing list