[dpdk-test-report] |WARNING| pw52211 [RFC 1/5] eal: add accessor functions for lcore_config

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 3 19:17:44 CEST 2019


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#80: FILE: lib/librte_eal/common/eal_common_lcore.c:41:
+rte_cpuset_t rte_lcore_cpuset(unsigned lcore_id)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#92: FILE: lib/librte_eal/common/eal_common_lcore.c:53:
+rte_lcore_state(unsigned lcore_id)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#98: FILE: lib/librte_eal/common/eal_common_lcore.c:59:
+rte_lcore_return_code(unsigned lcore_id)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#137: FILE: lib/librte_eal/common/include/rte_lcore.h:172:
+unsigned rte_lcore_to_socket_id(unsigned lcore_id);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#137: FILE: lib/librte_eal/common/include/rte_lcore.h:172:
+unsigned rte_lcore_to_socket_id(unsigned lcore_id);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#156: FILE: lib/librte_eal/common/include/rte_lcore.h:191:
+rte_cpuset_t rte_lcore_cpuset(unsigned lcore_id);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#167: FILE: lib/librte_eal/common/include/rte_lcore.h:202:
+rte_lcore_return_code(unsigned lcore_id);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#184: FILE: lib/librte_eal/common/include/rte_lcore.h:231:
+rte_lcore_state(unsigned lcore_id);

total: 0 errors, 8 warnings, 140 lines checked


More information about the test-report mailing list