[dpdk-test-report] |WARNING| pw66151 [PATCH] mempool: sort the rte_mempool_ops by name

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 2 02:58:36 CET 2020


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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#130: FILE: lib/librte_mempool/rte_mempool_ops.c:25:
+	unsigned ops_index, i;

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#140: FILE: lib/librte_mempool/rte_mempool_ops.c:54:
+	 * lib initiation will not affect rte_mempool_ops index. */

ERROR:SPACING: need consistent spacing around '-' (ctx:WxV)
#146: FILE: lib/librte_mempool/rte_mempool_ops.c:60:
+					rte_mempool_ops_table.ops[ops_index -1];
 					                                    ^

total: 1 errors, 2 warnings, 36 lines checked


More information about the test-report mailing list