Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
106f0ed
)
Build vpp w/ dpdk-16.04 by default
58/858/2
author
Dave Barach
<
[email protected]
>
Mon, 25 Apr 2016 12:51:21 +0000
(08:51 -0400)
committer
Damjan Marion
<
[email protected]
>
Tue, 26 Apr 2016 09:58:54 +0000
(09:58 +0000)
Change-Id: I82cdd82213517c51064eb439c44068d8977e5619
Signed-off-by: Dave Barach <
[email protected]
>
dpdk/Makefile
patch
|
blob
|
history
diff --git
a/dpdk/Makefile
b/dpdk/Makefile
index
38eef92
..
398fc60
100644
(file)
--- a/
dpdk/Makefile
+++ b/
dpdk/Makefile
@@
-23,7
+23,7
@@
DPDK_DEBUG ?= n
B := $(DPDK_BUILD_DIR)
I := $(DPDK_INSTALL_DIR)
-DPDK_VERSION ?=
2.2.0
+DPDK_VERSION ?=
16.04
DPDK_BASE_URL ?= http://dpdk.org/browse/dpdk/snapshot
DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.gz
DPDK_TAR_URL := $(DPDK_BASE_URL)/$(DPDK_TARBALL)