/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/mbuf/meson.build
19 строк
434 B
Shani Peretz
mbuf: record mbuf operations history
17 окт 2025, 19:10
17 окт 2025, 19:10
d265a24
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation sources = files( 'mbuf_history.c', 'rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c', 'rte_mbuf_dyn.c', ) headers = files( 'rte_mbuf.h', 'rte_mbuf_core.h', 'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h', 'rte_mbuf_dyn.h', 'rte_mbuf_history.h', ) deps += ['mempool']