[dpdk-test-report] |WARNING| pw27814 [PATCH 2/3] timer: handle timers installed from non-EAL threads

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Aug 25 12:27:50 CEST 2017


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#44: FILE: lib/librte_timer/rte_timer.c:88:
+static unsigned enabled_lcores[RTE_MAX_LCORE + 1];

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#53: FILE: lib/librte_timer/rte_timer.c:106:
+	unsigned target_lcore, installer_lcore;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#96: FILE: lib/librte_timer/rte_timer.c:313:
+	unsigned installer_lcore, lcore_id = rte_lcore_id();

total: 0 errors, 3 warnings, 88 lines checked


More information about the test-report mailing list