소스 검색

qcacmn: Change tx_desc, desc_ext min threshold

For DBS SAP case, need to balance the CPU cost and
TPUT KPI, use tx_descriptor size to control this can
in avoid the influence of IPA part.

CRs-Fixed: 2665268
Change-Id: I702a605b7a3156e429476f6a4d623b69bb19f615
Yu Tian 5 년 전
부모
커밋
76013e1056
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      wlan_cfg/cfg_dp.h

+ 2 - 2
wlan_cfg/cfg_dp.h

@@ -118,10 +118,10 @@
 #define WLAN_CFG_TX_COMP_RING_SIZE_MIN 512
 #define WLAN_CFG_TX_COMP_RING_SIZE_MAX 0x80000
 
-#define WLAN_CFG_NUM_TX_DESC_MIN  1024
+#define WLAN_CFG_NUM_TX_DESC_MIN  16
 #define WLAN_CFG_NUM_TX_DESC_MAX  32768
 
-#define WLAN_CFG_NUM_TX_EXT_DESC_MIN  1024
+#define WLAN_CFG_NUM_TX_EXT_DESC_MIN  16
 #define WLAN_CFG_NUM_TX_EXT_DESC_MAX  0x80000
 
 #define WLAN_CFG_INT_BATCH_THRESHOLD_TX_MIN 1