diff options
author | jabirkkclt <jabir.kanhira.kadavathu@intel.com> | 2020-01-03 08:18:15 -0800 |
---|---|---|
committer | Jabir Kanhira Kadavathu <jabir.kanhira.kadavathu@intel.com> | 2020-05-27 22:27:20 +0000 |
commit | 9977debab139afcc964661085d6e0515e3dd82ad (patch) | |
tree | e927f1d7c03694a832cfe885eda63c84c1f726fb /docs/release | |
parent | c3abd20ec45fd07bdb4a760f35c7ded447230319 (diff) |
Moving DPDK Verion From 16.11 to 18.11.
Updated the related section in userguide.
Also updated the change in kni location for 18.11.
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: If5f71f1803c65031b2c759052f571ce55b9ed4b6
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/userguide/installguide.oneclick.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/release/userguide/installguide.oneclick.rst b/docs/release/userguide/installguide.oneclick.rst index 7b214de4..61d561a6 100644 --- a/docs/release/userguide/installguide.oneclick.rst +++ b/docs/release/userguide/installguide.oneclick.rst @@ -290,7 +290,11 @@ 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. + 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'. By default the collectd is started with default configuration which includes the followin plugins: |