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

[ upstream commit 5b1362d7f368eed065e39281eafc427ad5d6f58a ]

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

diff --git a/lib/librte_bitratestats/meson.build b/lib/librte_bitratestats/meson.build
index ede7e0a57..c35b62b3d 100644
--- a/lib/librte_bitratestats/meson.build
+++ b/lib/librte_bitratestats/meson.build
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+version = 2
 sources = files('rte_bitrate.c')
 headers = files('rte_bitrate.h')
 deps += ['ethdev', 'metrics']
-- 
2.14.2



More information about the stable mailing list