瀏覽代碼

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