dma/idxd: add skeleton for VFIO based DSA device
[dpdk.git] / drivers / dma / idxd / idxd_common.c
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2021 Intel Corporation
3  */
4
5 #include <rte_log.h>
6
7 #include "idxd_internal.h"
8
9 int idxd_pmd_logtype;
10
11 RTE_LOG_REGISTER_DEFAULT(idxd_pmd_logtype, WARNING);