uhd/host/lib/include/uhdlib/transport
Aaron Rossetto eada49e4d5 dpdk: Improve link status detection
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.
2020-09-03 15:01:12 -05:00
..
dpdk dpdk: Improve link status detection 2020-09-03 15:01:12 -05:00
adapter.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
adapter_info.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
dpdk_io_service.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
dpdk_io_service_client.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
dpdk_simple.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
frame_reservation_mgr.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
get_aligned_buffs.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
inline_io_service.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
io_service.hpp RFNoC: Add xport disconnect callbacks 2020-08-04 15:41:07 -05:00
link_base.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
link_if.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
links.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
nirio_link.hpp X300: fix for incorrect PCIe buffer size values 2020-08-04 15:46:54 -05:00
offload_io_service.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
offload_io_service_client.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
rx_streamer_impl.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
rx_streamer_zero_copy.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
tx_streamer_impl.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
tx_streamer_zero_copy.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
udp_boost_asio_link.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
udp_common.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00
udp_dpdk_link.hpp uhd: Replace include guards with pragma once 2020-04-08 15:16:06 -05:00