diff options
| author | Paul David <paul.david@ettus.com> | 2016-04-18 15:52:54 -0700 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2016-04-20 09:43:30 -0700 | 
| commit | a06ad9c753a9a301367fc505f18c4bd6e5ef7d7d (patch) | |
| tree | b48c1a58f2e13f4d745b382521be8debdd05263e | |
| parent | 9e0861e1b05fa88d2b6567b153a31759545e3a82 (diff) | |
| download | uhd-a06ad9c753a9a301367fc505f18c4bd6e5ef7d7d.tar.gz uhd-a06ad9c753a9a301367fc505f18c4bd6e5ef7d7d.tar.bz2 uhd-a06ad9c753a9a301367fc505f18c4bd6e5ef7d7d.zip | |
docs: Added information for specifying a second interface on the X-series USRP
| -rw-r--r-- | host/docs/usrp_x3x0.dox | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/host/docs/usrp_x3x0.dox b/host/docs/usrp_x3x0.dox index f57ec783d..da5b3b91a 100644 --- a/host/docs/usrp_x3x0.dox +++ b/host/docs/usrp_x3x0.dox @@ -131,6 +131,23 @@ Installation instructions for this interface are available on the official Intel  The LEDs on the front panel can be useful in debugging hardware and software issues (see \ref x3x0_hw_fpanel) +### Dual 10 Gigabit Ethernet + +In order to utilize the X-series USRP over dual 10 Gigabit Ethernet interfaces, ensure +either the XG or XGS image is installed (see \ref x3x0_load_fpga_imgs_fpga_flavours). +In addition to burning the prerequisite FPGA image, it may also be necessary +to tune the network interface card (NIC) to eliminate drops (Ds) and reduce overflows (Os). +This is done by increasing the number of RX descriptors (see \ref transport_udp_linux). + +The benchmark_rate tool can be used to test this capability. +Run the following commands to test the X-series USRP over both 10 Gigabit +Ethernet interfaces with the maximum rate of 200 Msps per channel: + +    cd <install-path>/lib/uhd/examples +    ./benchmark_rate --args="type=x300,addr=<Primary IP>,second_addr=<secondary IP>" --channels="0,1" --rx_rate 200e6 + +The second interface is specified by the extra argument <b>second_addr</b>. +  \subsection x3x0_hw_pcie PCI Express (Desktop)  <b>Important Note: The USRP X-Series provides PCIe connectivity over MXI cable. | 
