public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH ath-next v4 0/3] wifi: ath12k: Enable REO queue lookup table on QCN9274
@ 2025-04-02 15:25 Nithyanantham Paramasivam
  2025-04-02 15:25 ` [PATCH ath-next v4 1/3] wifi: ath12k: Fix the enabling of REO queue lookup table feature Nithyanantham Paramasivam
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Nithyanantham Paramasivam @ 2025-04-02 15:25 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, Nithyanantham Paramasivam

Instead of storing the REO queue address inside peer entries, REO
hardware module prefers them to be stored in SRAM which could be
directly accessed by REO using peer_ID/TID based Lookup table(LUT)
mechanism. This feature is expected to improve stability by reduced
interaction between host and firmware during both MLO and non-MLO
operations.This feature is enabled only for the QCN9274, so it does
not impact the WCN7850.

v4:
- Rebased on TOT

v3:
- Rebased on TOT
- Fixed 32bit compilation warning

v2:
- Removed junk version histories in cover letter

Balamurugan S (1):
  wifi: ath12k: Add support to clear qdesc array in REO cache

Nithyanantham Paramasivam (1):
  wifi: ath12k: Enable REO queue lookup table feature on QCN9274

Sriram R (1):
  wifi: ath12k: Fix the enabling of REO queue lookup table feature

 drivers/net/wireless/ath/ath12k/dp.c     | 77 ++++++++++++++++--------
 drivers/net/wireless/ath/ath12k/dp.h     |  5 +-
 drivers/net/wireless/ath/ath12k/dp_rx.c  | 11 +++-
 drivers/net/wireless/ath/ath12k/hal.h    |  7 +++
 drivers/net/wireless/ath/ath12k/hal_rx.c | 19 +++++-
 drivers/net/wireless/ath/ath12k/hw.c     |  4 +-
 drivers/net/wireless/ath/ath12k/hw.h     |  3 +
 drivers/net/wireless/ath/ath12k/wmi.c    |  8 ++-
 drivers/net/wireless/ath/ath12k/wmi.h    |  1 +
 9 files changed, 104 insertions(+), 31 deletions(-)


base-commit: ba613742db305037ca2193b2b552b769c4f2a5f7
-- 
2.17.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-04-03 18:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02 15:25 [PATCH ath-next v4 0/3] wifi: ath12k: Enable REO queue lookup table on QCN9274 Nithyanantham Paramasivam
2025-04-02 15:25 ` [PATCH ath-next v4 1/3] wifi: ath12k: Fix the enabling of REO queue lookup table feature Nithyanantham Paramasivam
2025-04-02 15:35   ` Vasanthakumar Thiagarajan
2025-04-02 15:25 ` [PATCH ath-next v4 2/3] wifi: ath12k: Add support to clear qdesc array in REO cache Nithyanantham Paramasivam
2025-04-02 15:37   ` Vasanthakumar Thiagarajan
2025-04-02 15:25 ` [PATCH ath-next v4 3/3] wifi: ath12k: Enable REO queue lookup table feature on QCN9274 Nithyanantham Paramasivam
2025-04-02 15:38   ` Vasanthakumar Thiagarajan
2025-04-03 18:52 ` [PATCH ath-next v4 0/3] wifi: ath12k: Enable REO queue lookup table " Jeff Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox