From 60a70f7142047b44cfec6d58ba77f5c7a81f1750 Mon Sep 17 00:00:00 2001 From: Ciro Nishiguchi Date: Tue, 6 Aug 2019 14:40:47 -0500 Subject: examples: remove thread priority elevation Remove UHD call to elevate thread priority to realtime. Setting all threads to the same realtime priority can cause the threads to not share access to the network interface fairly, which adversely affects operation of the worker threads in UHD. --- host/examples/rfnoc_nullsource_ce_rx.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'host/examples/rfnoc_nullsource_ce_rx.cpp') diff --git a/host/examples/rfnoc_nullsource_ce_rx.cpp b/host/examples/rfnoc_nullsource_ce_rx.cpp index 16eb49c7b..7dd21905f 100644 --- a/host/examples/rfnoc_nullsource_ce_rx.cpp +++ b/host/examples/rfnoc_nullsource_ce_rx.cpp @@ -206,8 +206,6 @@ void pretty_print_flow_graph(std::vector blocks) ///////////////////// MAIN //////////////////////////////////////////////////// int UHD_SAFE_MAIN(int argc, char* argv[]) { - uhd::set_thread_priority_safe(); - // variables to be set by po std::string args, file, format, nullid, blockid, blockid2; size_t total_num_samps, spb, spp; -- cgit v1.2.3