[dpdk-test-report] |WARNING| pw62098 [PATCH 1/3] app: use RTE_DIM to calculate array size

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 28 10:09:42 CET 2019


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#393: FILE: app/test/test_memcpy_perf.c:253:
+	unsigned n = RTE_DIM(buf_sizes);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#402: FILE: app/test/test_memcpy_perf.c:264:
+	unsigned n = RTE_DIM(buf_sizes);

total: 0 errors, 2 warnings, 312 lines checked


More information about the test-report mailing list