[dpdk-test-report] |WARNING| pw67213 [PATCH v2 01/28] graph: define the public API for graph support

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 26 17:58:13 CET 2020


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#807: FILE: lib/librte_graph/rte_graph.h:540:
+#define RTE_NODE_REGISTER(node)                                                \
+	RTE_INIT(rte_node_register_##node)                                     \
+	{                                                                      \
+		node.parent_id = RTE_NODE_ID_INVALID;                          \
+		node.id = __rte_node_register(&node);                          \
+	}

total: 1 errors, 0 warnings, 899 lines checked


More information about the test-report mailing list