xref: /dpdk/lib/rib/rib_log.h (revision 97433132c2edda70ff69843b8f9273853cac984c)
1fdb83ffbSStephen Hemminger /* SPDX-License-Identifier: BSD-3-Clause */
2fdb83ffbSStephen Hemminger 
3ae67895bSDavid Marchand #include <rte_log.h>
4ae67895bSDavid Marchand 
5fdb83ffbSStephen Hemminger extern int rib_logtype;
6ae67895bSDavid Marchand #define RTE_LOGTYPE_RIB rib_logtype
7*97433132SDavid Marchand #define RIB_LOG(level, ...) \
8*97433132SDavid Marchand 	RTE_LOG_LINE(level, RIB, "" __VA_ARGS__)
9