git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
vdpa/mlx5: fix notification timing
[dpdk.git]
/
drivers
/
vdpa
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright 2019 Mellanox Technologies, Ltd
3
4
if is_windows
5
subdir_done()
6
endif
7
8
drivers = ['ifc',
9
'mlx5',]
10
std_deps = ['bus_pci', 'kvargs']
11
std_deps += ['vhost']
12
config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
13
driver_name_fmt = 'rte_pmd_@0@'