diff options
author | 2020-01-03 08:18:15 -0800 | |
---|---|---|
committer | 2020-05-27 22:27:20 +0000 | |
commit | 9977debab139afcc964661085d6e0515e3dd82ad (patch) | |
tree | e927f1d7c03694a832cfe885eda63c84c1f726fb /src/package-list.mk | |
parent | c3abd20ec45fd07bdb4a760f35c7ded447230319 (diff) |
Moving DPDK Verion From 16.11 to 18.11.
Updated the related section in userguide.
Also updated the change in kni location for 18.11.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: If5f71f1803c65031b2c759052f571ce55b9ed4b6
Diffstat (limited to 'src/package-list.mk')
-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 a5c7bcf9..34e404c1 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.11 +DPDK_TAG ?= v18.11 LIBPQOS_URL ?= https://github.com/01org/intel-cmt-cat.git LIBPQOS_TAG ?= master |