aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmma Foley <efoley@redhat.com>2019-12-05 13:00:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-12-05 13:00:23 +0000
commited42941aa613ba9612ce53c0e812309d14e35955 (patch)
tree1e6e374c49b79e9aca093a17f4c03d9c31e7cbac
parent4ec2f65aaf886a4aef07d7e672024078f9015f29 (diff)
parent4fc25349916eca67d27dbf193fc69d1d0afecf3c (diff)
Merge "Updating the DPDK Version to 18.11 (Latest Stable Release) and respective information in teh one click install userguide."
-rw-r--r--docs/release/userguide/installguide.oneclick.rst2
-rw-r--r--src/package-list.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/release/userguide/installguide.oneclick.rst b/docs/release/userguide/installguide.oneclick.rst
index c5cb42cd..9475e1aa 100644
--- a/docs/release/userguide/installguide.oneclick.rst
+++ b/docs/release/userguide/installguide.oneclick.rst
@@ -283,7 +283,7 @@ To make some changes when a container is running run:
List of default plugins for collectd container
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. note::
- The dpdk plugins dpdkevents and dpdkstat were tested with DPDK v16.11.
+ The dpdk plugins dpdkevents and dpdkstat were tested with DPDK v18.11.
By default the collectd is started with default configuration which includes the followin plugins:
* csv, contextswitch, cpu, cpufreq, df, disk, ethstat, ipc, irq, load, memory, numa, processes,
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