[dpdk-test-report] |WARNING| pw47698 [v2, 1/4] hash: prepare for deprecation of flags

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Nov 2 00:26:36 CET 2018


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#52: FILE: lib/librte_hash/rte_cuckoo_hash.c:464:
+	unsigned num_key_slots;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#53: FILE: lib/librte_hash/rte_cuckoo_hash.c:465:
+	unsigned i;

WARNING:LONG_LINE: line over 90 characters
#92: FILE: lib/librte_hash/rte_cuckoo_hash.c:504:
+		RTE_LOG(ERR, HASH, "%s: extendable bucket feature not supported with rw concurrency lock free
", __func__);

total: 0 errors, 3 warnings, 343 lines checked


More information about the test-report mailing list