git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
crypto/cnxk: use rlen from CPT result with lookaside
[dpdk.git]
/
lib
/
sched
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2017 Intel Corporation
3
4
sources = files('rte_sched.c', 'rte_red.c', 'rte_approx.c')
5
headers = files(
6
'rte_approx.h',
7
'rte_red.h',
8
'rte_sched.h',
9
'rte_sched_common.h',
10
)
11
deps += ['mbuf', 'meter']