diff options
author | Jabir Kanhira Kadavathu <jabir.kanhira.kadavathu@intel.com> | 2020-08-25 08:21:50 -0700 |
---|---|---|
committer | Jabir Kanhira Kadavathu <jabir.kanhira.kadavathu@intel.com> | 2020-08-25 08:24:08 -0700 |
commit | a97604548cbf079b1ee4b84aea38afd10d6a6cd3 (patch) | |
tree | 6f283862186cd29da88169ec7a297f9e3cb6ec43 /docs/release/userguide | |
parent | 03d89c5916fac0e74defac44d54dab75e0f263cd (diff) |
Upgrading dpdk version to 19.11
Upgrading dpdk version from 18.11 to 19.11
Added notes regarding backward compatability.
Signed-off-by: Jabir Kanhira Kadavathu <jabir.kanhira.kadavathu@intel.com>
Change-Id: Id95598ca92efd8c39025ea295ddf3521b138c79c
Diffstat (limited to 'docs/release/userguide')
-rw-r--r-- | docs/release/userguide/installguide.oneclick.rst | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/release/userguide/installguide.oneclick.rst b/docs/release/userguide/installguide.oneclick.rst index 61d561a6..76a81db9 100644 --- a/docs/release/userguide/installguide.oneclick.rst +++ b/docs/release/userguide/installguide.oneclick.rst @@ -290,11 +290,16 @@ 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. - From Iruya release onwards, Barometer will support only DPDK v18.11 and above. - If you would like to use lower versions, you would need to change the Makefile path from - '(WORK_DIR)/kernel/linux/kni/Makefile' to (WORK_DIR)/lib/librte_eal/linuxapp/kni/Makefile - in '(WORK_DIR)/src/dpdk/Makefile'. + From Jerma release, the supported dpdk version is 19.11 + + If you would like to use v18.11, Do the following changes: + 1.Update the dpdk version to v18.11 in <barometer>/src/package-list.mk + 2.Replace all 'common_linux' string with 'common_linuxapp' in <barometer>/src/dpdk/Makefile + + If you would like to downgrade to a version lower than v18.11, Do the following changes: + 1.Update the dpdk version to a version lower than v18.11(Eg:- v16.11) in <barometer>/src/package-list.mk + 2.Replace all 'common_linux' string with 'common_linuxapp' in <barometer>/src/dpdk/Makefile + 3.Change the Makefile path from '(WORKDIR)/kernel/linux/kni/Makefile' to (WORKDIR)/lib/librte_eal/linuxapp/kni/Makefile in '(WORK_DIR)/src/dpdk/Makefile'. By default the collectd is started with default configuration which includes the followin plugins: |