[dpdk-test-report] |WARNING| pw66714 [PATCH 3/3] test: add dwk perf tests

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 16 14:39:19 CET 2020


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#105: FILE: app/test/test_hash_perf.c:685:
+	unsigned indexes[TEST_SIZE];

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#108: FILE: app/test/test_hash_perf.c:688:
+	unsigned added = 0;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#111: FILE: app/test/test_hash_perf.c:691:
+	unsigned i, j;

total: 0 errors, 3 warnings, 107 lines checked


More information about the test-report mailing list