doc: advise patching third party dependencies

Added a note to the getting started guides about patching third
party libraries/dependencies to avoid any known vulnerabilities.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
John McNamara 2019-07-30 12:07:55 +01:00 committed by Thomas Monjalon
parent 030febb664
commit e090fdb41a
2 changed files with 11 additions and 0 deletions

View File

@ -46,6 +46,12 @@ those below would be added to the file ``/boot/loader.conf``.
hw.nic_uio.bdfs="2:0:0,2:0:1"
nic_uio_load="YES"
.. note::
Please ensure that the latest patches are applied to third party libraries
and software to avoid any known vulnerabilities.
Compiling and Running the Example Applications
----------------------------------------------

View File

@ -81,6 +81,11 @@ Compilation of the DPDK
* Python, version 2.7+ or 3.2+, to use various helper scripts included in the DPDK package.
.. note::
Please ensure that the latest patches are applied to third party libraries
and software to avoid any known vulnerabilities.
**Optional Tools:**