866e46bcd8
Add the basic device probe/remove skeleton code and initial documentation for new IOAT DMA driver. Maintainers update is also included in this patch. Signed-off-by: Conor Walsh <conor.walsh@intel.com> Reviewed-by: Kevin Laatz <kevin.laatz@intel.com> Reviewed-by: Chengwen Feng <fengchengwen@huawei.com>
8 lines
210 B
Meson
8 lines
210 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2021 Intel Corporation
|
|
|
|
build = dpdk_conf.has('RTE_ARCH_X86')
|
|
reason = 'only supported on x86'
|
|
sources = files('ioat_dmadev.c')
|
|
deps += ['bus_pci', 'dmadev']
|