mbox series

[v2,0/4] wifi: ath12k: Support Ring, SFM, Transmit MU, SelfGen stats, CCA stats

Message ID 20241005101816.3314728-1-quic_rdevanat@quicinc.com (mailing list archive)
Headers show
Series wifi: ath12k: Support Ring, SFM, Transmit MU, SelfGen stats, CCA stats | expand

Message

Roopni Devanathan Oct. 5, 2024, 10:18 a.m. UTC
Add support to request HTT stats type 12, 15, 16, 17 and 19 from
firmware. These stats give self-generated transmit stats, ring stats,
SFM stats, transmit multi-user stats and CCA stats, respectively.

v2:
 - Modified the API print_array_to_buf_v2() to print_array_to_buf_index().

Depends-on:
[PATCH v2] wifi: ath12k: Modify print_array_to_buf() to support arrays with 1-based semantics
Link: https://lore.kernel.org/all/20241004085915.1788951-1-quic_rdevanat@quicinc.com/

Dinesh Karthikeyan (4):
  wifi: ath12k: Support Self-Generated Transmit stats
  wifi: ath12k: Support Ring and SFM stats
  wifi: ath12k: Support pdev Transmit Multi-user stats
  wifi: ath12k: Support pdev CCA Stats

 .../wireless/ath/ath12k/debugfs_htt_stats.c   | 1047 +++++++++++++++++
 .../wireless/ath/ath12k/debugfs_htt_stats.h   |  346 +++++-
 2 files changed, 1387 insertions(+), 6 deletions(-)


base-commit: 8ed36fe71fd60c851540839b105fd1fddc870c61
prerequisite-patch-id: faf46024c8b5c094e201d392109e7f94dcecdd49

Comments

Jeff Johnson Oct. 11, 2024, 2:39 p.m. UTC | #1
On Sat, 5 Oct 2024 15:48:12 +0530, Roopni Devanathan wrote:
> Add support to request HTT stats type 12, 15, 16, 17 and 19 from
> firmware. These stats give self-generated transmit stats, ring stats,
> SFM stats, transmit multi-user stats and CCA stats, respectively.
> 
> v2:
>  - Modified the API print_array_to_buf_v2() to print_array_to_buf_index().
> 
> [...]

Applied, thanks!

[1/4] wifi: ath12k: Support Self-Generated Transmit stats
      commit: 44cfb7c58eb84e5f721a8950a4fbe3e5b3b28c27
[2/4] wifi: ath12k: Support Ring and SFM stats
      commit: 7e4eed987d5d5a988056496eebdf55202511f270
[3/4] wifi: ath12k: Support pdev Transmit Multi-user stats
      commit: 6f27b59af173ca03961d33970cfd2635f0ddb3d3
[4/4] wifi: ath12k: Support pdev CCA Stats
      commit: 3f5ecfc4503a9eb0e3cecbc580bd0f10332214bb

Best regards,