automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw101119 [PATCH v6 1/6] ethdev: fix max Rx packet length
       [not found] <20211011235345.851742-1-ferruh.yigit@intel.com>
@ 2021-10-11 23:55 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-10-11 23:55 UTC (permalink / raw)
  To: test-report; +Cc: Ferruh Yigit

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1229: 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
#1243: FILE: drivers/net/cnxk/cnxk_ethdev.c:212:
+	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
#3196: FILE: drivers/net/octeontx2/otx2_ethdev.c:916:
+	if (eth_dev->data->mtu + (uint32_t)NIX_L2_OVERHEAD > buffsz) {

total: 0 errors, 3 warnings, 4122 lines checked

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

only message in thread, other threads:[~2021-10-11 23:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211011235345.851742-1-ferruh.yigit@intel.com>
2021-10-11 23:55 ` [dpdk-test-report] |WARNING| pw101119 [PATCH v6 1/6] ethdev: fix max Rx packet length 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).