summaryrefslogtreecommitdiffstats
path: root/src/flow_stat.cpp
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-12-01 17:52:44 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-12-04 11:24:28 +0200
commit4477491bf7d052d9d140508e645b673f7dc87a65 (patch)
tree48961cf27f602df4a7fec3cbeb865c1b851480e8 /src/flow_stat.cpp
parentc9028e25cd49b9bf69ea72432429f3d3a149153e (diff)
Merge stateless rx core changes with Itay's changes
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src/flow_stat.cpp')
-rw-r--r--src/flow_stat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flow_stat.cpp b/src/flow_stat.cpp
index e1e2f011..92cbca6e 100644
--- a/src/flow_stat.cpp
+++ b/src/flow_stat.cpp
@@ -461,6 +461,7 @@ CFlowStatRuleMgr::CFlowStatRuleMgr() {
memset(m_rx_cant_count_err, 0, sizeof(m_rx_cant_count_err));
memset(m_tx_cant_count_err, 0, sizeof(m_tx_cant_count_err));
m_num_ports = 0; // need to call create to init
+ m_mode = FLOW_STAT_MODE_NORMAL;
}
CFlowStatRuleMgr::~CFlowStatRuleMgr() {