raw/ioat: introduce IOAT driver
[dpdk.git] / drivers / raw / ioat / rte_ioat_rawdev.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2019 Intel Corporation
3  */
4
5 #ifndef _RTE_IOAT_RAWDEV_H_
6 #define _RTE_IOAT_RAWDEV_H_
7
8 /**
9  * @file rte_ioat_rawdev.h
10  *
11  * Definitions for using the ioat rawdev device driver
12  *
13  * @warning
14  * @b EXPERIMENTAL: these structures and APIs may change without prior notice
15  */
16
17 /** Name of the device driver */
18 #define IOAT_PMD_RAWDEV_NAME rawdev_ioat
19 /** String reported as the device driver name by rte_rawdev_info_get() */
20 #define IOAT_PMD_RAWDEV_NAME_STR "rawdev_ioat"
21 /** Name used to adjust the log level for this driver */
22 #define IOAT_PMD_LOG_NAME "rawdev.ioat"
23
24 #endif