[dpdk-test-report] |WARNING| pw23140 [PATCH] mempool: introduce flag to indicate hw mempool

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Apr 3 11:13:07 CEST 2017


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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#38: FILE: lib/librte_mempool/rte_mempool.h:267:
+#define MEMPOOL_F_HW_POOL        (1 << ((sizeof(int) * 8) - 1)) /**< Internal:
+	* Hardware offloaded pool. This information may be used by the

WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#39: FILE: lib/librte_mempool/rte_mempool.h:268:
+	* NIC or other hw. Some NICs autonomously free the HW backed pool packets. */

total: 0 errors, 2 warnings, 11 lines checked


More information about the test-report mailing list