[dpdk-test-report] |WARNING| pw31691 [PATCH 07/12] lib/librte_vhost: add public function implementation

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Nov 27 21:03:46 CET 2017


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#69: FILE: lib/librte_vhost/vhost_crypto.c:1175:
+	snprintf(name, 127, "HASH_VHOST_CRYPT_%u", (unsigned)vid);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#128: FILE: lib/librte_vhost/vhost_crypto.c:1234:
+		unsigned nb_elts, unsigned cache_size, int socket_id)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#128: FILE: lib/librte_vhost/vhost_crypto.c:1234:
+		unsigned nb_elts, unsigned cache_size, int socket_id)

total: 0 errors, 3 warnings, 182 lines checked


More information about the test-report mailing list