12 lines
208 B
C
12 lines
208 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
* Copyright 2021 Intel Corporation
|
||
|
*/
|
||
|
|
||
|
#include <rte_log.h>
|
||
|
|
||
|
#include "idxd_internal.h"
|
||
|
|
||
|
int idxd_pmd_logtype;
|
||
|
|
||
|
RTE_LOG_REGISTER_DEFAULT(idxd_pmd_logtype, WARNING);
|