* [dpdk-dev] [PATCH] doc: update documentation for Bluefield platform
@ 2020-11-23 20:09 Asaf Penso
2020-11-24 7:32 ` [dpdk-dev] [PATCH v2] " Asaf Penso
2020-12-11 18:00 ` [dpdk-dev] [PATCH] " Andrew Boyer
0 siblings, 2 replies; 4+ messages in thread
From: Asaf Penso @ 2020-11-23 20:09 UTC (permalink / raw)
To: dev; +Cc: thomas, viacheslavo, matan, rasland
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>
---
doc/guides/platform/bluefield.rst | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/guides/platform/bluefield.rst b/doc/guides/platform/bluefield.rst
index 366f2b2..30ad9ff 100644
--- a/doc/guides/platform/bluefield.rst
+++ b/doc/guides/platform/bluefield.rst
@@ -11,15 +11,14 @@ and common offload HW drivers of **Mellanox BlueField** family SoC.
Supported BlueField family SoCs
-------------------------------
-- `BlueField <http://www.mellanox.com/page/products_dyn?product_family=256&mtag=soc_overview>`_
+- `BlueField <https://docs.mellanox.com/category/bluefieldsnic>`_
Supported BlueField Platforms
-----------------------------
-- `BlueField SmartNIC <http://www.mellanox.com/page/products_dyn?product_family=275&mtag=bluefield_smart_nic>`_
-- `BlueField Reference Platforms <http://www.mellanox.com/page/products_dyn?product_family=286&mtag=bluefield_platforms>`_
-- `BlueField Controller Card <http://www.mellanox.com/page/products_dyn?product_family=288&mtag=bluefield_controller_card>`_
+- `BlueField-1 <https://docs.mellanox.com/display/bluefieldsniceth/Introduction>`_
+- `BlueField-2 <https://docs.mellanox.com/display/BlueField2DPUENUG/Introduction>`_
Common Offload HW Drivers
@@ -43,10 +42,11 @@ Steps To Setup Platform
-----------------------
Toolchains, OS and drivers can be downloaded and installed individually from the
-Web. But it is recommended to follow instructions at
-`Mellanox BlueField Software Website
-<http://www.mellanox.com/page/products_dyn?product_family=279&mtag=bluefield_software>`_.
-
+Web, But it is recommended to follow instructions at:
+`Mellanox BlueField-1 Software Website
+<https://docs.mellanox.com/display/BlueFieldSWv31011424/SmartNIC+Bring-Up+and+Driver+Installation>`_.
+`Mellanox BlueField-2 Software Website
+<https://docs.mellanox.com/display/NVIDIABlueField2DPUQSG#NVIDIABlueField2DPUSoftwareQuickStartGuide-Post-installationProcedurePost-installationProcedure>`_.
Compile DPDK
------------
--
1.8.3.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH v2] doc: update documentation for Bluefield platform
2020-11-23 20:09 [dpdk-dev] [PATCH] doc: update documentation for Bluefield platform Asaf Penso
@ 2020-11-24 7:32 ` Asaf Penso
2020-11-27 0:35 ` Thomas Monjalon
2020-12-11 18:00 ` [dpdk-dev] [PATCH] " Andrew Boyer
1 sibling, 1 reply; 4+ messages in thread
From: Asaf Penso @ 2020-11-24 7:32 UTC (permalink / raw)
To: dev; +Cc: thomas, viacheslavo, matan, rasland
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>
---
v2: styling updates and typo
---
doc/guides/platform/bluefield.rst | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/guides/platform/bluefield.rst b/doc/guides/platform/bluefield.rst
index 366f2b2..151e5e5 100644
--- a/doc/guides/platform/bluefield.rst
+++ b/doc/guides/platform/bluefield.rst
@@ -11,15 +11,14 @@ and common offload HW drivers of **Mellanox BlueField** family SoC.
Supported BlueField family SoCs
-------------------------------
-- `BlueField <http://www.mellanox.com/page/products_dyn?product_family=256&mtag=soc_overview>`_
+- `BlueField <https://docs.mellanox.com/category/bluefieldsnic>`_
Supported BlueField Platforms
-----------------------------
-- `BlueField SmartNIC <http://www.mellanox.com/page/products_dyn?product_family=275&mtag=bluefield_smart_nic>`_
-- `BlueField Reference Platforms <http://www.mellanox.com/page/products_dyn?product_family=286&mtag=bluefield_platforms>`_
-- `BlueField Controller Card <http://www.mellanox.com/page/products_dyn?product_family=288&mtag=bluefield_controller_card>`_
+- `BlueField-1 <https://docs.mellanox.com/display/bluefieldsniceth/Introduction>`_
+- `BlueField-2 <https://docs.mellanox.com/display/BlueField2DPUENUG/Introduction>`_
Common Offload HW Drivers
@@ -43,10 +42,11 @@ Steps To Setup Platform
-----------------------
Toolchains, OS and drivers can be downloaded and installed individually from the
-Web. But it is recommended to follow instructions at
-`Mellanox BlueField Software Website
-<http://www.mellanox.com/page/products_dyn?product_family=279&mtag=bluefield_software>`_.
-
+Web, but it is recommended to follow instructions at:
+- `Mellanox BlueField-1 Software Website
+<https://docs.mellanox.com/display/BlueFieldSWv31011424/SmartNIC+Bring-Up+and+Driver+Installation>`_.
+- `Mellanox BlueField-2 Software Website
+<https://docs.mellanox.com/display/NVIDIABlueField2DPUQSG#NVIDIABlueField2DPUSoftwareQuickStartGuide-Post-installationProcedurePost-installationProcedure>`_.
Compile DPDK
------------
--
1.8.3.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH v2] doc: update documentation for Bluefield platform
2020-11-24 7:32 ` [dpdk-dev] [PATCH v2] " Asaf Penso
@ 2020-11-27 0:35 ` Thomas Monjalon
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2020-11-27 0:35 UTC (permalink / raw)
To: Asaf Penso; +Cc: dev, viacheslavo, matan, rasland
24/11/2020 08:32, Asaf Penso:
> 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>
> ---
> v2: styling updates and typo
Applied with formatting fixed, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update documentation for Bluefield platform
2020-11-23 20:09 [dpdk-dev] [PATCH] doc: update documentation for Bluefield platform Asaf Penso
2020-11-24 7:32 ` [dpdk-dev] [PATCH v2] " Asaf Penso
@ 2020-12-11 18:00 ` Andrew Boyer
1 sibling, 0 replies; 4+ messages in thread
From: Andrew Boyer @ 2020-12-11 18:00 UTC (permalink / raw)
To: Asaf Penso; +Cc: dev, thomas, viacheslavo, matan, rasland
> On Nov 23, 2020, at 3:09 PM, Asaf Penso <asafp@nvidia.com> wrote:
>
> 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>
> ---
> doc/guides/platform/bluefield.rst | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/doc/guides/platform/bluefield.rst b/doc/guides/platform/bluefield.rst
> index 366f2b2..30ad9ff 100644
> --- a/doc/guides/platform/bluefield.rst
> +++ b/doc/guides/platform/bluefield.rst
> @@ -11,15 +11,14 @@ and common offload HW drivers of **Mellanox BlueField** family SoC.
> Supported BlueField family SoCs
> -------------------------------
>
> -- `BlueField <http://www.mellanox.com/page/products_dyn?product_family=256&mtag=soc_overview>`_
> +- `BlueField <https://docs.mellanox.com/category/bluefieldsnic>`_
>
>
> Supported BlueField Platforms
> -----------------------------
>
> -- `BlueField SmartNIC <http://www.mellanox.com/page/products_dyn?product_family=275&mtag=bluefield_smart_nic>`_
> -- `BlueField Reference Platforms <http://www.mellanox.com/page/products_dyn?product_family=286&mtag=bluefield_platforms>`_
> -- `BlueField Controller Card <http://www.mellanox.com/page/products_dyn?product_family=288&mtag=bluefield_controller_card>`_
> +- `BlueField-1 <https://docs.mellanox.com/display/bluefieldsniceth/Introduction>`_
> +- `BlueField-2 <https://docs.mellanox.com/display/BlueField2DPUENUG/Introduction>`_
>
>
> Common Offload HW Drivers
> @@ -43,10 +42,11 @@ Steps To Setup Platform
> -----------------------
>
> Toolchains, OS and drivers can be downloaded and installed individually from the
> -Web. But it is recommended to follow instructions at
> -`Mellanox BlueField Software Website
> -<http://www.mellanox.com/page/products_dyn?product_family=279&mtag=bluefield_software>`_.
> -
> +Web, But it is recommended to follow instructions at:
Web, but it is recommended to follow the instructions at:
(with the comma, ‘but' should not be capitalized, and ‘follow the instructions’ instead of ‘follow instructions’)
> +`Mellanox BlueField-1 Software Website
> +<https://docs.mellanox.com/display/BlueFieldSWv31011424/SmartNIC+Bring-Up+and+Driver+Installation>`_.
> +`Mellanox BlueField-2 Software Website
> +<https://docs.mellanox.com/display/NVIDIABlueField2DPUQSG#NVIDIABlueField2DPUSoftwareQuickStartGuide-Post-installationProcedurePost-installationProcedure>`_.
>
> Compile DPDK
> ------------
> --
> 1.8.3.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-12-11 18:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23 20:09 [dpdk-dev] [PATCH] doc: update documentation for Bluefield platform Asaf Penso
2020-11-24 7:32 ` [dpdk-dev] [PATCH v2] " Asaf Penso
2020-11-27 0:35 ` Thomas Monjalon
2020-12-11 18:00 ` [dpdk-dev] [PATCH] " Andrew Boyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).