From 4f64b54e218232bc190b2aa091698781e5d1d12c Mon Sep 17 00:00:00 2001 From: Andrew Lynch Date: Fri, 4 Jun 2021 13:17:38 -0500 Subject: mpmd: support four links --- host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp') diff --git a/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp b/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp index eac73e416..32f2b50a6 100644 --- a/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp +++ b/host/lib/usrp/mpmd/mpmd_link_if_mgr.hpp @@ -28,6 +28,10 @@ namespace uhd { namespace mpmd { namespace xport { const std::string FIRST_ADDR_KEY = "addr"; //! Secondary Ethernet address for streaming and RFNoC communication const std::string SECOND_ADDR_KEY = "second_addr"; +//! Tertiary Ethernet address for streaming and RFNoC communication +const std::string THIRD_ADDR_KEY = "third_addr"; +//! Quaternary Ethernet address for streaming and RFNoC communication +const std::string FOURTH_ADDR_KEY = "fourth_addr"; /*! Return filtered subset from a device_addr_t * -- cgit v1.2.3