summaryrefslogtreecommitdiffstats
path: root/src/flow_stat.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2017-03-13 22:28:09 +0200
committerIdo Barnea <ibarnea@cisco.com>2017-03-14 11:48:46 +0200
commitaf25eb9b8463225827fd38223f36a9c361f2d254 (patch)
treea730c203d0befb660501b7fdce982d6607019a62 /src/flow_stat.h
parent11c76dca3353e3407c907a60d9b35746f9fc96c1 (diff)
Software mode for latency and flow stat statistics
Also supporting QinQ for flow stat Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src/flow_stat.h')
-rw-r--r--src/flow_stat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flow_stat.h b/src/flow_stat.h
index e0c995ab..25bf421c 100644
--- a/src/flow_stat.h
+++ b/src/flow_stat.h
@@ -489,7 +489,8 @@ class CFlowStatRuleMgr {
int m_max_hw_id_payload; // max hw id we ever used for payload rules
int m_num_started_streams; // How many started (transmitting) streams we have
CNodeRing *m_ring_to_rx; // handle for sending messages to Rx core
- CFlowStatParser *m_parser;
+ CFlowStatParser *m_parser_ipid; // for IP_ID rules (flow stat)
+ CFlowStatParser *m_parser_pl; // for payload rules (latency)
enum flow_stat_mode_e m_mode;
uint16_t m_cap; // capabilities of the NIC driver we are using
uint32_t m_rx_cant_count_err[TREX_MAX_PORTS];