aboutsummaryrefslogtreecommitdiffstats
path: root/tools/kitchen_sink
diff options
context:
space:
mode:
authorCiro Nishiguchi <ciro.nishiguchi@ni.com>2019-08-06 14:44:51 -0500
committerMartin Braun <martin.braun@ettus.com>2019-11-26 11:49:34 -0800
commit1c79742231c5cc3609e35bda34c8d9b9e7440f50 (patch)
treec8b7f1aa071c1366fc289baa191416fcc394ae80 /tools/kitchen_sink
parent986316132094f2218bd6ef51a182bb2b9600c5ab (diff)
downloaduhd-1c79742231c5cc3609e35bda34c8d9b9e7440f50.tar.gz
uhd-1c79742231c5cc3609e35bda34c8d9b9e7440f50.tar.bz2
uhd-1c79742231c5cc3609e35bda34c8d9b9e7440f50.zip
utils: remove thread priority elevation
Remove UHD call to elevate thread priority to realtime from utils, and add warning in documentation of set_thread_priority function. 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.
Diffstat (limited to 'tools/kitchen_sink')
-rw-r--r--tools/kitchen_sink/kitchen_sink.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/kitchen_sink/kitchen_sink.cpp b/tools/kitchen_sink/kitchen_sink.cpp
index ce33d049b..ea49ad284 100644
--- a/tools/kitchen_sink/kitchen_sink.cpp
+++ b/tools/kitchen_sink/kitchen_sink.cpp
@@ -1037,8 +1037,6 @@ std::vector<size_t> get_channels(const std::string& channel_list, size_t max = -
* Main code + dispatcher
**********************************************************************/
int UHD_SAFE_MAIN(int argc, char *argv[]){
- uhd::set_thread_priority_safe();
-
//variables to be set by po
std::string args;
double duration;