From 7b95cbd7fd2cb0a1aac1ccaea06d417480bf86a0 Mon Sep 17 00:00:00 2001 From: Ciro Nishiguchi Date: Wed, 23 Oct 2019 17:12:03 -0500 Subject: rfnoc: Merge I/O service device args with stream args This makes it possible for users to put I/O service-related args in either the device args or stream args. --- host/lib/usrp/x300/x300_mb_iface.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/x300') diff --git a/host/lib/usrp/x300/x300_mb_iface.cpp b/host/lib/usrp/x300/x300_mb_iface.cpp index 5ba92f52c..e0c426138 100644 --- a/host/lib/usrp/x300/x300_mb_iface.cpp +++ b/host/lib/usrp/x300/x300_mb_iface.cpp @@ -186,7 +186,8 @@ uhd::rfnoc::chdr_rx_data_xport::uptr x300_impl::x300_mb_iface::make_rx_data_tran auto io_srv = get_io_srv_mgr()->connect_links(recv_link, send_link, link_type_t::RX_DATA, - uhd::usrp::read_io_service_args(xport_args, get_default_io_srv_args()), + get_default_io_srv_args(), + xport_args, streamer_id); // Create the data transport @@ -254,7 +255,8 @@ uhd::rfnoc::chdr_tx_data_xport::uptr x300_impl::x300_mb_iface::make_tx_data_tran auto io_srv = get_io_srv_mgr()->connect_links(recv_link, send_link, link_type_t::TX_DATA, - uhd::usrp::read_io_service_args(xport_args, get_default_io_srv_args()), + get_default_io_srv_args(), + xport_args, streamer_id); // Create the data transport -- cgit v1.2.3