git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/ice: fix Tx threshold setup
[dpdk.git]
/
drivers
/
event
/
octeontx
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017 Cavium, Inc
3
4
sources = files('ssovf_worker.c',
5
'ssovf_evdev.c',
6
'ssovf_evdev_selftest.c',
7
'ssovf_probe.c',
8
'timvf_worker.c',
9
'timvf_evdev.c',
10
'timvf_probe.c'
11
)
12
13
deps += ['common_octeontx', 'mempool_octeontx', 'bus_vdev', 'pmd_octeontx']