[dpdk-test-report] |WARNING| pw29053 [PATCH v2] eal: add function to check lcore role

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 21 10:59:26 CEST 2017


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#86: FILE: lib/librte_eal/common/include/rte_lcore.h:277:
+rte_lcore_has_role(unsigned lcore_id, enum rte_lcore_role_t role);

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#134: FILE: lib/librte_eal/common/rte_lcore.c:38:
+rte_lcore_has_role(unsigned lcore_id, enum rte_lcore_role_t role)

total: 0 errors, 2 warnings, 101 lines checked


More information about the test-report mailing list