| Commit message (Expand) | Author | Age | Files | Lines |
* | mpmd: add missing virtual destructors | Mark Meserve | 2018-05-02 | 2 | -0/+2 |
* | mpmd: Use separate rpc connection for claim loop | Trung N Tran | 2018-04-30 | 2 | -27/+55 |
* | mpmd: tighten reclaiming time. | Trung N Tran | 2018-04-02 | 1 | -2/+3 |
* | mpmd: Fixed MPM marking wrong device as reachable | Brent Stapleton | 2018-03-30 | 1 | -1/+12 |
* | mpmd: Provide list of MPM devices to fail fast on find | Martin Braun | 2018-03-29 | 2 | -1/+34 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 2 | -2/+9 |
* | n310: Make MPM report FPGA version and description, UHD read it | Martin Braun | 2018-03-02 | 1 | -2/+6 |
* | mpmd: Fix typo in image loader | Martin Braun | 2018-02-20 | 1 | -3/+4 |
* | mpmd: image loader: add default path | Brent Stapleton | 2018-02-19 | 1 | -5/+58 |
* | mpmd: add getter for components in property tree | Brent Stapleton | 2018-02-19 | 2 | -4/+32 |
* | mpmd: components: Add doxygen for update component | Brent Stapleton | 2018-02-19 | 1 | -0/+6 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 14 | -14/+14 |
* | mpmd: Fix compiler issues | Martin Braun | 2018-02-10 | 3 | -7/+5 |
* | fixup! mpmd: Factor find and prop tree init code out of mpmd_impl.cpp | Brent Stapleton | 2018-02-09 | 2 | -4/+3 |
* | mpmd: Factor find and prop tree init code out of mpmd_impl.cpp | Martin Braun | 2018-02-07 | 5 | -461/+503 |
* | mpmd: Let 'find' via broadcast check for reachability | Martin Braun | 2018-02-07 | 3 | -6/+197 |
* | mpmd: image loader: increased timeout | Brent Stapleton | 2018-01-29 | 2 | -2/+4 |
* | mpm/mpmd: Report device state using get_init_status() and verify | Martin Braun | 2018-01-16 | 1 | -0/+9 |
* | fixup! mpmd: Add API to read back logs from device and send to native logging | Martin Braun | 2018-01-11 | 1 | -1/+1 |
* | fixup! fpga load: adding MPMD image loader function | Brent Stapleton | 2018-01-11 | 1 | -1/+1 |
* | mpmd: Poll logs on claim and exit | Martin Braun | 2018-01-10 | 1 | -0/+6 |
* | mpmd: Add API to read back logs from device and send to native logging | Martin Braun | 2018-01-10 | 2 | -0/+71 |
* | mpmd: Factor out compat number check | Martin Braun | 2018-01-08 | 1 | -26/+59 |
* | mpmd: Refactor device initialization for better parallelizability | Martin Braun | 2018-01-08 | 3 | -92/+125 |
* | mpm: Increase RPC timeout during update_component | Brent Stapleton | 2018-01-05 | 3 | -0/+14 |
* | mpmd: Allow user-overrides for MPM ports | Martin Braun | 2018-01-04 | 4 | -8/+32 |
* | mpmd: Add latency measurement functionality | Martin Braun | 2018-01-04 | 1 | -1/+43 |
* | mpmd: Fix fake results returned by mpmd_find | Ashish Chaudhari | 2017-12-28 | 1 | -1/+3 |
* | Move all headers to SPDX format, harmonize license headers | Martin Braun | 2017-12-22 | 1 | -13/+2 |
* | mpmd: liberio: Factor out constants into top of file | Martin Braun | 2017-12-22 | 1 | -17/+29 |
* | mpmd: liberio: Apply MTU of 2 page sizes | Martin Braun | 2017-12-22 | 1 | -3/+4 |
* | mpmd: Optionally parallelize all calls to setup_rpc_blocks | Martin Braun | 2017-12-22 | 2 | -14/+39 |
* | mpmd: Temporarily disable setting of clock and time source | Martin Braun | 2017-12-22 | 1 | -2/+24 |
* | mpmd: Expose get_mtu() API to mpmd_mboard_impl and to prop tree | Martin Braun | 2017-12-22 | 5 | -12/+50 |
* | mpmd: udp: Apply MTU to socket defaults | Martin Braun | 2017-12-22 | 1 | -8/+15 |
* | n310: Move SID framing all the way to n310.py | Martin Braun | 2017-12-22 | 3 | -6/+1 |
* | mpmd: Add get_mtu() API and MTU discovery for UDP transports | Martin Braun | 2017-12-22 | 5 | -0/+143 |
* | mpmd: Device discovery fixes and cleanup | Ashish Chaudhari | 2017-12-22 | 4 | -32/+38 |
* | mpmd: Implement better xport selection algorithm | Martin Braun | 2017-12-22 | 1 | -8/+22 |
* | mpmd: Refactor MPM transport architecture, use managers | Martin Braun | 2017-12-22 | 12 | -404/+843 |
* | mpm: mpmd: Add MPM compat number check | Brent Stapleton | 2017-12-22 | 1 | -0/+27 |
* | mpmd: Allow to connect via addr or mgmt_addr | Martin Braun | 2017-12-22 | 1 | -51/+103 |
* | types: Change eeprom_map_to to uint8_t vectors | Martin Braun | 2017-12-22 | 1 | -1/+4 |
* | mpmd: More gracefully quite the reclaim loop on failure | Martin Braun | 2017-12-22 | 1 | -1/+6 |
* | fpga load: Atomic updating of multiple components | Brent Stapleton | 2017-12-22 | 2 | -57/+107 |
* | mpmd: Bump init timeout to 120 seconds (sic) | Martin Braun | 2017-12-22 | 1 | -1/+1 |
* | mpm: added additional filtering to mpm find routine | Brent Stapleton | 2017-12-22 | 1 | -1/+13 |
* | mpm/mpmd: Move to request_xport()/commit_xport() architecture | Martin Braun | 2017-12-22 | 4 | -120/+342 |
* | fpga load: mpmd property tree now uses the MPM list_updateable_components | Brent Stapleton | 2017-12-22 | 1 | -2/+4 |
* | mpmd: Bump initialization timeout to 45 seconds | Martin Braun | 2017-12-22 | 1 | -1/+1 |