sleep in control plane thread
[dpdk.git] / drivers / vdpa / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2019 Mellanox Technologies, Ltd
3
4 drivers = ['ifc',
5            'mlx5',]
6 std_deps = ['bus_pci', 'kvargs']
7 std_deps += ['vhost']
8 config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
9 driver_name_fmt = 'rte_pmd_@0@'