From: imarom Date: Tue, 24 Jan 2017 08:24:08 +0000 (+0200) Subject: revert the default RT test flag X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F5275%2F1;p=trex.git revert the default RT test flag Signed-off-by: imarom --- diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp index 6cd1c516..1be84147 100644 --- a/src/main_dpdk.cpp +++ b/src/main_dpdk.cpp @@ -1254,9 +1254,6 @@ static int parse_options(int argc, char *argv[], CParserOption* po, bool first_t } } - /* DEBUG MODE FOR REGRESSION - REMOVE THIS */ - po->preview.set_rt_prio_mode(true); - return 0; }