From 4547f2de85f0d8b258a89cea71af774fce8616b7 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 2 Dec 2019 23:06:39 -0800 Subject: x300,mpmd: Enable DPDK x300: - Remove obsolete variables from x300_eth_mgr and X300 motherboard components - Added some documentation / comments - Use constrained device args in more places - Enables the use of use_dpdk=1 - Switches between regular (kernel-based) and DPDK UDP mpmd: - Merge link_if_ctrl for udp and dpdk_udp - Update cmake options --- host/lib/usrp/x300/x300_impl.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/lib/usrp/x300/x300_impl.hpp') diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index a3276152a..a493d4e8c 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -90,7 +90,6 @@ private: std::string loaded_fpga_image; size_t hw_rev; - std::string current_refclk_src; uhd::usrp::x300::conn_manager::sptr conn_mgr; }; -- cgit v1.2.3