aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/mpmd/mpmd_mboard_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* mpmd: Release resources on destructionVirendra Kakade2019-05-211-3/+3
* mpmd: Fix spurious reclaim call after unclaimVirendra Kakade2019-05-211-3/+6
* mpmd: Allow reclaim failures on component updatesMartin Braun2019-02-221-12/+28
* mpmd: implement get_*x_hintsTrung Tran2019-01-211-6/+9
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-161-296/+220
* mpmd: increase claim_rpc call timeout.Trung Tran2019-01-141-3/+4
* rpc,mpmd: replace all set_timeout() to new apiTrung Tran2019-01-141-33/+5
* mpmd_impl: move timeout constants to headerTrung Tran2019-01-141-9/+0
* mpmd: Add set_timeout_init() API call to mpmd_mboard_implMartin Braun2018-07-181-2/+8
* mpmd: Use separate rpc connection for claim loopTrung N Tran2018-04-301-25/+44
* mpmd: tighten reclaiming time.Trung N Tran2018-04-021-2/+3
* mpmd: Fixed MPM marking wrong device as reachableBrent Stapleton2018-03-301-1/+12
* uhd: Update license headersMartin Braun2018-02-191-1/+1
* mpmd: Fix compiler issuesMartin Braun2018-02-101-1/+1
* mpmd: Let 'find' via broadcast check for reachabilityMartin Braun2018-02-071-1/+124
* mpm/mpmd: Report device state using get_init_status() and verifyMartin Braun2018-01-161-0/+9
* 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-101-0/+66
* mpmd: Refactor device initialization for better parallelizabilityMartin Braun2018-01-081-16/+18
* mpm: Increase RPC timeout during update_componentBrent Stapleton2018-01-051-0/+7
* mpmd: Allow user-overrides for MPM portsMartin Braun2018-01-041-1/+5
* mpmd: Add latency measurement functionalityMartin Braun2018-01-041-1/+43
* mpmd: Expose get_mtu() API to mpmd_mboard_impl and to prop treeMartin Braun2017-12-221-0/+5
* mpmd: Refactor MPM transport architecture, use managersMartin Braun2017-12-221-48/+82
* mpmd: More gracefully quite the reclaim loop on failureMartin Braun2017-12-221-1/+6
* mpmd: Bump init timeout to 120 seconds (sic)Martin Braun2017-12-221-1/+1
* 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-221-2/+5
* mpmd: added support for the skip_init key in the device argsBrent Stapleton2017-12-221-0/+5
* mpm/mpmd: Dboard info is now stored in mboard info; refactored initializationMartin Braun2017-12-221-37/+71
* mpmd/mpm/n310: Added clock and time source APIsMartin Braun2017-12-221-0/+4
* mpm/mpmd: Call init() during UHD session init, not on hwd spawnMartin Braun2017-12-221-7/+32
* mpm/mpmd: Allow SID increment; more fixes for multi-usrp operationMartin Braun2017-12-221-10/+14
* mpmd: Explicitly unclaim devices on destructionMartin Braun2017-12-221-1/+7
* rpc: Changed API to request/notify for better distinction between the twoMartin Braun2017-12-221-6/+7
* mpm/mpmd: Further improvements on multi-device operationsMartin Braun2017-12-221-11/+39
* mpmd: Refactored code to allow multi-device initializationMartin Braun2017-12-221-0/+111