2019-06-25 11:12:58 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
|
|
|
|
sources = files('rte_ring.c')
|
|
|
|
headers = files('rte_ring.h',
|
2021-02-05 08:48:47 +00:00
|
|
|
'rte_ring_core.h',
|
|
|
|
'rte_ring_elem.h',
|
2019-06-25 11:12:58 +00:00
|
|
|
'rte_ring_c11_mem.h',
|
2021-02-05 08:48:47 +00:00
|
|
|
'rte_ring_generic.h',
|
|
|
|
'rte_ring_hts.h',
|
|
|
|
'rte_ring_hts_c11_mem.h',
|
|
|
|
'rte_ring_peek.h',
|
|
|
|
'rte_ring_peek_c11_mem.h',
|
|
|
|
'rte_ring_peek_zc.h',
|
|
|
|
'rte_ring_rts.h',
|
|
|
|
'rte_ring_rts_c11_mem.h')
|