summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-10-25 17:35:39 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-10-25 17:36:01 +0300
commit5088a5b481cf50d1030be3e204c71dc993a25f13 (patch)
tree5024bd13decface2215fa4770ea728c0830563b3 /src
parent395543f0fb22e9652a92637ec8683e6e930ca59d (diff)
Remove useless print in server stateless mode
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src')
-rw-r--r--src/main_dpdk.cpp2
1 files changed, 1 insertions, 1 deletions
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 ) {