浏览代码

qcacmn: add debug stats for REO ID mismatch

Add statistics if the packets of the flow are coming on
a different REO than the one configured. This would help
in debugging the race conditions where the packets of the
same flow arrive on different REO rings.

Change-Id: I73714c4ad64e00df06c72ac4ae5f7567adeab505
CRs-Fixed: 2771719
Manikanta Pubbisetty 4 年之前
父节点
当前提交
90dea34ae2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dp/wifi3.0/dp_types.h

+ 1 - 0
dp/wifi3.0/dp_types.h

@@ -2817,6 +2817,7 @@ struct dp_rx_fst {
 struct dp_fisa_stats {
 	/* flow index invalid from RX HW TLV */
 	uint32_t invalid_flow_index;
+	uint32_t reo_mismatch;
 };
 
 enum fisa_aggr_ret {