mbox series

[v5,0/5] wifi: ath12k: Support Sounding, Latency, Trigger, FSE stats

Message ID 20250204064417.3671928-1-quic_rdevanat@quicinc.com
Headers show
Series wifi: ath12k: Support Sounding, Latency, Trigger, FSE stats | expand

Message

Roopni Devanathan Feb. 4, 2025, 6:44 a.m. UTC
Add support to request HTT stats type 22, 25, 26, 27 and 28 from
firmware. These stats give sounding stats, latency stats, trigger stats
for uplink OFDMA and MUMIMO and FSE stats, respectively.

v5:
 - Rebased on ToT. No code changes.
v4:
 - Squashed patches to avoid build warning.
v3:
 - Rebased on ToT.
 - Removed patch dependencies.
v2:
 - Added line breaks where necessary, as pointed out by Kalle.
 - Modified the use of pointer arithmetic print_array_to_buf_s8().
 - Modified commit logs, as suggested by Kalle.

Dinesh Karthikeyan (4):
  wifi: ath12k: Support Sounding Stats
  wifi: ath12k: Support Latency Stats
  wifi: ath12k: Support Uplink OFDMA Trigger Stats
  wifi: ath12k: Support Received FSE Stats

Roopni Devanathan (1):
  wifi: ath12k: Support Uplink MUMIMO Trigger Stats

 .../wireless/ath/ath12k/debugfs_htt_stats.c   | 736 ++++++++++++++++++
 .../wireless/ath/ath12k/debugfs_htt_stats.h   | 275 ++++++-
 2 files changed, 973 insertions(+), 38 deletions(-)


base-commit: 48a62436540224f57013c27519dd2aa3ddd714c9

Comments

Jeff Johnson Feb. 11, 2025, 3:44 p.m. UTC | #1
On Tue, 04 Feb 2025 12:14:12 +0530, Roopni Devanathan wrote:
> Add support to request HTT stats type 22, 25, 26, 27 and 28 from
> firmware. These stats give sounding stats, latency stats, trigger stats
> for uplink OFDMA and MUMIMO and FSE stats, respectively.
> 
> v5:
>  - Rebased on ToT. No code changes.
> v4:
>  - Squashed patches to avoid build warning.
> v3:
>  - Rebased on ToT.
>  - Removed patch dependencies.
> v2:
>  - Added line breaks where necessary, as pointed out by Kalle.
>  - Modified the use of pointer arithmetic print_array_to_buf_s8().
>  - Modified commit logs, as suggested by Kalle.
> 
> [...]

Applied, thanks!

[1/5] wifi: ath12k: Support Sounding Stats
      commit: 5c1963119b82b369b902091502a2135b238c9793
[2/5] wifi: ath12k: Support Latency Stats
      commit: f7c5e24bb1918677f7d6195a8825b39462e0a9fc
[3/5] wifi: ath12k: Support Uplink OFDMA Trigger Stats
      commit: e669a18b20e205dc51a71a07bd3597f123979751
[4/5] wifi: ath12k: Support Uplink MUMIMO Trigger Stats
      commit: 1dbaae78e7f23819eb75f4ba8a4484e43cf625f9
[5/5] wifi: ath12k: Support Received FSE Stats
      commit: 7b19d5adadfef791d52fd0412a75ebb8f9f27a6b

Best regards,