mbox series

[v3,0/2] wifi: ath12k: Support pdev Rate, Scheduled Algorithm Stats

Message ID 20241014070610.3982173-1-quic_rdevanat@quicinc.com (mailing list archive)
Headers show
Series wifi: ath12k: Support pdev Rate, Scheduled Algorithm Stats | expand

Message

Roopni Devanathan Oct. 14, 2024, 7:06 a.m. UTC
Add support to request HTT stats type 49 and 51 from firmware. These
stats give scheduled algorithm stats and BE OFDMA rate of pdev, respectively.

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

Depends-on:
[PATCH v3] wifi: ath12k: Support DMAC Reset Stats
Link: https://lore.kernel.org/ath12k/20241014065259.3968727-1-quic_rdevanat@quicinc.com/

Pradeep Kumar Chitrapu (1):
  wifi: ath12k: Support BE OFDMA Pdev Rate Stats

Sidhanta Sahu (1):
  wifi: ath12k: Support Pdev Scheduled Algorithm Stats

 .../wireless/ath/ath12k/debugfs_htt_stats.c   | 162 ++++++++++++++++++
 .../wireless/ath/ath12k/debugfs_htt_stats.h   |  59 +++++++
 2 files changed, 221 insertions(+)


base-commit: 69eabe24843f238e79a6dbbd2b3fcc8eef39d6b8
prerequisite-patch-id: d2dd6093ab264e75918406abce52bb9ee8199b7e

Comments

Jeff Johnson Oct. 16, 2024, 3:17 p.m. UTC | #1
On Mon, 14 Oct 2024 12:36:08 +0530, Roopni Devanathan wrote:
> Add support to request HTT stats type 49 and 51 from firmware. These
> stats give scheduled algorithm stats and BE OFDMA rate of pdev, respectively.
> 
> v3:
>  - Updated dependencies.
> v2:
>  - Modified the API print_array_to_buf_v2() to print_array_to_buf_index().
>  - Updated dependencies.
> 
> [...]

Applied, thanks!

[1/2] wifi: ath12k: Support Pdev Scheduled Algorithm Stats
      commit: 9fa60c6d40599dfb788a1cafdef9a1c464a95b7d
[2/2] wifi: ath12k: Support BE OFDMA Pdev Rate Stats
      commit: 25ff1ae52139b53c1a69f55ce235077528245b55

Best regards,