[dpdk-test-report] |WARNING| pw67528 [PATCH v3 01/29] graph: define the public API for graph support

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Mar 31 21:30:25 CEST 2020


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

_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