/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/lpm/meson.build
18 строк
539 B
Sun Yuechi
lpm: lookup with RISC-V vector extension
19 сен 2025, 21:17
19 сен 2025, 21:17
85f7628
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation sources = files('rte_lpm.c', 'rte_lpm6.c') headers = files('rte_lpm.h', 'rte_lpm6.h') # since header files have different names, we can install all vector headers # without worrying about which architecture we actually need indirect_headers += files( 'rte_lpm_altivec.h', 'rte_lpm_neon.h', 'rte_lpm_scalar.h', 'rte_lpm_sse.h', 'rte_lpm_sve.h', 'rte_lpm_rvv.h', ) deps += ['hash'] deps += ['rcu'] deps += ['net']