aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/mpmd
Commit message (Expand)AuthorAgeFilesLines
* mpmd: tighten reclaiming time.Trung N Tran2018-04-021-2/+3
* mpmd: Fixed MPM marking wrong device as reachableBrent Stapleton2018-03-301-1/+12
* mpmd: Provide list of MPM devices to fail fast on findMartin Braun2018-03-292-1/+34
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-142-2/+9
* n310: Make MPM report FPGA version and description, UHD read itMartin Braun2018-03-021-2/+6
* mpmd: Fix typo in image loaderMartin Braun2018-02-201-3/+4
* mpmd: image loader: add default pathBrent Stapleton2018-02-191-5/+58
* mpmd: add getter for components in property treeBrent Stapleton2018-02-192-4/+32
* mpmd: components: Add doxygen for update componentBrent Stapleton2018-02-191-0/+6
* uhd: Update license headersMartin Braun2018-02-1914-14/+14
* mpmd: Fix compiler issuesMartin Braun2018-02-103-7/+5
* fixup! mpmd: Factor find and prop tree init code out of mpmd_impl.cppBrent Stapleton2018-02-092-4/+3
* mpmd: Factor find and prop tree init code out of mpmd_impl.cppMartin Braun2018-02-075-461/+503
* mpmd: Let 'find' via broadcast check for reachabilityMartin Braun2018-02-073-6/+197
* mpmd: image loader: increased timeoutBrent Stapleton2018-01-292-2/+4
* mpm/mpmd: Report device state using get_init_status() and verifyMartin Braun2018-01-161-0/+9
* fixup! mpmd: Add API to read back logs from device and send to native loggingMartin Braun2018-01-111-1/+1
* fixup! fpga load: adding MPMD image loader functionBrent Stapleton2018-01-111-1/+1
* mpmd: Poll logs on claim and exitMartin Braun2018-01-101-0/+6
* mpmd: Add API to read back logs from device and send to native loggingMartin Braun2018-01-102-0/+71
* mpmd: Factor out compat number checkMartin Braun2018-01-081-26/+59
* mpmd: Refactor device initialization for better parallelizabilityMartin Braun2018-01-083-92/+125
* mpm: Increase RPC timeout during update_componentBrent Stapleton2018-01-053-0/+14
* mpmd: Allow user-overrides for MPM portsMartin Braun2018-01-044-8/+32
* mpmd: Add latency measurement functionalityMartin Braun2018-01-041-1/+43
* mpmd: Fix fake results returned by mpmd_findAshish Chaudhari2017-12-281-1/+3
* Move all headers to SPDX format, harmonize license headersMartin Braun2017-12-221-13/+2
* mpmd: liberio: Factor out constants into top of fileMartin Braun2017-12-221-17/+29
* mpmd: liberio: Apply MTU of 2 page sizesMartin Braun2017-12-221-3/+4
* mpmd: Optionally parallelize all calls to setup_rpc_blocksMartin Braun2017-12-222-14/+39
* mpmd: Temporarily disable setting of clock and time sourceMartin Braun2017-12-221-2/+24
* mpmd: Expose get_mtu() API to mpmd_mboard_impl and to prop treeMartin Braun2017-12-225-12/+50
* mpmd: udp: Apply MTU to socket defaultsMartin Braun2017-12-221-8/+15
* n310: Move SID framing all the way to n310.pyMartin Braun2017-12-223-6/+1
* mpmd: Add get_mtu() API and MTU discovery for UDP transportsMartin Braun2017-12-225-0/+143
* mpmd: Device discovery fixes and cleanupAshish Chaudhari2017-12-224-32/+38
* mpmd: Implement better xport selection algorithmMartin Braun2017-12-221-8/+22
* mpmd: Refactor MPM transport architecture, use managersMartin Braun2017-12-2212-404/+843
* mpm: mpmd: Add MPM compat number checkBrent Stapleton2017-12-221-0/+27
* mpmd: Allow to connect via addr or mgmt_addrMartin Braun2017-12-221-51/+103
* types: Change eeprom_map_to to uint8_t vectorsMartin Braun2017-12-221-1/+4
* mpmd: More gracefully quite the reclaim loop on failureMartin Braun2017-12-221-1/+6
* fpga load: Atomic updating of multiple componentsBrent Stapleton2017-12-222-57/+107
* mpmd: Bump init timeout to 120 seconds (sic)Martin Braun2017-12-221-1/+1
* mpm: added additional filtering to mpm find routineBrent Stapleton2017-12-221-1/+13
* mpm/mpmd: Move to request_xport()/commit_xport() architectureMartin Braun2017-12-224-120/+342
* fpga load: mpmd property tree now uses the MPM list_updateable_componentsBrent Stapleton2017-12-221-2/+4
* mpmd: Bump initialization timeout to 45 secondsMartin Braun2017-12-221-1/+1
* mpmd: Use the get_last_error feature from the RPC clientMartin Braun2017-12-222-2/+6
* fpga load: adding MPMD image loader functionBrent Stapleton2017-12-222-0/+107