On Mon, 2018-10-15 at 15:50 +0100, Ferruh Yigit wrote:
> Fixes: a3d6026711d0 ("ring: relax alignment constraint on ring
> structure")
> Cc: [email protected]
>
> Signed-off-by: Ferruh Yigit <[email protected]>
> ---
> Cc: [email protected]
> Cc: Luca Boccassi <[email protected]>
> ---
> lib/librte_ring/meson.build | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/librte_ring/meson.build
> b/lib/librte_ring/meson.build
> index ca8a435e9..ab8b0b469 100644
> --- a/lib/librte_ring/meson.build
> +++ b/lib/librte_ring/meson.build
> @@ -1,6 +1,7 @@
> # 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',
Acked-by: Luca Boccassi <[email protected]>
--
Kind regards,
Luca Boccassi