Explorar el Código

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 hace 2 años
padre
commit
9ed1e2f656
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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