summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2017-01-24 10:24:08 +0200
committerimarom <imarom@cisco.com>2017-01-24 10:24:08 +0200
commit415852536c1aaedd6df672af20a30cea0908ce15 (patch)
treeb7e8970c339089435ab1ef294c8420f9badc0880 /src/main_dpdk.cpp
parentf844ce6167867335d85277ed74bb0aa5490a5815 (diff)
revert the default RT test flag
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'src/main_dpdk.cpp')
-rw-r--r--src/main_dpdk.cpp3
1 files changed, 0 insertions, 3 deletions
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;
}