diff options
author | Damjan Marion <damarion@cisco.com> | 2016-02-02 15:37:58 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-02-02 15:00:35 +0000 |
commit | eec5a51c122dcccaf4b9e6f9899a7f3061ca9853 (patch) | |
tree | f1d1aace9428c7e95ef2c07a3174866917be9d17 | |
parent | b66dcfbf6c6034ec941443fa27440994d1e436e6 (diff) |
Change default dpdk version to 2.2
Change-Id: Iea686ed26d37539d60e52ac1205517512091edab
Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r-- | dpdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile index b95ed7668c7..24b78cec624 100644 --- a/dpdk/Makefile +++ b/dpdk/Makefile @@ -23,7 +23,7 @@ DPDK_DEBUG ?= n B := $(DPDK_BUILD_DIR) I := $(DPDK_INSTALL_DIR) -DPDK_VERSION ?= 2.1.0 +DPDK_VERSION ?= 2.2.0 DPDK_TARBALL := dpdk-$(DPDK_VERSION).tar.gz DPDK_TAR_URL := http://dpdk.org/browse/dpdk/snapshot/$(DPDK_TARBALL) DPDK_2.1.0_TARBALL_MD5_CKSUM := 205a0d12bfd6eb717d57506272f43519 |