f687e842e3
Add stubs for ioat rawdev driver support in DPDK, specifically: * makefile and meson build hooks * initial public header file * rawdev main C file, with probe and release functions * release note update announcing the driver * initial documentation for the new section in the rawdev doc * unit test stubs for device unit tests Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Anatoly Burakov <anatoly.burakov@intel.com> Acked-by: Jiayu Hu <jiayu.hu@intel.com> Tested-by: Harry van Haaren <harry.van.haaren@intel.com>
10 lines
247 B
Meson
10 lines
247 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2018 NXP
|
|
|
|
drivers = ['dpaa2_cmdif', 'dpaa2_qdma',
|
|
'ifpga_rawdev', 'ioat',
|
|
'skeleton_rawdev']
|
|
std_deps = ['rawdev']
|
|
config_flag_fmt = 'RTE_LIBRTE_PMD_@0@_RAWDEV'
|
|
driver_name_fmt = 'rte_pmd_@0@'
|