[dpdk-stable] patch 'table: 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:04 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 863028f2ddf302e25ca0826e1937c82b8649c4f3 Mon Sep 17 00:00:00 2001
From: Andrew Rybchenko <arybchenko at solarflare.com>
Date: Tue, 20 Mar 2018 11:26:25 +0000
Subject: [PATCH] table: fix library version in meson build

[ upstream commit 14cfdf428ddf32d94d491278e1d23b5e9aabf5af ]

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_table/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_table/meson.build b/lib/librte_table/meson.build
index 13e797b45..0944bef81 100644
--- a/lib/librte_table/meson.build
+++ b/lib/librte_table/meson.build
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 2
+version = 3
 sources = files('rte_table_lpm.c', 'rte_table_lpm_ipv6.c',
 		'rte_table_hash_cuckoo.c', 'rte_table_hash_key8.c',
 		'rte_table_hash_key16.c', 'rte_table_hash_key32.c',
-- 
2.14.2



More information about the stable mailing list