xref: /dpdk/lib/lpm/lpm_log.h (revision 97433132c2edda70ff69843b8f9273853cac984c)
1 /* SPDX-License-Identifier: BSD-3-Clause */
2 
3 extern int lpm_logtype;
4 #define RTE_LOGTYPE_LPM lpm_logtype
5 #define LPM_LOG(level, ...) \
6 	RTE_LOG_LINE(level, LPM, "" __VA_ARGS__)
7