From 4d100488be83a24e9e5b80b38c39681e9b1df970 Mon Sep 17 00:00:00 2001 From: jabirkkclt Date: Mon, 16 Dec 2019 03:43:33 -0800 Subject: Revert "Updating the DPDK Version to 18.11 (Latest Stable Release) and respective information in teh one click install userguide." This reverts commit 4fc25349916eca67d27dbf193fc69d1d0afecf3c. Signed-off-by: jabirkkclt Change-Id: I5ec8ff8e90a6fa5bd5f7d0eda22e0e9d28427312 --- docs/release/userguide/installguide.oneclick.rst | 2 +- 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 9475e1aa..c5cb42cd 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 v18.11. + The dpdk plugins dpdkevents and dpdkstat were tested with DPDK v16.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 68e2b788..d5fedf73 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 ?= v18.11 +DPDK_TAG ?= v16.11 LIBPQOS_URL ?= https://github.com/01org/intel-cmt-cat.git LIBPQOS_TAG ?= master -- cgit 1.2.3-korg