automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw117827 [RFC] net: add experimental UDP encapsulation PMD
       [not found] <20221011001016.173447-1-stephen@networkplumber.org>
@ 2022-10-11  0:10 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-10-11  0:10 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

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

_coding style issues_


WARNING:TYPO_SPELLING: 'follwed' may be misspelled - perhaps 'followed'?
#145: FILE: doc/guides/nics/udp.rst:18:
+The device name must start with the net_udp prefix follwed by numbers

CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#415: FILE: drivers/net/udp/rte_eth_udp.c:223:
+		m0 = mb = bufs[seg_idx];

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#430: FILE: drivers/net/udp/rte_eth_udp.c:238:
+
+		}

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#692: FILE: drivers/net/udp/rte_eth_udp.c:500:
+	num_stats = RTE_MIN((unsigned)RTE_ETHDEV_QUEUE_STAT_CNTRS,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#704: FILE: drivers/net/udp/rte_eth_udp.c:512:
+	num_stats = RTE_MIN((unsigned)RTE_ETHDEV_QUEUE_STAT_CNTRS,

total: 0 errors, 3 warnings, 2 checks, 789 lines checked
Warning in drivers/net/udp/rte_eth_udp.c:
Declaring a variable inside for()

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

only message in thread, other threads:[~2022-10-11  0:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221011001016.173447-1-stephen@networkplumber.org>
2022-10-11  0:10 ` |WARNING| pw117827 [RFC] net: add experimental UDP encapsulation PMD 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).