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:
8f0b534
)
net/bonding: fix library version in meson build
author
Andrew Rybchenko
<arybchenko@solarflare.com>
Tue, 20 Mar 2018 11:26:15 +0000
(11:26 +0000)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 27 Mar 2018 16:47:05 +0000
(18:47 +0200)
Fixes:
a0ace286a60b
("net/bonding: build with meson")
Cc: stable@dpdk.org
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/bonding/meson.build
patch
|
blob
|
history
diff --git
a/drivers/net/bonding/meson.build
b/drivers/net/bonding/meson.build
index
b90abc6
..
44d5fd8
100644
(file)
--- a/
drivers/net/bonding/meson.build
+++ b/
drivers/net/bonding/meson.build
@@
-2,6
+2,7
@@
# Copyright(c) 2017 Intel Corporation
name = 'bond' #, james bond :-)
+version = 2
sources = files('rte_eth_bond_api.c', 'rte_eth_bond_pmd.c',
'rte_eth_bond_args.c', 'rte_eth_bond_8023ad.c', 'rte_eth_bond_alb.c')