From e56edd675d810d65e4e565561d83d39daa8354fb Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Tue, 14 Jun 2016 12:32:32 +0300 Subject: disable WD due to crash trex-210 --- src/main_dpdk.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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); -- cgit