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:
436125e
)
ethdev: fix library version in meson build
author
Andrew Rybchenko
<arybchenko@solarflare.com>
Tue, 20 Mar 2018 11:26:26 +0000
(11:26 +0000)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Fri, 13 Apr 2018 22:40:21 +0000
(
00:40
+0200)
Fixes:
653e038efc9b
("ethdev: remove versioning of filter control function")
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
lib/librte_ether/meson.build
patch
|
blob
|
history
diff --git
a/lib/librte_ether/meson.build
b/lib/librte_ether/meson.build
index
7fed860
..
12bdb6b
100644
(file)
--- a/
lib/librte_ether/meson.build
+++ b/
lib/librte_ether/meson.build
@@
-2,7
+2,7
@@
# Copyright(c) 2017 Intel Corporation
name = 'ethdev'
-version =
8
+version =
9
allow_experimental_apis = true
sources = files('ethdev_profile.c',
'rte_ethdev.c',