diff options
author | Emma Foley <efoley@redhat.com> | 2019-12-05 13:00:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-12-05 13:00:23 +0000 |
commit | ed42941aa613ba9612ce53c0e812309d14e35955 (patch) | |
tree | 1e6e374c49b79e9aca093a17f4c03d9c31e7cbac /src/package-list.mk | |
parent | 4ec2f65aaf886a4aef07d7e672024078f9015f29 (diff) | |
parent | 4fc25349916eca67d27dbf193fc69d1d0afecf3c (diff) |
Merge "Updating the DPDK Version to 18.11 (Latest Stable Release) and respective information in teh one click install userguide."
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 d5fedf73..68e2b788 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 |