mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
This change improves the DPDK link status detection algorithm in the following ways: - The status of the links are checked at an interval of 250 ms. If all links report as being up, the driver proceeds. - If any of the DPDK links has not reported as being up by the end of the link status detection timeout (1000 ms by default), the algorithm throws a runtime error rather than proceeds with one or more down links. - Users may override the default link status detection timeout by passing dpdk_link_timeout=N, where N is the desired timeout in milliseconds, either via device arguments or in the UHD configuration file. |
||
|---|---|---|
| .. | ||
| dpdk | ||
| adapter.hpp | ||
| adapter_info.hpp | ||
| dpdk_io_service.hpp | ||
| dpdk_io_service_client.hpp | ||
| dpdk_simple.hpp | ||
| frame_reservation_mgr.hpp | ||
| get_aligned_buffs.hpp | ||
| inline_io_service.hpp | ||
| io_service.hpp | ||
| link_base.hpp | ||
| link_if.hpp | ||
| links.hpp | ||
| nirio_link.hpp | ||
| offload_io_service.hpp | ||
| offload_io_service_client.hpp | ||
| rx_streamer_impl.hpp | ||
| rx_streamer_zero_copy.hpp | ||
| tx_streamer_impl.hpp | ||
| tx_streamer_zero_copy.hpp | ||
| udp_boost_asio_link.hpp | ||
| udp_common.hpp | ||
| udp_dpdk_link.hpp | ||