diff options
author | jabirkkclt <jabir.kanhira.kadavathu@intel.com> | 2019-11-22 09:45:13 -0800 |
---|---|---|
committer | jabirkkclt <jabir.kanhira.kadavathu@intel.com> | 2019-11-22 09:46:51 -0800 |
commit | 4fc25349916eca67d27dbf193fc69d1d0afecf3c (patch) | |
tree | 4009d38aa4bb3a7ae4c21e27770b806f84125713 | |
parent | aafdc6832a83408256a9ca3c29e164535e2c59ac (diff) |
Updating the DPDK Version to 18.11 (Latest Stable Release) and respective information in teh one click install userguide.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: Ib0b0892eed4f654068bf376d9f2b9da2e6043b74
-rw-r--r-- | docs/release/userguide/installguide.oneclick.rst | 2 | ||||
-rw-r--r-- | src/package-list.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/release/userguide/installguide.oneclick.rst b/docs/release/userguide/installguide.oneclick.rst index 6463c23a..c9359501 100644 --- a/docs/release/userguide/installguide.oneclick.rst +++ b/docs/release/userguide/installguide.oneclick.rst @@ -282,7 +282,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 |