git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8b52da
)
mbuf: fix library version on meson build
author
Ferruh Yigit
<ferruh.yigit@intel.com>
Mon, 15 Oct 2018 14:50:55 +0000
(15:50 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Thu, 25 Oct 2018 12:29:22 +0000
(14:29 +0200)
Fixes:
d27a6261875d
("mbuf: remove control mbuf")
Cc: stable@dpdk.org
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
lib/librte_mbuf/meson.build
patch
|
blob
|
history
diff --git
a/lib/librte_mbuf/meson.build
b/lib/librte_mbuf/meson.build
index
45ffb0d
..
94d9c4c
100644
(file)
--- a/
lib/librte_mbuf/meson.build
+++ b/
lib/librte_mbuf/meson.build
@@
-1,7
+1,7
@@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
-version =
3
+version =
4
sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c')
headers = files('rte_mbuf.h', 'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h')
deps += ['mempool']