| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rfnoc: fix incorrect long fifo wait timeouts | Virendra Kakade | 2019-11-26 | 1 | -2/+2 |
* | mg: Turn the set-lock into a recursive mutex | Martin Braun | 2019-11-26 | 2 | -15/+15 |
* | mg: Always set MCR on both daughterboards | Martin Braun | 2019-11-26 | 3 | -12/+33 |
* | 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 |
* | mpmd: Fix get_mboard_name() | Martin Braun | 2019-11-26 | 1 | -1/+1 |
* | n310: Fix GPIO registers | Martin Braun | 2019-11-26 | 1 | -3/+6 |
* | mg/rh/rfnoc: Harmonize peripheral registers | Martin Braun | 2019-11-26 | 4 | -21/+29 |
* | gpio_atr_3000: Fix return value for pin control register | Martin Braun | 2019-11-26 | 1 | -1/+3 |
* | detail::graph: Add shutdown capability | Martin Braun | 2019-11-26 | 3 | -14/+35 |
* | e310: Fix issues in MPM and UHD | Martin Braun | 2019-11-26 | 1 | -7/+3 |
* | mpm/mpmd: Remove token requirement for device info | Martin Braun | 2019-11-26 | 1 | -2/+2 |
* | rfnoc: Rename thread affinity args | Ciro Nishiguchi | 2019-11-26 | 3 | -73/+73 |
* | uhd: Allow device args that have an integer in the name | Ciro Nishiguchi | 2019-11-26 | 1 | -1/+5 |
* | lib,tests: Remove old DPDK files from build | Alex Williams | 2019-11-26 | 3 | -21/+8 |
* | transport: Add new base for DPDK links, based on 18.11 | Alex Williams | 2019-11-26 | 3 | -0/+956 |
* | docs: Change DPDK version to 18.11 and make args use underscores | Alex Williams | 2019-11-26 | 2 | -2/+2 |
* | rfnoc_graph: Modify find_blocks() to sort return value | Martin Braun | 2019-11-26 | 2 | -35/+7 |
* | multi_usrp: Fix GPIO bank selection | Martin Braun | 2019-11-26 | 1 | -11/+68 |
* | 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 |