/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/gso/meson.build
13 строк
293 B
Bruce Richardson
lib: remove librte_ prefix from directory names
21 апр 2021, 15:04
21 апр 2021, 15:04
99a2dd9
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation sources = files( 'gso_common.c', 'gso_tcp4.c', 'gso_udp4.c', 'gso_tunnel_tcp4.c', 'gso_tunnel_udp4.c', 'rte_gso.c', ) headers = files('rte_gso.h') deps += ['ethdev']