numam-dpdk/lib/librte_graph
Jerin Jacob 9c99878aa1 log: introduce logtype register macro
Introduce the RTE_LOG_REGISTER macro to avoid the code duplication
in the logtype registration process.

It is a wrapper macro for declaring the logtype, registering it and
setting its level in the constructor context.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Sachin Saxena <sachin.saxena@nxp.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2020-07-03 15:52:51 +02:00
..
graph_debug.c graph: implement debug routines 2020-05-05 23:31:47 +02:00
graph_ops.c graph: implement internal operation helpers 2020-05-05 23:28:13 +02:00
graph_populate.c graph: populate fastpath memory for graph reel 2020-05-05 23:28:24 +02:00
graph_private.h graph: implement debug routines 2020-05-05 23:31:47 +02:00
graph_stats.c graph: implement stats 2020-05-05 23:31:53 +02:00
graph.c log: introduce logtype register macro 2020-07-03 15:52:51 +02:00
Makefile graph: implement stats 2020-05-05 23:31:53 +02:00
meson.build graph: implement stats 2020-05-05 23:31:53 +02:00
node.c graph: populate fastpath memory for graph reel 2020-05-05 23:28:24 +02:00
rte_graph_version.map graph: implement fastpath routines 2020-05-05 23:32:02 +02:00
rte_graph_worker.h graph: implement fastpath routines 2020-05-05 23:32:02 +02:00
rte_graph.h graph: define API 2020-05-05 23:27:49 +02:00