diff options
author | 2020-06-04 12:56:26 +0000 | |
---|---|---|
committer | 2020-06-04 12:56:26 +0000 | |
commit | f6bad3ff064f7277f5575b9e7d2a0bfb0c4bb85e (patch) | |
tree | cd1d9e9deb6b490b7bff6139098bc8335b22e3dc /src/package-list.mk | |
parent | cb32efb5873b44561e2ca3ca337636c7af035734 (diff) | |
parent | 9977debab139afcc964661085d6e0515e3dd82ad (diff) |
Merge "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."
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 |