#
443b949e |
| 10-Nov-2023 |
David Marchand <david.marchand@redhat.com> |
doc: use ordered lists
Prefer automatically ordered lists by using #.
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Dar
doc: use ordered lists
Prefer automatically ordered lists by using #.
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Dariusz Sosnowski <dsosnowski@nvidia.com>
show more ...
|
#
72978305 |
| 15-Aug-2023 |
Thomas Monjalon <thomas@monjalon.net> |
doc: add NVIDIA BlueField-3 reference link
A link to the detailed guide of BlueField-3 hardware on NVIDIA website is added to the BlueField platform guide.
Signed-off-by: Thomas Monjalon <thomas@mo
doc: add NVIDIA BlueField-3 reference link
A link to the detailed guide of BlueField-3 hardware on NVIDIA website is added to the BlueField platform guide.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|
#
eb1dcc01 |
| 07-Mar-2023 |
Thomas Monjalon <thomas@monjalon.net> |
doc: fix naming of NVIDIA devices
The networking NVIDIA devices may be named as the following, using 0 and Ax as fake suffixes: - ConnectX-0 - ConnectX-0 Ax - BlueField-0
Casing and missing hyph
doc: fix naming of NVIDIA devices
The networking NVIDIA devices may be named as the following, using 0 and Ax as fake suffixes: - ConnectX-0 - ConnectX-0 Ax - BlueField-0
Casing and missing hyphens are fixed to avoid future wrong copy/paste.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|
#
e24b8ad4 |
| 15-Nov-2022 |
Stephen Hemminger <stephen@networkplumber.org> |
doc: avoid meson deprecation in setup
The command "meson build" causes a deprecation warning with meson 0.64.0.
WARNING: Running the setup command as `meson [options]` instead of `meson setup [
doc: avoid meson deprecation in setup
The command "meson build" causes a deprecation warning with meson 0.64.0.
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
Therefore fix the examples in the documentation.
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Stanislaw Kardach <kda@semihalf.com>
show more ...
|
#
0f91f952 |
| 22-Sep-2022 |
Thomas Monjalon <thomas@monjalon.net> |
replace Mellanox with NVIDIA
NVIDIA acquired Mellanox Technologies in 2020. The DPDK documentation and code might still include instances of or references to Mellanox trademarks (like BlueField and
replace Mellanox with NVIDIA
NVIDIA acquired Mellanox Technologies in 2020. The DPDK documentation and code might still include instances of or references to Mellanox trademarks (like BlueField and ConnectX) that are now NVIDIA trademarks.
The PCI IDs and copyrights are unchanged.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Gal Cohen <galco@nvidia.com>
show more ...
|
#
3be167db |
| 26-Jan-2021 |
Thomas Monjalon <thomas@monjalon.net> |
doc: fix build
When removing the label "arm_cross_build_getting_the_prerequisite_library" in the rework of cross_build_dpdk_for_arm64.rst, the reference to this section got broken. It went unnoticed
doc: fix build
When removing the label "arm_cross_build_getting_the_prerequisite_library" in the rework of cross_build_dpdk_for_arm64.rst, the reference to this section got broken. It went unnoticed because "ninja -C doc" does not regenerate the file which is referencing the changed file.
The fix is a reword not mentioning the "not so relevant" example from cross_build_dpdk_for_arm64.rst.
Fixes: eb0e12c0c299 ("doc: add clang to aarch64 cross build guide")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Reviewed-by: David Marchand <david.marchand@redhat.com>
show more ...
|
#
88d2efd8 |
| 24-Nov-2020 |
Asaf Penso <asafp@nvidia.com> |
doc: update BlueField platform guide
The documentation file contains some broken links to Mellanox's site. Also now BlueField-2 platform is supported.
This patch provides new links and adds documen
doc: update BlueField platform guide
The documentation file contains some broken links to Mellanox's site. Also now BlueField-2 platform is supported.
This patch provides new links and adds documentation for BlueField-2 platform.
Signed-off-by: Asaf Penso <asafp@nvidia.com>
show more ...
|
#
d2e65d43 |
| 21-Oct-2020 |
Ciara Power <ciara.power@intel.com> |
doc: remove references to make from platforms guide
Make is no longer supported for compiling DPDK, references are now removed in the documentation.
Signed-off-by: Ciara Power <ciara.power@intel.co
doc: remove references to make from platforms guide
Make is no longer supported for compiling DPDK, references are now removed in the documentation.
Signed-off-by: Ciara Power <ciara.power@intel.com> Signed-off-by: Harman Kalra <hkalra@marvell.com> Reviewed-by: Kevin Laatz <kevin.laatz@intel.com>
show more ...
|
#
5291c601 |
| 01-Jul-2019 |
Moti Haimovsky <motih@mellanox.com> |
net/mlx5: remove TCF support
This commit removes the support of configuring the device E-switch using TCF since it is now possible to configure it via DR (direct verbs rules), and by that to also re
net/mlx5: remove TCF support
This commit removes the support of configuring the device E-switch using TCF since it is now possible to configure it via DR (direct verbs rules), and by that to also remove the PMD dependency in libmnl.
Signed-off-by: Moti Haimovsky <motih@mellanox.com> Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
show more ...
|
#
221a07fa |
| 27-May-2019 |
Yong Wang <wang.yong19@zte.com.cn> |
doc: update build command in BlueField guide
Since linuxapp in build configs has been changed to linux, change it in the bluefield doc.
Fixes: 22d1d1ccc357 ("doc: add Mellanox BlueField platform gu
doc: update build command in BlueField guide
Since linuxapp in build configs has been changed to linux, change it in the bluefield doc.
Fixes: 22d1d1ccc357 ("doc: add Mellanox BlueField platform guide") Cc: stable@dpdk.org
Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>
show more ...
|
#
22d1d1cc |
| 08-May-2019 |
Yongseok Koh <yskoh@mellanox.com> |
doc: add Mellanox BlueField platform guide
Platform specific guide for Mellanox BlueField SoC is added.
Signed-off-by: Yongseok Koh <yskoh@mellanox.com> Acked-by: John McNamara <john.mcnamara@intel
doc: add Mellanox BlueField platform guide
Platform specific guide for Mellanox BlueField SoC is added.
Signed-off-by: Yongseok Koh <yskoh@mellanox.com> Acked-by: John McNamara <john.mcnamara@intel.com>
show more ...
|