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

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 2 09:36:25 CET 2016


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

_coding style issues_


WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(buf_sizes)
#348: 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)
#359: 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
#387: 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