git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
test/crypto: add mixed encypted-digest
[dpdk.git]
/
app
/
test-pipeline
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2019 Intel Corporation
3
4
sources = files(
5
'config.c',
6
'init.c',
7
'main.c',
8
'pipeline_acl.c',
9
'pipeline_hash.c',
10
'pipeline_lpm.c',
11
'pipeline_lpm_ipv6.c',
12
'pipeline_stub.c',
13
'runtime.c')
14
deps += ['pipeline', 'pci']