f-stack/dpdk/lib/node/log.c

8 lines
171 B
C
Raw Normal View History

2021-02-05 08:48:47 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(C) 2020 Marvell International Ltd.
*/
#include "node_private.h"
2022-09-06 04:00:10 +00:00
RTE_LOG_REGISTER_DEFAULT(rte_node_logtype, INFO);