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:
f844ce6
)
revert the default RT test flag
75/5275/1
author
imarom
<
[email protected]
>
Tue, 24 Jan 2017 08:24:08 +0000
(10:24 +0200)
committer
imarom
<
[email protected]
>
Tue, 24 Jan 2017 08:24:08 +0000
(10:24 +0200)
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
6cd1c51
..
1be8414
100644
(file)
--- 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;
}