aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/mpmd/mpmd_xport_mgr.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-12-20 18:08:40 -0800
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:06:11 -0800
commita2d0b50bc61442b471fe1a724d61d336af961e21 (patch)
tree2068abeeec45cdd2944e4186614b4d672ddae8af /host/lib/usrp/mpmd/mpmd_xport_mgr.hpp
parent93c1b176ca7ef9a62b903ce1d942b94185db8a7c (diff)
downloaduhd-a2d0b50bc61442b471fe1a724d61d336af961e21.tar.gz
uhd-a2d0b50bc61442b471fe1a724d61d336af961e21.tar.bz2
uhd-a2d0b50bc61442b471fe1a724d61d336af961e21.zip
mpmd: Expose get_mtu() API to mpmd_mboard_impl and to prop tree
Diffstat (limited to 'host/lib/usrp/mpmd/mpmd_xport_mgr.hpp')
-rw-r--r--host/lib/usrp/mpmd/mpmd_xport_mgr.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_xport_mgr.hpp b/host/lib/usrp/mpmd/mpmd_xport_mgr.hpp
index cdb082111..44906c872 100644
--- a/host/lib/usrp/mpmd/mpmd_xport_mgr.hpp
+++ b/host/lib/usrp/mpmd/mpmd_xport_mgr.hpp
@@ -99,6 +99,12 @@ public:
const uhd::device_addr_t& xport_args,
xport_info_t& xport_info_out
) = 0;
+
+ /*! Return the path MTU for whatever this manager lets us do
+ */
+ virtual size_t get_mtu(
+ const uhd::direction_t dir
+ ) const = 0;
};
}}} /* namespace uhd::mpmd::xport */