3c3a861c | 19-Nov-2020 |
Anatoly Burakov <anatoly.burakov@intel.com> |
doc: clarify instructions on running as non-root
The current instructions are slightly out of date when it comes to providing information about setting up the system for using DPDK as non-root, so u
doc: clarify instructions on running as non-root
The current instructions are slightly out of date when it comes to providing information about setting up the system for using DPDK as non-root, so update them.
Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
829b22c2 | 26-Nov-2020 |
Gregory Etelson <getelson@nvidia.com> |
doc: add pkg-config requirement for applications
DPDK relies on pkg-config(1) to provide correct parameters for compiler and linker used in application build. Inaccurate build parameters, produced
doc: add pkg-config requirement for applications
DPDK relies on pkg-config(1) to provide correct parameters for compiler and linker used in application build. Inaccurate build parameters, produced by pkg-config from DPDK .pc files could fail application build or cause unpredicted results during application runtime.
Update system requirements doc about a bug in pkg-config v0.27 used in RHEL-7.
Signed-off-by: Gregory Etelson <getelson@nvidia.com> Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
a0abf705 | 16-Nov-2020 |
Stephen Hemminger <stephen@networkplumber.org> |
doc: add SPDX license tag header to Intel performance guide
This document never had any license or copyright on this file, add one.
Fixes: b932ebcb2664 ("doc: add NIC performance guide on Linux IA"
doc: add SPDX license tag header to Intel performance guide
This document never had any license or copyright on this file, add one.
Fixes: b932ebcb2664 ("doc: add NIC performance guide on Linux IA") Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|
520bbb9c | 17-Jun-2020 |
Thomas Monjalon <thomas@monjalon.net> |
doc: update build instructions in the Linux guide
Before removing the "make" build system completely, the Linux guide instructions are made more concise and accurate. Some detailed explanations are
doc: update build instructions in the Linux guide
Before removing the "make" build system completely, the Linux guide instructions are made more concise and accurate. Some detailed explanations are also available in doc/guides/prog_guide/dev_kit_root_make_help.rst
This is the swan song for makefile system, in order to have accurate information backported in LTS.
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: David Marchand <david.marchand@redhat.com>
show more ...
|