[dpdk-test-report] |WARNING| pw18593 [PATCH v2 3/4] app/test: add performance autotest for rte_memset

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 27 11:06:10 CET 2016


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

_coding style issues_


WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(buf_sizes)
#393: FILE: app/test/test_memset_perf.c:272:
+	unsigned int n = sizeof(buf_sizes) / sizeof(buf_sizes[0]);

WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(buf_sizes)
#404: FILE: app/test/test_memset_perf.c:283:
+	unsigned int n = sizeof(buf_sizes) / sizeof(buf_sizes[0]);

WARNING:LINE_CONTINUATIONS: Avoid line continuations in quoted strings
#432: FILE: app/test/test_memset_perf.c:311:
+	printf("
** rte_memset() - memset perf tests 	
  \

total: 0 errors, 3 warnings, 355 lines checked


More information about the test-report mailing list