diff options
author | 2016-06-14 12:32:32 +0300 | |
---|---|---|
committer | 2016-06-14 12:32:32 +0300 | |
commit | e56edd675d810d65e4e565561d83d39daa8354fb (patch) | |
tree | 991a73533f2f53d7b02071b345307102d3818b5d | |
parent | 0dc80ee5d7888675db28902a52efacb69dbd3954 (diff) |
disable WD due to crash trex-210
-rw-r--r-- | src/main_dpdk.cpp | 3 |
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); |