From 25a0e462ddc8ca737415dbae4feb90787e6a35b2 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Sat, 25 Jul 2020 13:09:53 -0500 Subject: mpm: Default virtual NIC CHDR IP selection This change adds detection for setting the correct internal fpga CHDR IP address when using embedded mode. --- host/lib/usrp/mpmd/mpmd_link_if_ctrl_udp.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/mpmd/mpmd_link_if_ctrl_udp.hpp') diff --git a/host/lib/usrp/mpmd/mpmd_link_if_ctrl_udp.hpp b/host/lib/usrp/mpmd/mpmd_link_if_ctrl_udp.hpp index e4a0d7811..13d28e42b 100644 --- a/host/lib/usrp/mpmd/mpmd_link_if_ctrl_udp.hpp +++ b/host/lib/usrp/mpmd/mpmd_link_if_ctrl_udp.hpp @@ -9,9 +9,9 @@ #include "mpmd_link_if_ctrl_base.hpp" #include "mpmd_link_if_mgr.hpp" +#include #include #include -#include namespace uhd { namespace mpmd { namespace xport { @@ -30,7 +30,7 @@ public: size_t if_mtu; }; - using udp_link_info_map = std::unordered_map; + using udp_link_info_map = std::map; mpmd_link_if_ctrl_udp(const uhd::device_addr_t& mb_args, const mpmd_link_if_mgr::xport_info_list_t& xport_info, -- cgit v1.2.3