net/ena: switch memcpy to optimized version
[dpdk.git] / doc / guides / platform / bluefield.rst
index 366f2b2..635e414 100644 (file)
@@ -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
@@ -42,10 +41,11 @@ Common Offload HW Drivers
 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>`_.
+Toolchains, OS and drivers can be downloaded and installed individually
+from the 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
@@ -77,12 +77,11 @@ required:
    - libnl-3
    - libnl-route-3
 
-Such header files and libraries can be cross-compiled and installed on to the
-cross toolchain directory like depicted in
-:ref:`arm_cross_build_getting_the_prerequisite_library`, but those can also be
-simply copied from the filesystem of a working BlueField platform. The following
-script can be run on a BlueField platform in order to create a supplementary
-tarball for the cross toolchain.
+Such header files and libraries can be cross-compiled and installed
+in the cross toolchain environment.
+They can also be simply copied from the filesystem of a working BlueField platform.
+The following script can be run on a BlueField platform in order to create
+a supplementary tarball for the cross toolchain.
 
 .. code-block:: console