[dpdk-test-report] |WARNING| pw51248 [PATCH] eal: use eal abstraction for defining constructors

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Mar 18 05:16:37 CET 2019


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#85: FILE: lib/librte_mempool/rte_mempool.h:835:
+#define MEMPOOL_REGISTER_OPS(ops)				\
+	RTE_INIT(mp_hdlr_init_##ops)				\
+	{							\
 		rte_mempool_register_ops(&ops);			\
 	}

total: 1 errors, 0 warnings, 39 lines checked


More information about the test-report mailing list