Remove useless print in server stateless mode
authorIdo Barnea <[email protected]>
Tue, 25 Oct 2016 14:35:39 +0000 (17:35 +0300)
committerIdo Barnea <[email protected]>
Tue, 25 Oct 2016 14:36:01 +0000 (17:36 +0300)
Signed-off-by: Ido Barnea <[email protected]>
src/main_dpdk.cpp

index 5cc5f3e..46fa733 100644 (file)
@@ -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 ) {