diff options
author | steviez <steve.czabaniuk@ni.com> | 2020-02-27 12:43:23 -0600 |
---|---|---|
committer | atrnati <54334261+atrnati@users.noreply.github.com> | 2020-02-27 13:03:46 -0600 |
commit | 221a5781877d95342f97d7967ee707ae1c81eea2 (patch) | |
tree | 7035d9aa641584ccadb3aff822ca958d535ebccf /host/docs/usrp_x3x0.dox | |
parent | c74c56ef9414ba24f722d63026608b52fc88be8a (diff) | |
download | uhd-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/docs/usrp_x3x0.dox')
-rw-r--r-- | host/docs/usrp_x3x0.dox | 2 |
1 files changed, 1 insertions, 1 deletions
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. |