diff options
Diffstat (limited to 'src')
-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); |