From 5088a5b481cf50d1030be3e204c71dc993a25f13 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Tue, 25 Oct 2016 17:35:39 +0300 Subject: Remove useless print in server stateless mode Signed-off-by: Ido Barnea --- src/main_dpdk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp index 5cc5f3e9..46fa7335 100644 --- a/src/main_dpdk.cpp +++ b/src/main_dpdk.cpp @@ -4058,7 +4058,7 @@ CGlobalTRex::handle_slow_path() { } - if ( CGlobalInfo::m_options.is_rx_enabled() ) { + if ( CGlobalInfo::m_options.is_rx_enabled() && (! get_is_stateless())) { m_mg.update(); if ( m_io_modes.m_g_mode == CTrexGlobalIoMode::gNORMAL ) { -- cgit 1.2.3-korg