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:
d6bf779
)
init vlan mode explicitly. We noticed this affect performance
author
Ido Barnea
<
[email protected]
>
Tue, 14 Feb 2017 14:25:37 +0000
(16:25 +0200)
committer
Ido Barnea
<
[email protected]
>
Tue, 14 Feb 2017 14:25:37 +0000
(16:25 +0200)
Signed-off-by: Ido Barnea <
[email protected]
>
src/bp_sim.h
patch
|
blob
|
history
diff --git
a/src/bp_sim.h
b/src/bp_sim.h
index
7ee221b
..
27fb8d0
100755
(executable)
--- a/
src/bp_sim.h
+++ b/
src/bp_sim.h
@@
-385,6
+385,7
@@
public:
void clean(){
m_flags = 0;
m_flags1=0;
+ set_vlan_mode_enable(false);
setCores(1);
set_zmq_publish_enable(true);
}