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:
103c841
)
net/ixgbe: fix library version in meson build
author
Andrew Rybchenko
<arybchenko@solarflare.com>
Tue, 20 Mar 2018 11:26:17 +0000
(11:26 +0000)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 27 Mar 2018 22:07:35 +0000
(
00:07
+0200)
Fixes:
e940646b20fa
("drivers/net: build Intel NIC PMDs with meson")
Cc: stable@dpdk.org
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/ixgbe/meson.build
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/meson.build
b/drivers/net/ixgbe/meson.build
index
60af0ba
..
f649e65
100644
(file)
--- a/
drivers/net/ixgbe/meson.build
+++ b/
drivers/net/ixgbe/meson.build
@@
-1,6
+1,8
@@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
+version = 2
+
cflags += ['-DRTE_LIBRTE_IXGBE_BYPASS']
subdir('base')