From a2d0b50bc61442b471fe1a724d61d336af961e21 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 20 Dec 2017 18:08:40 -0800 Subject: mpmd: Expose get_mtu() API to mpmd_mboard_impl and to prop tree --- host/lib/usrp/mpmd/mpmd_xport_mgr.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'host/lib/usrp/mpmd/mpmd_xport_mgr.hpp') 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 */ -- cgit v1.2.3