73aa5c1332
Fixes: a3d6026711
("ring: relax alignment constraint on ring structure")
Cc: stable@dpdk.org
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
9 lines
199 B
Meson
9 lines
199 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
version = 2
|
|
sources = files('rte_ring.c')
|
|
headers = files('rte_ring.h',
|
|
'rte_ring_c11_mem.h',
|
|
'rte_ring_generic.h')
|