| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | liberio: porting to I/O services | Brent Stapleton | 2019-11-26 | 1 | -11/+2 |
* | rfnoc: Make polling I/O service not block on flow control | Ciro Nishiguchi | 2019-11-26 | 9 | -68/+162 |
* | rfnoc: Make I/O services relinquish CPU while waiting | Ciro Nishiguchi | 2019-11-26 | 4 | -25/+140 |
* | multi_usrp: Add set_rx_spp() call | Martin Braun | 2019-11-26 | 2 | -2/+34 |
* | rfnoc: xports: Count FC bytes as multiples of CHDR width | Martin Braun | 2019-11-26 | 6 | -17/+43 |
* | rfnoc: Restrict to inline I/O service based on link restrictions | Ciro Nishiguchi | 2019-11-26 | 3 | -1/+69 |
* | rfnoc: Use graph_utils in multi_usrp chan generation | Brent Stapleton | 2019-11-26 | 1 | -113/+142 |
* | rfnoc: Merge I/O service device args with stream args | Ciro Nishiguchi | 2019-11-26 | 6 | -45/+131 |
* | rfnoc: Split up offload I/O service into multiple files | Ciro Nishiguchi | 2019-11-26 | 4 | -297/+351 |
* | uhd: Remove all usages of boost::tuple and friends | Martin Braun | 2019-11-26 | 8 | -41/+40 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 52 | -530/+530 |
* | rfnoc: Adding rfnoc_graph utilities | Brent Stapleton | 2019-11-26 | 2 | -0/+134 |
* | mpmd: Add skip_oldlog device arg | Martin Braun | 2019-11-26 | 1 | -0/+8 |
* | mpmd: Skip generation of mb_controller and mb_iface for skip_init=1 | Martin Braun | 2019-11-26 | 1 | -3/+6 |
* | uhd: Introduce I/O service manager | Aaron Rossetto | 2019-11-26 | 26 | -176/+1264 |
* | rfnoc: Make trasnport safe to use with offload threads | Ciro Nishiguchi | 2019-11-26 | 6 | -9/+43 |
* | transport: Implement eov indications for Rx and Tx streams | Aaron Rossetto | 2019-11-26 | 7 | -50/+279 |
* | uhd: Replace boost::regex with std::regex | Martin Braun | 2019-11-26 | 7 | -32/+32 |
* | uhd: Replace boost::function with std::function | Martin Braun | 2019-11-26 | 16 | -34/+35 |
* | uhd: Replace BOOST_FOREACH(v, c) with for(v : c) | Martin Braun | 2019-11-26 | 1 | -1/+1 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 101 | -338/+334 |
* | transport: Implement an I/O service that uses an offload thread | Ciro Nishiguchi | 2019-11-26 | 3 | -0/+1065 |
* | rfnoc: Unify endianness of transports | Alex Williams | 2019-11-26 | 4 | -4/+4 |
* | uhd: Check property type at access; error if mismatch | Aaron Rossetto | 2019-11-26 | 1 | -1/+24 |
* | rfnoc: Port FFT controller | Lars Amsel | 2019-11-26 | 2 | -0/+115 |
* | rfnoc: Add DMA FIFO block controller | Martin Braun | 2019-11-26 | 5 | -401/+350 |
* | Remove proto-RFNoC files | Martin Braun | 2019-11-26 | 86 | -14372/+166 |
* | x300/mpmd: Port all RFNoC devices to the new RFNoC framework | Martin Braun | 2019-11-26 | 87 | -8168/+11173 |
* | rfnoc: radio: Add API call to disable timestamps | Martin Braun | 2019-11-26 | 2 | -1/+9 |
* | rfnoc: radio: Interpret MTU as max payload size | Martin Braun | 2019-11-26 | 1 | -3/+3 |
* | transport: Port liberio to link_if | Alex Williams | 2019-11-26 | 5 | -315/+333 |
* | rfnoc: Fix transport buffer reservations | Ciro Nishiguchi | 2019-11-26 | 6 | -57/+74 |
* | streamer: Add option to ignore sequence errors | Ciro Nishiguchi | 2019-11-26 | 3 | -8/+9 |
* | rfnoc: rfnoc_graph: Safely deinit full graph on any kind of init error | Martin Braun | 2019-11-26 | 1 | -15/+15 |
* | rfnoc: Hold reference to streamers in rfnoc_graph | Ciro Nishiguchi | 2019-11-26 | 1 | -2/+11 |
* | rfnoc: Move data xport sep configuration to static methods | Ciro Nishiguchi | 2019-11-26 | 9 | -417/+597 |
* | rfnoc: Add multi_usrp_rfnoc, modify multi_usrp | Brent Stapleton | 2019-11-26 | 9 | -395/+2418 |
* | rfnoc: radio/streamer: Handle late commands and burst ACKs | Martin Braun | 2019-11-26 | 5 | -7/+52 |
* | rfnoc: Add MTU property to RX streamer | Ciro Nishiguchi | 2019-11-26 | 5 | -18/+90 |
* | rfnoc: Implement flushing on overrun | Ciro Nishiguchi | 2019-11-26 | 6 | -72/+158 |
* | rfnoc: Allow MB controllers to init after blocks have initialized | Martin Braun | 2019-11-26 | 2 | -6/+164 |
* | rfnoc: Add nirio_link link object | Martin Braun | 2019-11-26 | 3 | -0/+576 |
* | rfnoc: Use adapter_id_t for balancing load across links | Alex Williams | 2019-11-26 | 7 | -101/+145 |
* | rfnoc: ctrlport: Fixing timeouts for timed commands | Brent Stapleton | 2019-11-26 | 2 | -5/+31 |
* | rfnoc: client_zero can track num SEPs and num ctrl EPs separately | Martin Braun | 2019-11-26 | 3 | -4/+21 |
* | transport: Add modeling of physical adapters | Alex Williams | 2019-11-26 | 7 | -5/+149 |
* | rfnoc: node: Add set_properties() | Martin Braun | 2019-11-26 | 1 | -0/+19 |
* | rfnoc: Add basic round-robin allocation for links | Alex Williams | 2019-11-26 | 1 | -12/+65 |
* | rfnoc: Add ability to select transport for streamers to user APIs | Alex Williams | 2019-11-26 | 5 | -14/+98 |
* | rfnoc: tx_streamer: add support for async messages | Ciro Nishiguchi | 2019-11-26 | 10 | -20/+262 |