summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-10-31 19:05:00 +0200
committerimarom <imarom@cisco.com>2016-11-02 15:08:35 +0200
commit7eeb57c4656ee37d93f093d33d1921c8b9c3dc76 (patch)
tree4aecace7a8bc38a586df195f21cb9ebbb0cb2ada /src/main_dpdk.cpp
parent0337db2b07c2c054ee5c5ea49cab6cfce5d5a897 (diff)
some refactor to RX core to allow multiple features
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'src/main_dpdk.cpp')
-rw-r--r--src/main_dpdk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index dbc45889..ecf09b46 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -5457,7 +5457,7 @@ CFlowStatParser *CTRexExtendedDriverBase::get_flow_stat_parser() {
// in 1G we need to wait if links became ready to soon
void CTRexExtendedDriverBase1G::wait_after_link_up(){
- wait_x_sec(6 + CGlobalInfo::m_options.m_wait_before_traffic);
+ //wait_x_sec(6 + CGlobalInfo::m_options.m_wait_before_traffic);
}
int CTRexExtendedDriverBase1G::wait_for_stable_link(){