Эх сурвалжийг харах

qcacmn: Updating the PPE2TCL & REO2PPE ring size as 8k

Added changes in wifi module to update PPE2TCL & REO2PPE ring
size as 8k to improve the perf for MLO case

Change-Id: I6ca241c21c44b4cda8869e5e2ae9a4a906d98fc8
CRs-Fixed: 3365361
Nanda Krishnan 2 жил өмнө
parent
commit
afe07d8a36
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      wlan_cfg/cfg_dp.h

+ 3 - 3
wlan_cfg/cfg_dp.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -471,11 +471,11 @@
 #define WLAN_CFG_RADIO_DEFAULT_REO_MIN 0x1
 #define WLAN_CFG_RADIO_DEFAULT_REO_MAX 0x4
 
-#define WLAN_CFG_REO2PPE_RING_SIZE 2048
+#define WLAN_CFG_REO2PPE_RING_SIZE 8192
 #define WLAN_CFG_REO2PPE_RING_SIZE_MIN 64
 #define WLAN_CFG_REO2PPE_RING_SIZE_MAX 16384
 
-#define WLAN_CFG_PPE2TCL_RING_SIZE 2048
+#define WLAN_CFG_PPE2TCL_RING_SIZE 8192
 #define WLAN_CFG_PPE2TCL_RING_SIZE_MIN 64
 #define WLAN_CFG_PPE2TCL_RING_SIZE_MAX 32768