Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
395543f
)
Remove useless print in server stateless mode
author
Ido Barnea
<
[email protected]
>
Tue, 25 Oct 2016 14:35:39 +0000
(17:35 +0300)
committer
Ido 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
patch
|
blob
|
history
diff --git
a/src/main_dpdk.cpp
b/src/main_dpdk.cpp
index
5cc5f3e
..
46fa733
100644
(file)
--- 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 ) {