Difference between revisions of "Packet Flow Errors"
Line 21: | Line 21: | ||
Samples are not being produced by user's application fast enough. CPU governor or other power management not configured correctly. Incorrect/invalid time_spec provided. Usually on MIMO. | Samples are not being produced by user's application fast enough. CPU governor or other power management not configured correctly. Incorrect/invalid time_spec provided. Usually on MIMO. | ||
http://files.ettus.com/manual/page_usrp_x3x0_config.html | http://files.ettus.com/manual/page_usrp_x3x0_config.html | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[Category:Application Notes and White Papers]] |
Revision as of 21:37, 4 April 2016
Packet flow errors printed in console/terminal as upper-case letters:
Underrun on Tx (“U”):
Samples not being produced by the host application fast enough. CPU governor or other power management not configured correctly.
Overrun on Rx (“O”):
Samples not being consumed by the host application fast enough. CPU governor or other power management not configured correctly.
Sequence Error on Tx (“S”):
Network hardware failure. Check host NIC, cable, switch, etc. Frame size might not work with the current NIC's MTU.
Dropped Packet on Rx (“D”):
Network hardware failure. Check host NIC, cable, switch, etc. PCIe bus on host cannot sustain throughput. CPU governor or other power management not configured correctly. Frame size might not work with the current NIC's MTU. Check "ethtool -S <interface>".
Late Packet on Tx (“L”):
Samples are not being produced by user's application fast enough. CPU governor or other power management not configured correctly. Incorrect/invalid time_spec provided. Usually on MIMO.
http://files.ettus.com/manual/page_usrp_x3x0_config.html