Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | n310: Move SID framing all the way to n310.py | Martin Braun | 2017-12-22 | 1 | -2/+1 |
| | | | | | | | MPM will now no longer keep a SID framer variable. Reviewed-by: Trung Tran <trung.tran@ettus.com> Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> | ||||
* | mpmd: Refactor MPM transport architecture, use managers | Martin Braun | 2017-12-22 | 1 | -254/+29 |
| | | | | | | | | | | | | | | 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/+303 |
This commit combines code from various branches to finally enable both UDP and Liberio transports. |