aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2022-05-12 12:48:54 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2022-06-10 13:24:04 -0500
commitd5c6a6a5699520e8c84f73c1674cb8f3b6028152 (patch)
tree34359ecb04f4cf8f10ad53ddb7393d7959d19964 /host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp
parent64e3139cb299cf5e7a59d5ab18a173b24b06ff3a (diff)
downloaduhd-d5c6a6a5699520e8c84f73c1674cb8f3b6028152.tar.gz
uhd-d5c6a6a5699520e8c84f73c1674cb8f3b6028152.tar.bz2
uhd-d5c6a6a5699520e8c84f73c1674cb8f3b6028152.zip
rfnoc: Improve comments regarding streaming and mgmt. code
This commit *only* touches comments in the code for RFNoC streaming, link management and management portal.
Diffstat (limited to 'host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp')
-rw-r--r--host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp b/host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp
index 069ad9604..dcb93772b 100644
--- a/host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp
+++ b/host/lib/include/uhdlib/rfnoc/mgmt_portal.hpp
@@ -19,7 +19,8 @@ namespace uhd { namespace rfnoc { namespace mgmt {
//! A portal to perform low-level management operations from an endpoint
//
// This object provides an interface to send management commands from a software stream
-// endpoint. There must one instance of this object per software stream endpoint.
+// endpoint. There must one instance of this object per software stream endpoint
+// (i.e., every link_stream_manager owns one of these).
// The management portal is capable of discovering all endpoints reachable from the
// transport associated with it. It can then setup routes and configure stream endpoints
// downstream.