[dpdk-test-report] |WARNING| pw100296 [PATCH v3 1/6] ethdev: fix max Rx packet length

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Oct 1 16:37:09 CEST 2021


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

_coding style issues_


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

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#1193: FILE: drivers/net/cnxk/cnxk_ethdev.c:56:
+	if (eth_dev->data->mtu + (uint32_t)CNXK_NIX_L2_OVERHEAD > buffsz) {

WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#3142: FILE: drivers/net/octeontx2/otx2_ethdev.c:915:
+	if (eth_dev->data->mtu + (uint32_t)NIX_L2_OVERHEAD > buffsz) {

total: 0 errors, 3 warnings, 4082 lines checked


More information about the test-report mailing list