aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/transport
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Add option to disable flow control on rx streamingmattprost2021-04-291-1/+2
* lib: Fix unresolved cleanup conflict (sorry!)Aaron Rossetto2021-03-041-5/+1
* lib: Add some virtual dtorsMartin Braun2021-03-043-1/+14
* rfnoc: tx_streamer: Remove EOV size attributeMartin Braun2021-03-041-2/+0
* host: Update code base using clang-tidyMartin Braun2021-03-047-34/+34
* uhd: Check for overflow after timeout buff readSteven Koo2021-01-212-18/+15
* fixup! RFNoC: Handle receive of 0 samplesmichael-west2020-12-211-3/+3
* RFNoC: Handle receive of 0 samplesmichael-west2020-12-101-0/+5
* dpdk: Improve link status detectionAaron Rossetto2020-09-031-0/+1
* X300: fix for incorrect PCIe buffer size valuesMatthew Crymble2020-08-041-3/+5
* RFNoC: Add xport disconnect callbacksmichael-west2020-08-041-0/+7
* uhd: remove liberioRobertWalstab2020-07-201-178/+0
* uhd: Replace include guards with pragma onceLane Kolbly2020-04-0827-107/+28
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-037-37/+40
* lib: move OSX specific code to where the values are initially setMichael Dickens2020-02-211-0/+11
* uhd: fixing MSVC warningsBrent Stapleton2020-01-091-2/+4
* dpdk: Change client to wait on member variableCiro Nishiguchi2019-12-201-8/+12
* transport,usrp: Make available packet-based flow controlAlex Williams2019-12-201-2/+2
* transport: Fix comment on recv_io_if::fc_callback_tAlex Williams2019-12-201-1/+1
* lib: Remove dpdk_zero_copy filesMartin Braun2019-12-203-406/+0
* dpdk: Add new DPDK stack to integrate with I/O servicesAlex Williams2019-12-209-90/+1121
* rfnoc: fix incorrect long fifo wait timeoutsVirendra Kakade2019-11-261-2/+2
* lib: Add DPDK service queueAlex Williams2019-11-261-0/+237
* rfnoc: fix invalid access when sending packet with no samplesCiro Nishiguchi2019-11-261-1/+3
* transport: Add new base for DPDK links, based on 18.11Alex Williams2019-11-261-0/+319
* rfnoc: Make polling I/O service not block on flow controlCiro Nishiguchi2019-11-264-12/+43
* rfnoc: Make I/O services relinquish CPU while waitingCiro Nishiguchi2019-11-262-16/+41
* rfnoc: Restrict to inline I/O service based on link restrictionsCiro Nishiguchi2019-11-262-0/+36
* rfnoc: Split up offload I/O service into multiple filesCiro Nishiguchi2019-11-262-0/+268
* uhd: Introduce I/O service managerAaron Rossetto2019-11-265-17/+94
* transport: Implement eov indications for Rx and Tx streamsAaron Rossetto2019-11-264-45/+270
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-2/+2
* transport: Implement an I/O service that uses an offload threadCiro Nishiguchi2019-11-261-0/+66
* transport: Port liberio to link_ifAlex Williams2019-11-261-0/+180
* rfnoc: Fix transport buffer reservationsCiro Nishiguchi2019-11-261-9/+4
* streamer: Add option to ignore sequence errorsCiro Nishiguchi2019-11-263-8/+9
* rfnoc: radio/streamer: Handle late commands and burst ACKsMartin Braun2019-11-262-0/+22
* rfnoc: Add MTU property to RX streamerCiro Nishiguchi2019-11-262-12/+34
* rfnoc: Implement flushing on overrunCiro Nishiguchi2019-11-262-25/+125
* rfnoc: Add nirio_link link objectMartin Braun2019-11-261-0/+210
* transport: Add modeling of physical adaptersAlex Williams2019-11-264-0/+116
* rfnoc: Add ability to select transport for streamers to user APIsAlex Williams2019-11-261-0/+1
* rfnoc: tx_streamer: add support for async messagesCiro Nishiguchi2019-11-262-7/+10
* rfnoc: Add MTU property to TX streamerCiro Nishiguchi2019-11-261-5/+24
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-265-0/+1177
* uhd: add udp boost asio implementation of transport interfaceCiro Nishiguchi2019-11-262-0/+315
* uhdlib: transport: Add links.hppMartin Braun2019-11-261-0/+43
* transport: Implement a single-threaded I/O serviceAlex Williams2019-11-261-0/+121
* transport: Introduce I/O service layer between transport and linkAlex Williams2019-11-261-0/+337
* uhd: add new transport interface and base class implementationCiro Nishiguchi2019-11-262-0/+334