[dpdk-test-report] |WARNING| pw19446 [PATCH 13/15] event/sw: add dump function for easier debugging

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jan 16 16:41:53 CET 2017


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

_coding style issues_


WARNING:LONG_LINE_STRING: line over 90 characters
#88: FILE: drivers/event/sw/sw_evdev.c:433:
+		fprintf(f, "	rx   %"PRIu64"	drop %"PRIu64"	tx   %"PRIu64"	inflight %d
",

ERROR:SPACING: spaces required around that '>' (ctx:OxW)
#99: FILE: drivers/event/sw/sw_evdev.c:444:
+		for (max = (int)RTE_DIM(p->poll_buckets); max --> 0;)
 		                                                ^

WARNING:LONG_LINE: line over 90 characters
#107: FILE: drivers/event/sw/sw_evdev.c:452:
+						p->poll_buckets[j] * 100.0 / p->total_polls);

total: 1 errors, 2 warnings, 121 lines checked


More information about the test-report mailing list