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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 7 04:00:14 CET 2019


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#656: 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'
#665: FILE: app/test/test_memcpy_perf.c:264:
+	unsigned n = RTE_DIM(buf_sizes);

total: 0 errors, 2 warnings, 490 lines checked


More information about the test-report mailing list