5c060bf178
A new vDPA class was recently introduced. IFC driver implements the vDPA operations, hence it should be moved to the vDPA class. Move it. Signed-off-by: Matan Azrad <matan@mellanox.com> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
9 lines
229 B
Meson
9 lines
229 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2019 Mellanox Technologies, Ltd
|
|
|
|
drivers = ['ifc']
|
|
std_deps = ['bus_pci', 'kvargs']
|
|
std_deps += ['vhost']
|
|
config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
|
|
driver_name_fmt = 'rte_pmd_@0@'
|