/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/sched/meson.build
18 строк
413 B
Wojciech Liguzinski
sched: add PIE based congestion management
04 ноя 2021, 17:41
04 ноя 2021, 17:41
44c730b
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation if is_windows build = false reason = 'not supported on Windows' subdir_done() endif sources = files('rte_sched.c', 'rte_red.c', 'rte_approx.c', 'rte_pie.c') headers = files( 'rte_approx.h', 'rte_red.h', 'rte_sched.h', 'rte_sched_common.h', 'rte_pie.h', ) deps += ['mbuf', 'meter']