raw/ioat: introduce vdev probe for DSA/idxd device
[dpdk.git] / drivers / raw / ioat / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2019 Intel Corporation
3
4 build = dpdk_conf.has('RTE_ARCH_X86')
5 reason = 'only supported on x86'
6 sources = files(
7         'idxd_pci.c',
8         'idxd_vdev.c',
9         'ioat_rawdev.c',
10         'ioat_rawdev_test.c')
11 deps += ['bus_pci',
12         'bus_vdev',
13         'mbuf',
14         'rawdev']
15
16 install_headers('rte_ioat_rawdev.h',
17                 'rte_ioat_rawdev_fns.h')