[dpdk-test-report] |WARNING| pw27813 [PATCH 1/3] timer: add per-installer pending lists for each lcore

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


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#45: FILE: lib/librte_timer/rte_timer.c:63:
+	unsigned depth;		/**< track the current depth of the skiplist */

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

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#80: FILE: lib/librte_timer/rte_timer.c:106:
+	unsigned lcore_id1, lcore_id2;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#154: FILE: lib/librte_timer/rte_timer.c:263:
+	unsigned lvl = list->depth;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#201: FILE: lib/librte_timer/rte_timer.c:319:
+	const unsigned tim_level = timer_get_skiplist_level(list->depth);

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

total: 0 errors, 6 warnings, 520 lines checked


More information about the test-report mailing list