mbox series

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

Message ID 20250114123835.882926-1-quic_rdevanat@quicinc.com (mailing list archive)
Headers show
Series wifi: ath12k: Support Sounding, Latency, Trigger, FSE stats | expand

Message

Roopni Devanathan Jan. 14, 2025, 12:38 p.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.

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   | 269 ++++++-
 2 files changed, 970 insertions(+), 35 deletions(-)


base-commit: 0c5fcd9069dd5f984e39820629acbfbe0f1b4256

Comments

Aditya Kumar Singh Jan. 15, 2025, 6:44 a.m. UTC | #1
On 1/14/25 18:08, 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.
> 
> 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   | 269 ++++++-
>   2 files changed, 970 insertions(+), 35 deletions(-)
> 
> 
> base-commit: 0c5fcd9069dd5f984e39820629acbfbe0f1b4256

Comments from v3 regarding copyright were ignored :(

v4 still throws -

* drivers/net/wireless/ath/ath12k/debugfs_htt_stats.c: 2025 copyright 
missing
* drivers/net/wireless/ath/ath12k/debugfs_htt_stats.h: 2025 copyright 
missing

No need to resend just because of this. But if there is next version, 
please *address this*