[dpdk-test-report] |WARNING| pw47637 [1/3] hash: deprecate lock ellision and read/write concurreny flags

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 1 05:56:08 CET 2018


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

_coding style issues_


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

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

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#177: FILE: lib/librte_hash/rte_cuckoo_hash.c:569:
+	 * by ring creation above */

total: 0 errors, 3 warnings, 383 lines checked
ERROR: symbol rte_hash_create is added in a section other than the EXPERIMENTAL section of the version map


More information about the test-report mailing list