From: Ido Barnea Date: Tue, 14 Feb 2017 14:25:37 +0000 (+0200) Subject: init vlan mode explicitly. We noticed this affect performance X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=af80e6693e416abbc63a5b15e838a04479c53227;p=trex.git init vlan mode explicitly. We noticed this affect performance Signed-off-by: Ido Barnea --- diff --git a/src/bp_sim.h b/src/bp_sim.h index 7ee221b5..27fb8d07 100755 --- 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); }