summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-06-14 12:32:32 +0300
committerHanoh Haim <hhaim@cisco.com>2016-06-14 12:32:32 +0300
commite56edd675d810d65e4e565561d83d39daa8354fb (patch)
tree991a73533f2f53d7b02071b345307102d3818b5d
parent0dc80ee5d7888675db28902a52efacb69dbd3954 (diff)
disable WD due to crash trex-210
-rw-r--r--src/main_dpdk.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index 90d08ab0..7c66cf05 100644
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -4781,7 +4781,8 @@ int main_test(int argc , char * argv[]){
}
/* disable WD if needed */
- g_trex.m_watchdog.init(CGlobalInfo::m_options.preview.getWDDisable()?false:true);
+ //CGlobalInfo::m_options.preview.getWDDisable()?false:true
+ g_trex.m_watchdog.init(false); /* always disable - due to trex-211
/* this will give us all cores - master + tx + latency */
g_trex.m_watchdog.mark_pending_monitor(g_trex.m_max_cores);