summaryrefslogtreecommitdiff
path: root/Documentation/topics/testing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/topics/testing.rst')
-rw-r--r--Documentation/topics/testing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/topics/testing.rst b/Documentation/topics/testing.rst
index 8b5d268e0..161e9d442 100644
--- a/Documentation/topics/testing.rst
+++ b/Documentation/topics/testing.rst
@@ -347,13 +347,13 @@ They do require proper DPDK variables (``DPDK_DIR`` and ``DPDK_BUILD``).
Moreover you need to have root privileges to load the required modules and to bind
the NIC to the DPDK-compatible driver.
-.. _DPDK supported NIC: http://dpdk.org/doc/nics
+.. _DPDK supported NIC: https://core.dpdk.org/supported/#nics
All tests are skipped if no hugepages are configured. User must look into the DPDK
manual to figure out how to `Configure hugepages`_.
The phy test will skip if no compatible physical device is available.
-.. _Configure hugepages: http://doc.dpdk.org/guides/linux_gsg/sys_reqs.html
+.. _Configure hugepages: https://doc.dpdk.org/guides-19.11/linux_gsg/sys_reqs.html
All the features documented under `Unit Tests`_ are available for the DPDK
datapath testsuite.