| Commit message (Expand) | Author | Age | Files | Lines |
* | rfnoc: Add option to disable flow control on rx streaming | mattprost | 2021-04-29 | 1 | -1/+2 |
* | lib: Fix unresolved cleanup conflict (sorry!) | Aaron Rossetto | 2021-03-04 | 1 | -5/+1 |
* | lib: Add some virtual dtors | Martin Braun | 2021-03-04 | 3 | -1/+14 |
* | rfnoc: tx_streamer: Remove EOV size attribute | Martin Braun | 2021-03-04 | 1 | -2/+0 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 7 | -34/+34 |
* | uhd: Check for overflow after timeout buff read | Steven Koo | 2021-01-21 | 2 | -18/+15 |
* | fixup! RFNoC: Handle receive of 0 samples | michael-west | 2020-12-21 | 1 | -3/+3 |
* | RFNoC: Handle receive of 0 samples | michael-west | 2020-12-10 | 1 | -0/+5 |
* | dpdk: Improve link status detection | Aaron Rossetto | 2020-09-03 | 1 | -0/+1 |
* | X300: fix for incorrect PCIe buffer size values | Matthew Crymble | 2020-08-04 | 1 | -3/+5 |
* | RFNoC: Add xport disconnect callbacks | michael-west | 2020-08-04 | 1 | -0/+7 |
* | uhd: remove liberio | RobertWalstab | 2020-07-20 | 1 | -178/+0 |
* | uhd: Replace include guards with pragma once | Lane Kolbly | 2020-04-08 | 27 | -107/+28 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 7 | -37/+40 |
* | lib: move OSX specific code to where the values are initially set | Michael Dickens | 2020-02-21 | 1 | -0/+11 |
* | uhd: fixing MSVC warnings | Brent Stapleton | 2020-01-09 | 1 | -2/+4 |
* | dpdk: Change client to wait on member variable | Ciro Nishiguchi | 2019-12-20 | 1 | -8/+12 |
* | transport,usrp: Make available packet-based flow control | Alex Williams | 2019-12-20 | 1 | -2/+2 |
* | transport: Fix comment on recv_io_if::fc_callback_t | Alex Williams | 2019-12-20 | 1 | -1/+1 |
* | lib: Remove dpdk_zero_copy files | Martin Braun | 2019-12-20 | 3 | -406/+0 |
* | dpdk: Add new DPDK stack to integrate with I/O services | Alex Williams | 2019-12-20 | 9 | -90/+1121 |
* | rfnoc: fix incorrect long fifo wait timeouts | Virendra Kakade | 2019-11-26 | 1 | -2/+2 |
* | lib: Add DPDK service queue | Alex Williams | 2019-11-26 | 1 | -0/+237 |
* | rfnoc: fix invalid access when sending packet with no samples | Ciro Nishiguchi | 2019-11-26 | 1 | -1/+3 |
* | transport: Add new base for DPDK links, based on 18.11 | Alex Williams | 2019-11-26 | 1 | -0/+319 |
* | rfnoc: Make polling I/O service not block on flow control | Ciro Nishiguchi | 2019-11-26 | 4 | -12/+43 |
* | rfnoc: Make I/O services relinquish CPU while waiting | Ciro Nishiguchi | 2019-11-26 | 2 | -16/+41 |
* | rfnoc: Restrict to inline I/O service based on link restrictions | Ciro Nishiguchi | 2019-11-26 | 2 | -0/+36 |
* | rfnoc: Split up offload I/O service into multiple files | Ciro Nishiguchi | 2019-11-26 | 2 | -0/+268 |
* | uhd: Introduce I/O service manager | Aaron Rossetto | 2019-11-26 | 5 | -17/+94 |
* | transport: Implement eov indications for Rx and Tx streams | Aaron Rossetto | 2019-11-26 | 4 | -45/+270 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 1 | -2/+2 |
* | transport: Implement an I/O service that uses an offload thread | Ciro Nishiguchi | 2019-11-26 | 1 | -0/+66 |
* | transport: Port liberio to link_if | Alex Williams | 2019-11-26 | 1 | -0/+180 |
* | rfnoc: Fix transport buffer reservations | Ciro Nishiguchi | 2019-11-26 | 1 | -9/+4 |
* | streamer: Add option to ignore sequence errors | Ciro Nishiguchi | 2019-11-26 | 3 | -8/+9 |
* | rfnoc: radio/streamer: Handle late commands and burst ACKs | Martin Braun | 2019-11-26 | 2 | -0/+22 |
* | rfnoc: Add MTU property to RX streamer | Ciro Nishiguchi | 2019-11-26 | 2 | -12/+34 |
* | rfnoc: Implement flushing on overrun | Ciro Nishiguchi | 2019-11-26 | 2 | -25/+125 |
* | rfnoc: Add nirio_link link object | Martin Braun | 2019-11-26 | 1 | -0/+210 |
* | transport: Add modeling of physical adapters | Alex Williams | 2019-11-26 | 4 | -0/+116 |
* | rfnoc: Add ability to select transport for streamers to user APIs | Alex Williams | 2019-11-26 | 1 | -0/+1 |
* | rfnoc: tx_streamer: add support for async messages | Ciro Nishiguchi | 2019-11-26 | 2 | -7/+10 |
* | rfnoc: Add MTU property to TX streamer | Ciro Nishiguchi | 2019-11-26 | 1 | -5/+24 |
* | rfnoc: add rx and tx transports, and amend rfnoc_graph | Ciro Nishiguchi | 2019-11-26 | 5 | -0/+1177 |
* | uhd: add udp boost asio implementation of transport interface | Ciro Nishiguchi | 2019-11-26 | 2 | -0/+315 |
* | uhdlib: transport: Add links.hpp | Martin Braun | 2019-11-26 | 1 | -0/+43 |
* | transport: Implement a single-threaded I/O service | Alex Williams | 2019-11-26 | 1 | -0/+121 |
* | transport: Introduce I/O service layer between transport and link | Alex Williams | 2019-11-26 | 1 | -0/+337 |
* | uhd: add new transport interface and base class implementation | Ciro Nishiguchi | 2019-11-26 | 2 | -0/+334 |