aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorsteviez <steve.czabaniuk@ni.com>2020-02-27 12:43:23 -0600
committeratrnati <54334261+atrnati@users.noreply.github.com>2020-02-27 13:03:46 -0600
commit221a5781877d95342f97d7967ee707ae1c81eea2 (patch)
tree7035d9aa641584ccadb3aff822ca958d535ebccf /host
parentc74c56ef9414ba24f722d63026608b52fc88be8a (diff)
downloaduhd-221a5781877d95342f97d7967ee707ae1c81eea2.tar.gz
uhd-221a5781877d95342f97d7967ee707ae1c81eea2.tar.bz2
uhd-221a5781877d95342f97d7967ee707ae1c81eea2.zip
docs: n3xx/x3xx: Fix links to DPDK page
The n3xx and x3xx device pages both link to the DPDK page. However, the link was setup as type "subpage" instead of "ref". The result was that both device pages thought they owned the DPDK page which caused non-intuitive behavior when clicking through links in the manual
Diffstat (limited to 'host')
-rw-r--r--host/docs/usrp_n3xx.dox2
-rw-r--r--host/docs/usrp_x3x0.dox2
2 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox
index 466f7677a..fe0570389 100644
--- a/host/docs/usrp_n3xx.dox
+++ b/host/docs/usrp_n3xx.dox
@@ -78,7 +78,7 @@ rates up to 250 Msps, resulting in a usable analog bandwidth of up to 200 MHz.
In order to better use the high available rates, the N320/N321 devices have an
additional QSFP+ connector on the back panel which can be used for streaming
data to and from the radios. In order to facilitate the higher bandwidth, UHD
-uses a technology called \subpage page_dpdk "Data Plane Development Kit (DPDK)".
+uses a technology called \ref page_dpdk "Data Plane Development Kit (DPDK)".
See the DPDK page for details on how it can improve streaming, and how to use
it.
diff --git a/host/docs/usrp_x3x0.dox b/host/docs/usrp_x3x0.dox
index 602b6e013..34bc5e156 100644
--- a/host/docs/usrp_x3x0.dox
+++ b/host/docs/usrp_x3x0.dox
@@ -151,7 +151,7 @@ The second interface is specified by the extra argument <b>second_addr</b>.
### DPDK Support
To enable the highest streaming rates over the network, X310 supports using
-transports based on the \subpage page_dpdk "Data Plane Development Kit (DPDK)".
+transports based on the \ref page_dpdk "Data Plane Development Kit (DPDK)".
See the DPDK page for details on how it can improve streaming and how to use
it.