| Commit message (Expand) | Author | Age | Files | Lines |
* | fixup! uhd: Add fuzzy serial number checking | mattprost | 2020-04-09 | 1 | -1/+1 |
* | uhd: mpm: Query prefs per-device for multi-device queries | Lane Kolbly | 2020-04-08 | 2 | -2/+15 |
* | uhd: Add fuzzy serial number checking | Lane Kolbly | 2020-04-08 | 1 | -1/+2 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 7 | -23/+25 |
* | mpm/mpmd: Expose APIs to drive GPIO sources | Martin Braun | 2020-01-23 | 1 | -0/+40 |
* | mpmd: Use dpdk_simple for MTU discovery | Alex Williams | 2020-01-22 | 1 | -91/+16 |
* | cmake: Find DPDK via pkg-config, if available | Alex Williams | 2020-01-22 | 1 | -1/+2 |
* | transport,usrp: Make available packet-based flow control | Alex Williams | 2019-12-20 | 3 | -17/+26 |
* | x300,mpmd: Enable DPDK | Martin Braun | 2019-12-20 | 7 | -361/+137 |
* | mpmd: Name the claimer task thread | Martin Braun | 2019-11-26 | 1 | -13/+15 |
* | mpmd: Fix get_mboard_name() | Martin Braun | 2019-11-26 | 1 | -1/+1 |
* | mpm/mpmd: Remove token requirement for device info | Martin Braun | 2019-11-26 | 1 | -2/+2 |
* | lib,tests: Remove old DPDK files from build | Alex Williams | 2019-11-26 | 1 | -7/+8 |
* | liberio: porting to I/O services | Brent Stapleton | 2019-11-26 | 1 | -11/+2 |
* | rfnoc: Merge I/O service device args with stream args | Ciro Nishiguchi | 2019-11-26 | 1 | -2/+4 |
* | 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 | 4 | -45/+105 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 1 | -2/+2 |
* | rfnoc: Unify endianness of transports | Alex Williams | 2019-11-26 | 1 | -1/+1 |
* | Remove proto-RFNoC files | Martin Braun | 2019-11-26 | 4 | -82/+71 |
* | x300/mpmd: Port all RFNoC devices to the new RFNoC framework | Martin Braun | 2019-11-26 | 27 | -1233/+1384 |
* | rfnoc: Add mb_controller base class and X300/MPMD implementations | Martin Braun | 2019-11-26 | 3 | -0/+110 |
* | rpc: improve exception handling for reachability checks | Mark Meserve | 2019-10-15 | 1 | -2/+3 |
* | Device3: Restore default buffer sizes for MPMD UDP | Michael West | 2019-09-13 | 1 | -0/+2 |
* | mpmd: Fix corner case in MPM device reachability | Sugandha Gupta | 2019-08-07 | 1 | -1/+1 |
* | Device3: Fix MTU and default frame sizes | Michael West | 2019-07-18 | 3 | -47/+128 |
* | mpmd: image_loader: Add support for devices without fpga_type | Sugandha Gupta | 2019-05-21 | 1 | -1/+5 |
* | utils: add support for directly updating components from image_loader | Andrew Lynch | 2019-05-02 | 1 | -71/+96 |
* | mpmd: Release resources on destruction | Virendra Kakade | 2019-05-01 | 2 | -4/+6 |
* | mpmd: Fix spurious reclaim call after unclaim | Virendra Kakade | 2019-05-01 | 1 | -3/+6 |
* | device3: Constraint send/recv_frame_size based on down/upstream MTU | Sugandha Gupta | 2019-05-01 | 2 | -0/+7 |
* | mpm: Add option for muxed data stream for liberio transport | Sugandha Gupta | 2019-05-01 | 2 | -2/+18 |
* | uhdlib: Add dpdk_zero_copy.hpp | Alex Williams | 2019-04-10 | 2 | -2/+2 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 1 | -1/+1 |
* | mpmd: Fix typecast warning in property tree default settings | Martin Braun | 2019-02-22 | 1 | -1/+1 |
* | mpmd: Allow reclaim failures on component updates | Martin Braun | 2019-02-22 | 3 | -14/+67 |
* | RFNoC: Limit number of control packets in flight | michael-west | 2019-01-31 | 1 | -16/+8 |
* | RFNoC: Prevent unnecessary FC ACK packets | michael-west | 2019-01-31 | 1 | -8/+1 |
* | mpmd: use init timeout for update_component | Trung Tran | 2019-01-29 | 1 | -4/+1 |
* | mpmd,transport,prefs: Add xport_mgr for dpdk_zero_copy | Alex Williams | 2019-01-25 | 5 | -0/+350 |
* | mpmd_xport: liberio: using 4096 bytes frame size | Trung Tran | 2019-01-23 | 1 | -2/+6 |
* | transport: muxed_zero_copy_if fixes | michael-west | 2019-01-21 | 1 | -24/+13 |
* | mpmd_xport: honor users' send(recv)frame_size args | Trung Tran | 2019-01-21 | 2 | -8/+11 |
* | mpmd: implement get_*x_hints | Trung Tran | 2019-01-21 | 2 | -6/+11 |
* | uhd: mpm: apply clang-format to all files | Brent Stapleton | 2019-01-16 | 15 | -1284/+983 |
* | formatting: remove vim hints in headers | Brent Stapleton | 2019-01-16 | 1 | -1/+0 |
* | mpmd: increase claim_rpc call timeout. | Trung Tran | 2019-01-14 | 2 | -3/+6 |
* | rpc,mpmd: replace all set_timeout() to new api | Trung Tran | 2019-01-14 | 3 | -53/+11 |
* | mpmd_impl: move timeout constants to header | Trung Tran | 2019-01-14 | 2 | -9/+13 |