aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/xports
Commit message (Expand)AuthorAgeFilesLines
* sim: Lay Groundwork for SimulatorSamuel O'Brien2020-10-071-6/+8
* mpm: exclude internal nic for network hostsSteven Koo2020-08-191-4/+35
* mpm: Reenable forward interfaces for remote hostsSteven Koo2020-08-041-2/+1
* mpm: Default virtual NIC CHDR IP selectionSteven Koo2020-07-301-1/+7
* mpm: Don't index empty forwarding interface listAaron Rossetto2020-07-241-0/+1
* uhd: remove liberioRobertWalstab2020-07-203-76/+0
* mpm: support forwarding CHDR packetsRobertWalstab2020-07-161-3/+73
* mpm,mpmd: Add iface type and mtu info for UDP linksAlex Williams2020-07-161-1/+3
* mpm: Add support for internal Ethernet interfaceAndrew Lynch2020-07-161-0/+5
* mpm: Detect number of liberio channelsAlex Williams2020-07-161-1/+13
* mpm: Fix various Pylint issuesMartin Braun2020-07-091-3/+1
* mpm: Fix calculation of link_rate for UDP xportsAaron Rossetto2019-11-261-1/+1
* x300/mpmd: Port all RFNoC devices to the new RFNoC frameworkMartin Braun2019-11-262-240/+47
* mpm: Add option for muxed data stream for liberio transportSugandha Gupta2019-05-011-3/+9
* mpm: python: Move from Boost.Python to PyBind11Martin Braun2019-04-022-2/+2
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-081-1/+1
* mpm: xport: add commit_xport docstringBrent Stapleton2019-02-111-1/+4
* mpm: Parameterize max UDP link allocationAlex Williams2019-01-251-1/+2
* mpm: xportmgr_udp: Add bridge mode supportSugandha Gupta2019-01-171-18/+50
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-4/+4
* mpm: add link_speed xport_infoTrung Tran2018-09-131-0/+1
* mpm: xportmgr_udp: Catch inconsistent Ethernet device detectionsMartin Braun2018-06-081-7/+26
* mpm: xportmgr_udp: Assign xports to previously used SFPsMartin Braun2018-04-301-1/+29
* mpm: Demote some log messagesMartin Braun2018-03-061-1/+1
* mpm: Update all license headersMartin Braun2018-02-193-6/+6
* mpm: n310: Return CHDR addresses as part of device_infoMartin Braun2018-02-072-0/+29
* mpm: xports: Sort requested transport options by QoSMartin Braun2017-12-221-6/+6
* mpm: udp xport: Bind SID addr 0 and 1 to respective SFP portsMartin Braun2017-12-221-2/+11
* mpm: udp xport: Increment TX/RX allocations for streamersMartin Braun2017-12-221-4/+22
* mpm: xports: Amend protocol for request/commit xport, add allocationMartin Braun2017-12-221-1/+2
* mpmd: Refactor MPM transport architecture, use managersMartin Braun2017-12-221-2/+9
* mpm: xport: Let UDP manager re-enumerate available CHDR ifaces on init()Martin Braun2017-12-221-11/+23
* mpm: Harmonize imports, tidy + sort modulesMartin Braun2017-12-222-3/+3
* mpm: Factor out xport managers as own objectsMartin Braun2017-12-224-0/+304