summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2017-01-23 18:39:22 +0200
committerimarom <imarom@cisco.com>2017-01-23 18:39:57 +0200
commitf844ce6167867335d85277ed74bb0aa5490a5815 (patch)
tree1afdcb7332195fb8c2ce83b921f6ffa965f5ae21 /src/main_dpdk.cpp
parent030c124495335da372a5bb4f537365cce3def3af (diff)
DEBUG ONLY - MOVING TO RT MODE FOR REGRESSION
WILL REVERT IN THE FOLLOWING DAY Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'src/main_dpdk.cpp')
-rw-r--r--src/main_dpdk.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index 452baef2..6cd1c516 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -1253,6 +1253,10 @@ static int parse_options(int argc, char *argv[], CParserOption* po, bool first_t
po->set_tw_levels(lp->m_levels);
}
}
+
+ /* DEBUG MODE FOR REGRESSION - REMOVE THIS */
+ po->preview.set_rt_prio_mode(true);
+
return 0;
}