Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x3x0: DPDK initialization fix | mattprost | 2019-11-25 | 1 | -1/+1 |
| | | | | | Pass original args into the x300_get_udp_factory() function. This exposes the fact that this is a DPDK connection. | ||||
* | x300: Refactor heavily | Martin Braun | 2019-08-02 | 1 | -0/+724 |
This pulls out a lot of code from x300_impl and puts it into its own compilation units: - EEPROM code goes to x300_mb_eeprom.* - Claim code goes to x300_claim.* - PCIe code goes to uhd::usrp::x300::pcie_manager - Ethernet code goes to uhd::usrp::x300::eth_manager |