[dpdk-test-report] |WARNING| pw100710 [PATCH v5 1/6] ethdev: fix max Rx packet length
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Oct 7 18:58:19 CEST 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/100710
_coding style issues_
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1227: 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
#1241: 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
#3194: FILE: drivers/net/octeontx2/otx2_ethdev.c:915:
+ if (eth_dev->data->mtu + (uint32_t)NIX_L2_OVERHEAD > buffsz) {
total: 0 errors, 3 warnings, 4122 lines checked
More information about the test-report
mailing list