ソースを参照

qcacmn: Increase the FISA skid length to 16

At 802.11BE 320 MHz throughputs, flow collision and
the resultant flow eviction can lead to throughput
degradation. Skid length is a parameter which can be
used to reduce these continuous flow eviction from the
FISA flow table.

Increase the FISA flow table skid length to 16 to reduce
the chances of flow eviction from FISA flow table.

Change-Id: I3badcb364d45b19a8a266fe335df320c30f999ae
CRs-Fixed: 3232508
Rakesh Pillai 2 年 前
コミット
32375d2717
1 ファイル変更4 行追加0 行削除
  1. 4 0
      wlan_cfg/wlan_cfg.h

+ 4 - 0
wlan_cfg/wlan_cfg.h

@@ -39,7 +39,11 @@
 #define DP_NON_QOS_TID 16
 #define DP_NULL_DATA_TID 17
 
+#ifdef CONFIG_BERYLLIUM
+#define WLAN_CFG_RX_FST_MAX_SEARCH 16
+#else
 #define WLAN_CFG_RX_FST_MAX_SEARCH 2
+#endif
 #define WLAN_CFG_RX_FST_TOEPLITZ_KEYLEN 40
 
 #define INVALID_PDEV_ID 0xFF