[dpdk-test-report] |WARNING| pw32619 [PATCH] eal: add function to return number of detected sockets

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 22 12:59:24 CET 2017


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#31: FILE: lib/librte_eal/common/eal_common_lcore.c:60:
+	unsigned max_socket_id = 0;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#54: FILE: lib/librte_eal/common/eal_common_lcore.c:120:
+unsigned rte_num_sockets(void)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#84: FILE: lib/librte_eal/common/include/rte_lcore.h:156:
+unsigned rte_num_sockets(void);

total: 0 errors, 3 warnings, 62 lines checked


More information about the test-report mailing list