소스 검색

qcacld-3.0: Enlarge the array size of qdf_nbuf_history

Given the fact that the RX nbuf history array size is not enough,
sometimes the dump fails to capture the problematic buffer address
records, leading to failing to identify sources of buffers. This
change is to increase the array size of qdf_nbuf_history, which
makes it possible to record more RX history buffers to be traced.

Change-Id: I7982873daf6fafcb31e77d2aec380f1c00401ee5
CRs-Fixed: 3405585
jinbaoliu 2 년 전
부모
커밋
9ed1e2f656
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      configs/default_defconfig

+ 1 - 1
configs/default_defconfig

@@ -1376,7 +1376,7 @@ ifeq (y,$(filter y,$(CONFIG_LITHIUM) $(CONFIG_BERYLLIUM)))
 		CONFIG_WLAN_FEATURE_DP_TX_DESC_HISTORY := y
 		CONFIG_REO_QDESC_HISTORY := y
 		CONFIG_DP_TX_HW_DESC_HISTORY := y
-		CONFIG_QDF_NBUF_HISTORY_SIZE := 8192
+		CONFIG_QDF_NBUF_HISTORY_SIZE := 16384
 		CONFIG_DP_RX_REFILL_CPU_PERF_AFFINE_MASK := y
 		CONFIG_FEATURE_HIF_LATENCY_PROFILE_ENABLE := y
 	endif