Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
030c124
)
DEBUG ONLY - MOVING TO RT MODE FOR REGRESSION
74/5274/1
author
imarom
<
[email protected]
>
Mon, 23 Jan 2017 16:39:22 +0000
(18:39 +0200)
committer
imarom
<
[email protected]
>
Mon, 23 Jan 2017 16:39:57 +0000
(18:39 +0200)
WILL REVERT IN THE FOLLOWING DAY
Signed-off-by: imarom <
[email protected]
>
src/main_dpdk.cpp
patch
|
blob
|
history
diff --git
a/src/main_dpdk.cpp
b/src/main_dpdk.cpp
index
452baef
..
6cd1c51
100644
(file)
--- 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;
}