summaryrefslogtreecommitdiffstats
path: root/src/stateless/rx/trex_stateless_rx_core.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-11-29 15:01:21 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-12-04 11:24:28 +0200
commit72b154271b5b307963ab3ce9c4bd4092cf0f03a2 (patch)
treed28bd755227eb65cf5c7535c51e0b386df34db8c /src/stateless/rx/trex_stateless_rx_core.h
parent227c1ff45fe36be859e9145cb1ec8c364a7fb8b7 (diff)
RX core stateless - do not go to idle mode in VM
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src/stateless/rx/trex_stateless_rx_core.h')
-rw-r--r--src/stateless/rx/trex_stateless_rx_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stateless/rx/trex_stateless_rx_core.h b/src/stateless/rx/trex_stateless_rx_core.h
index 7481ae2f..52196e61 100644
--- a/src/stateless/rx/trex_stateless_rx_core.h
+++ b/src/stateless/rx/trex_stateless_rx_core.h
@@ -159,7 +159,7 @@ class CRxCoreStateless {
void capture_pkt(rte_mbuf_t *m);
void handle_rx_queue_msgs(uint8_t thread_id, CNodeRing * r);
- void handle_work_stage(bool do_try_rx_queue);
+ void handle_work_stage();
void port_manager_tick();
int process_all_pending_pkts(bool flush_rx = false);