summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_dpdk.cpp')
-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 ) {