doc: fix references to removed guide
authorThomas Monjalon <thomas@monjalon.net>
Wed, 30 Sep 2020 17:20:18 +0000 (19:20 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 1 Oct 2020 14:41:15 +0000 (16:41 +0200)
The page "Development Kit Build System" was about make,
so it has been removed. A better help is in the Linux guide
(note: mlx4/mlx5 are supported on Linux only for now).

Fixes: 3cc6ecfdfe85 ("build: remove makefiles")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ciara Power <ciara.power@intel.com>
doc/guides/nics/mlx4.rst
doc/guides/nics/mlx5.rst

index 1f1e2f6..6818b6a 100644 (file)
@@ -335,8 +335,8 @@ Quick Start Guide
 
         service openibd restart
 
-4. Compile DPDK and you are ready to go. See instructions on
-   :ref:`Development Kit Build System <Development_Kit_Build_System>`
+4. Install DPDK and you are ready to go.
+   See :doc:`compilation instructions <../linux_gsg/build_dpdk>`.
 
 Performance tuning
 ------------------
index 211c0c5..b0614ae 100644 (file)
@@ -1247,8 +1247,8 @@ Quick Start Guide on OFED/EN
 
         echo [num_vfs] > /sys/class/infiniband/mlx5_0/device/sriov_numvfs
 
-6. Compile DPDK and you are ready to go. See instructions on
-   :ref:`Development Kit Build System <Development_Kit_Build_System>`
+6. Install DPDK and you are ready to go.
+   See :doc:`compilation instructions <../linux_gsg/build_dpdk>`.
 
 Enable switchdev mode
 ---------------------