[dpdk-stable] patch 'mempool: fix library version in meson build' has been queued to stable release 18.02.2

luca.boccassi at gmail.com luca.boccassi at gmail.com
Mon Apr 30 16:03:02 CEST 2018


Hi,

FYI, your patch has been queued to stable release 18.02.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/02/18. So please
shout if anyone has objections.

Thanks.

Luca Boccassi

---
>From 893c8cac027125fdbe4d4de7c4398f9546c7a20b Mon Sep 17 00:00:00 2001
From: Andrew Rybchenko <arybchenko at solarflare.com>
Date: Tue, 20 Mar 2018 11:26:23 +0000
Subject: [PATCH] mempool: fix library version in meson build

[ upstream commit 4119163cd24ba9304d3370f10f36b88022974e6f ]

Fixes: 5b9656b157d3 ("lib: build with meson")

Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 lib/librte_mempool/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_mempool/meson.build b/lib/librte_mempool/meson.build
index 7a4f3daee..712720ff9 100644
--- a/lib/librte_mempool/meson.build
+++ b/lib/librte_mempool/meson.build
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 2
+version = 3
 sources = files('rte_mempool.c', 'rte_mempool_ops.c')
 headers = files('rte_mempool.h')
 deps += ['ring']
-- 
2.14.2



More information about the stable mailing list