diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-06-29 16:45:56 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-06-29 16:45:56 +0100 |
commit | f56d04d684f5ccae7815960e9282c394545e3856 (patch) | |
tree | a46952e0100226dd7adc3ee85d2089b73c2177c9 | |
parent | d941536ff9333c80242bad25983db0364d008c16 (diff) |
src: update DPDK to version 16.11
Update the version of DPDK used.
Change-Id: Id7c00163956d058ef82e07007695037920a6f537
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
-rw-r--r-- | src/package-list.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index df395914..401bd72c 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -6,7 +6,7 @@ # dpdk section # DPDK_URL ?= git://dpdk.org/dpdk DPDK_URL ?= http://dpdk.org/git/dpdk -DPDK_TAG ?= v16.07 +DPDK_TAG ?= v16.11 LIBPQOS_URL ?= https://github.com/01org/intel-cmt-cat.git LIBPQOS_TAG ?= master |