automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw61442 [PATCH v5 3/3] lib/ring: copy ring elements using memcpy partially
       [not found] <20191017200807.20772-4-honnappa.nagarahalli@arm.com>
@ 2019-10-17 20:09 ` checkpatch
  2019-10-18 10:01 ` [dpdk-test-report] |SUCCESS| pw61442 " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2019-10-17 20:09 UTC (permalink / raw)
  To: test-report; +Cc: Honnappa Nagarahalli

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#77: FILE: lib/librte_ring/rte_ring_elem.h:120:
+		for (i = 0; i < (sz & ((~(unsigned)0x7))); i += 8, idx += 8) { \

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#78: FILE: lib/librte_ring/rte_ring_elem.h:121:
+			memcpy (ring + i, obj + i, 8 * sizeof (uint32_t)); \

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#78: FILE: lib/librte_ring/rte_ring_elem.h:121:
+			memcpy (ring + i, obj + i, 8 * sizeof (uint32_t)); \

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#169: FILE: lib/librte_ring/rte_ring_elem.h:155:
+		for (i = 0; i < (sz & ((~(unsigned)0x7))); i += 8, idx += 8) { \

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#170: FILE: lib/librte_ring/rte_ring_elem.h:156:
+			memcpy (obj + i, ring + i, 8 * sizeof (uint32_t)); \

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#170: FILE: lib/librte_ring/rte_ring_elem.h:156:
+			memcpy (obj + i, ring + i, 8 * sizeof (uint32_t)); \

total: 0 errors, 6 warnings, 211 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |SUCCESS| pw61442 lib/ring: copy ring elements using memcpy partially
       [not found] <20191017200807.20772-4-honnappa.nagarahalli@arm.com>
  2019-10-17 20:09 ` [dpdk-test-report] |WARNING| pw61442 [PATCH v5 3/3] lib/ring: copy ring elements using memcpy partially checkpatch
@ 2019-10-18 10:01 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2019-10-18 10:01 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: SUCCESS
http://dpdk.org/patch/61442

_Travis build: passed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/132427787

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-18 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191017200807.20772-4-honnappa.nagarahalli@arm.com>
2019-10-17 20:09 ` [dpdk-test-report] |WARNING| pw61442 [PATCH v5 3/3] lib/ring: copy ring elements using memcpy partially checkpatch
2019-10-18 10:01 ` [dpdk-test-report] |SUCCESS| pw61442 " 0-day Robot

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).