Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpmd: Factor find and prop tree init code out of mpmd_impl.cpp | Martin Braun | 2018-02-07 | 1 | -0/+2 |
| | | | | No functional changes. | ||||
* | Move all headers to SPDX format, harmonize license headers | Martin Braun | 2017-12-22 | 1 | -13/+2 |
| | |||||
* | mpmd: Refactor MPM transport architecture, use managers | Martin Braun | 2017-12-22 | 1 | -3/+12 |
| | | | | | | | | | | | | | | This splits up the transport code in mpmd_impl across multiple classes to properly leverage the request_xport/commit_xport API in MPM. Different types of transport (UDP, liberio) use their own distinct classes, which are generated dynamically on request. This is a true refactoring despite the large amount of changes; there are no functional differences. Reviewed-By: Brent Stapleton <brent.stapleton@ettus.com> Reviewed-By: Trung Tran <trung.tran@ettus.com> Reviewed-By: Ashish Chaudhari <ashish.chaudhari@ettus.com> | ||||
* | mpm/mpmd: Move to request_xport()/commit_xport() architecture | Martin Braun | 2017-12-22 | 1 | -0/+6 |
| | | | | | This commit combines code from various branches to finally enable both UDP and Liberio transports. | ||||
* | fpga load: adding MPMD image loader function | Brent Stapleton | 2017-12-22 | 1 | -0/+1 |
| | | | | uhd_image_loader now supports type=n310, and loads the FPGA provided in the arguments. | ||||
* | mpmd: Refactored code to allow multi-device initialization | Martin Braun | 2017-12-22 | 1 | -4/+1 |
| | |||||
* | Rename netd to mpmd | Martin Braun | 2017-12-22 | 1 | -0/+26 |