node: add logging and null node
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Sat, 11 Apr 2020 14:14:14 +0000 (19:44 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 5 May 2020 21:37:43 +0000 (23:37 +0200)
commit13fcf8aff77c0667c8c751167fe8129aa4e902fc
tree4670668d4f9087f45a1050d0ed80cce7f73fdc25
parent61d77071ab991cfec57fdad327103d3f470cf07f
node: add logging and null node

Add log infra for node specific logging.
Also, add null rte_node that just ignores all the objects
directed to it.

Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
14 files changed:
MAINTAINERS
app/test/meson.build
config/common_base
doc/api/doxy-api.conf.in
lib/Makefile
lib/librte_node/Makefile [new file with mode: 0644]
lib/librte_node/log.c [new file with mode: 0644]
lib/librte_node/meson.build [new file with mode: 0644]
lib/librte_node/node_private.h [new file with mode: 0644]
lib/librte_node/null.c [new file with mode: 0644]
lib/librte_node/rte_node_version.map [new file with mode: 0644]
lib/meson.build
meson.build
mk/rte.app.mk