From 22a0b8805bf006dff2f0e200c7846c034c7b2668 Mon Sep 17 00:00:00 2001 From: Santosh Anbu Date: Mon, 24 Jul 2023 17:03:50 +0530 Subject: [PATCH] qcacmn: Print mon dst interrupt threshold Add change to print monitor destination ring interrupt threshold values. Change-Id: I5750d7e491e4e8761b4dca61630c2f04355b0b59 CRs-Fixed: 3569507 --- dp/wifi3.0/dp_stats.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dp/wifi3.0/dp_stats.c b/dp/wifi3.0/dp_stats.c index 8f4cfc88af..2c3e46fe49 100644 --- a/dp/wifi3.0/dp_stats.c +++ b/dp/wifi3.0/dp_stats.c @@ -5669,6 +5669,10 @@ void dp_print_soc_cfg_params(struct dp_soc *soc) soc_cfg_ctx->int_batch_threshold_other); DP_PRINT_STATS("Int timer threshold other: %u ", soc_cfg_ctx->int_timer_threshold_other); + DP_PRINT_STATS("Int batch threshold mon dest: %u ", + soc_cfg_ctx->int_batch_threshold_mon_dest); + DP_PRINT_STATS("Int timer threshold mon dest: %u ", + soc_cfg_ctx->int_timer_threshold_mon_dest); DP_PRINT_STATS("Int batch threshold ppe2tcl: %u ", soc_cfg_ctx->int_batch_threshold_ppe2tcl); DP_PRINT_STATS("Int timer threshold ppe2tcl: %u ",