automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw50074 [v4, 2/5] ring: add a non-blocking implementation
       [not found] <20190128181407.32739-3-gage.eads@intel.com>
@ 2019-01-28 18:16 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-01-28 18:16 UTC (permalink / raw)
  To: test-report; +Cc: Gage Eads

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#364: FILE: lib/librte_ring/rte_ring.h:327:
+		for (i = 0; i < (n & ((~(unsigned)0x3))); i += 4, idx += 4) { \

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#414: FILE: lib/librte_ring/rte_ring.h:401:
+		for (i = 0; i < (n & (~(unsigned)0x3)); i += 4, idx += 4) {\

total: 0 errors, 2 warnings, 1158 lines checked
ERROR: symbol rte_ring_get_memsize is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map

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

only message in thread, other threads:[~2019-01-28 18:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190128181407.32739-3-gage.eads@intel.com>
2019-01-28 18:16 ` [dpdk-test-report] |WARNING| pw50074 [v4, 2/5] ring: add a non-blocking implementation 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).