Forráskód Böngészése

qcacld-3.0: Add HIF NAPI Stats to periodic STATS

Add HIF NAPI stats to periodic stats, so that interrupts/CPUs can be
observed.

CRs-Fixed: 2971353
Change-Id: I91d022cd6faf85c3ac7099a453e3cbe4d823af2f
Mohit Khanna 3 éve
szülő
commit
8869913019
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      core/hdd/src/wlan_hdd_main.c

+ 3 - 0
core/hdd/src/wlan_hdd_main.c

@@ -9336,6 +9336,9 @@ static void hdd_display_periodic_stats(struct hdd_context *hdd_ctx,
 			cdp_display_stats(soc,
 					  CDP_RX_RING_STATS,
 					  QDF_STATS_VERBOSITY_LEVEL_LOW);
+			cdp_display_stats(soc,
+					  CDP_DP_NAPI_STATS,
+					  QDF_STATS_VERBOSITY_LEVEL_LOW);
 			cdp_display_stats(soc,
 					  CDP_TXRX_PATH_STATS,
 					  QDF_STATS_VERBOSITY_LEVEL_LOW);