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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jul 22 19:22:37 CEST 2021


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

_coding style issues_


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

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

total: 0 errors, 3 warnings, 4126 lines checked


More information about the test-report mailing list