mbox series

[v2,0/6] wifi: ath12k: Support Sounding, Latency, Trigger, FSE stats

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

Message

Roopni Devanathan Dec. 24, 2024, 10:20 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.

Depends-on:
[PATCH 0/2] wifi: ath12k: Support Rate and OFDMA Stats
Link: https://lore.kernel.org/all/20241128110949.3672364-1-quic_rdevanat@quicinc.com/

[PATCH v4 0/2] wifi: ath12k: Support AST and Puncture Stats
Link: https://lore.kernel.org/all/20241217055408.1293764-1-quic_rdevanat@quicinc.com/

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 (5):
  wifi: ath12k: Support Sounding Stats
  wifi: ath12k: Support Latency Stats
  wifi: ath12k: Support Uplink OFDMA Trigger Stats
  wifi: ath12k: Support Uplink MUMIMO Trigger Stats
  wifi: ath12k: Support Received FSE Stats

Roopni Devanathan (1):
  wifi: ath12k: Add API to print s8 arrays in HTT stats

 .../wireless/ath/ath12k/debugfs_htt_stats.c   | 736 ++++++++++++++++++
 .../wireless/ath/ath12k/debugfs_htt_stats.h   | 267 ++++++-
 2 files changed, 970 insertions(+), 33 deletions(-)


base-commit: 09fa3b6974a1245ddd0751747609431494ba5b4f
prerequisite-patch-id: c30df5e4af6f5773ed942d8f78de88c05ce2b18b
prerequisite-patch-id: f2181eee4bce2e3487db9bd81ed962f477759e7e

Comments

Jeff Johnson Jan. 6, 2025, 8:46 p.m. UTC | #1
On 12/24/2024 2:20 AM, 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.
> 
> Depends-on:
> [PATCH 0/2] wifi: ath12k: Support Rate and OFDMA Stats
> Link: https://lore.kernel.org/all/20241128110949.3672364-1-quic_rdevanat@quicinc.com/
> 
> [PATCH v4 0/2] wifi: ath12k: Support AST and Puncture Stats
> Link: https://lore.kernel.org/all/20241217055408.1293764-1-quic_rdevanat@quicinc.com/
> 
> 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 (5):
>   wifi: ath12k: Support Sounding Stats
>   wifi: ath12k: Support Latency Stats
>   wifi: ath12k: Support Uplink OFDMA Trigger Stats
>   wifi: ath12k: Support Uplink MUMIMO Trigger Stats
>   wifi: ath12k: Support Received FSE Stats
> 
> Roopni Devanathan (1):
>   wifi: ath12k: Add API to print s8 arrays in HTT stats
> 
>  .../wireless/ath/ath12k/debugfs_htt_stats.c   | 736 ++++++++++++++++++
>  .../wireless/ath/ath12k/debugfs_htt_stats.h   | 267 ++++++-
>  2 files changed, 970 insertions(+), 33 deletions(-)
> 
> 
> base-commit: 09fa3b6974a1245ddd0751747609431494ba5b4f
> prerequisite-patch-id: c30df5e4af6f5773ed942d8f78de88c05ce2b18b
> prerequisite-patch-id: f2181eee4bce2e3487db9bd81ed962f477759e7e

FYI this is not applying to my test tree. Strangely, you list two 2-patch
dependencies but only have 2 prerequisite-patch-ids instead of 4.

I now have both "Rate and OFDMA Stats" and "AST and Puncture Stats" in the
pending branch. Look for those to be merged, and then rebase on the main
branch at that time.

/jeff
Roopni Devanathan Jan. 13, 2025, 7:11 a.m. UTC | #2
On 1/7/2025 2:16 AM, Jeff Johnson wrote:
> On 12/24/2024 2:20 AM, 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.
>>
>> Depends-on:
>> [PATCH 0/2] wifi: ath12k: Support Rate and OFDMA Stats
>> Link: https://lore.kernel.org/all/20241128110949.3672364-1-quic_rdevanat@quicinc.com/
>>
>> [PATCH v4 0/2] wifi: ath12k: Support AST and Puncture Stats
>> Link: https://lore.kernel.org/all/20241217055408.1293764-1-quic_rdevanat@quicinc.com/
>>
>> 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 (5):
>>   wifi: ath12k: Support Sounding Stats
>>   wifi: ath12k: Support Latency Stats
>>   wifi: ath12k: Support Uplink OFDMA Trigger Stats
>>   wifi: ath12k: Support Uplink MUMIMO Trigger Stats
>>   wifi: ath12k: Support Received FSE Stats
>>
>> Roopni Devanathan (1):
>>   wifi: ath12k: Add API to print s8 arrays in HTT stats
>>
>>  .../wireless/ath/ath12k/debugfs_htt_stats.c   | 736 ++++++++++++++++++
>>  .../wireless/ath/ath12k/debugfs_htt_stats.h   | 267 ++++++-
>>  2 files changed, 970 insertions(+), 33 deletions(-)
>>
>>
>> base-commit: 09fa3b6974a1245ddd0751747609431494ba5b4f
>> prerequisite-patch-id: c30df5e4af6f5773ed942d8f78de88c05ce2b18b
>> prerequisite-patch-id: f2181eee4bce2e3487db9bd81ed962f477759e7e
> 
> FYI this is not applying to my test tree. Strangely, you list two 2-patch
> dependencies but only have 2 prerequisite-patch-ids instead of 4.
> 
> I now have both "Rate and OFDMA Stats" and "AST and Puncture Stats" in the
> pending branch. Look for those to be merged, and then rebase on the main
> branch at that time.

Sure, Jeff. Now that the mentioned series are merged, I'll send out a v3.
 
> /jeff