2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-10-17 12:43:57 +00:00
|
|
|
|
2021-04-20 10:22:24 +00:00
|
|
|
headers = files(
|
|
|
|
'rte_fbk_hash.h',
|
|
|
|
'rte_hash_crc.h',
|
|
|
|
'rte_hash.h',
|
|
|
|
'rte_jhash.h',
|
|
|
|
'rte_thash.h',
|
2021-11-02 18:38:22 +00:00
|
|
|
'rte_thash_gfni.h',
|
|
|
|
)
|
|
|
|
indirect_headers += files(
|
|
|
|
'rte_crc_arm64.h',
|
2022-05-13 18:27:10 +00:00
|
|
|
'rte_crc_generic.h',
|
2022-05-13 18:27:09 +00:00
|
|
|
'rte_crc_sw.h',
|
|
|
|
'rte_crc_x86.h',
|
2021-11-02 18:38:22 +00:00
|
|
|
'rte_thash_x86_gfni.h',
|
2021-04-20 10:22:24 +00:00
|
|
|
)
|
2017-10-17 12:43:57 +00:00
|
|
|
|
2021-04-19 15:59:51 +00:00
|
|
|
sources = files('rte_cuckoo_hash.c', 'rte_fbk_hash.c', 'rte_thash.c')
|
|
|
|
deps += ['net']
|
2018-01-22 15:42:54 +00:00
|
|
|
deps += ['ring']
|
2020-10-21 22:50:04 +00:00
|
|
|
deps += ['rcu']
|