mbox series

[0/4] wifi: ath12k: Support Pager, Counter, SoC, Transmit Rate Stats

Message ID 20241016062617.2726252-1-quic_rdevanat@quicinc.com (mailing list archive)
Headers show
Series wifi: ath12k: Support Pager, Counter, SoC, Transmit Rate Stats | expand

Message

Roopni Devanathan Oct. 16, 2024, 6:26 a.m. UTC
Add support to request HTT stats type 36, 37, 38 and 40 from firmware.
These stat types give downlink pager stats, counter and TPC stats, SoC
common stats and Transmit PER rate stats, respectively.

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

[PATCH v3 0/2] wifi: ath12k: Support pdev Rate, Scheduled Algorithm Stats
Link: https://lore.kernel.org/ath12k/20241014070610.3982173-1-quic_rdevanat@quicinc.com/

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

[PATCH] wifi: ath12k: Support MBSSID Control Frame Stats
Link: https://lore.kernel.org/ath12k/20241005112651.3379404-1-quic_rdevanat@quicinc.com/

Dinesh Karthikeyan (4):
  wifi: ath12k: Support Downlink Pager Stats
  wifi: ath12k: Support phy counter and TPC stats
  wifi: ath12k: Support SoC Common Stats
  wifi: ath12k: Support Transmit PER Rate Stats

 .../wireless/ath/ath12k/debugfs_htt_stats.c   | 625 ++++++++++++++++++
 .../wireless/ath/ath12k/debugfs_htt_stats.h   | 201 ++++++
 2 files changed, 826 insertions(+)


base-commit: 69eabe24843f238e79a6dbbd2b3fcc8eef39d6b8
prerequisite-patch-id: d2dd6093ab264e75918406abce52bb9ee8199b7e
prerequisite-patch-id: fcd0ce1adcc63e80c95e4636bd4614bd5b732ffa
prerequisite-patch-id: a6303524834f6e01b2ae1469ee437d586dd5d522
prerequisite-patch-id: 1b0f9e702388d0121427f42e7b6a2bc090b62c80
prerequisite-patch-id: 00097b59822c40089419d22b97f109c26b7f0a10
prerequisite-patch-id: d3c55f51a5dbb58d547fe1c6b8a3ce10313bae36

Comments

Jeff Johnson Oct. 17, 2024, 5:31 p.m. UTC | #1
On 10/15/2024 11:26 PM, Roopni Devanathan wrote:
> Add support to request HTT stats type 36, 37, 38 and 40 from firmware.
> These stat types give downlink pager stats, counter and TPC stats, SoC
> common stats and Transmit PER rate stats, respectively.
> 
> Depends-on:
> Depends-on:
> [PATCH v3] wifi: ath12k: Support DMAC Reset Stats
> Link: https://lore.kernel.org/ath12k/20241014065259.3968727-1-quic_rdevanat@quicinc.com/
> 
> [PATCH v3 0/2] wifi: ath12k: Support pdev Rate, Scheduled Algorithm Stats
> Link: https://lore.kernel.org/ath12k/20241014070610.3982173-1-quic_rdevanat@quicinc.com/
> 
> [PATCH v3 0/2] wifi: ath12k: Support AST and Puncture Stats
> Link: https://lore.kernel.org/ath12k/20241014071720.3991199-1-quic_rdevanat@quicinc.com/

This dependency is being deferred since it conflicts with the MLO branch, and
hence this series is also being deferred.

> 
> [PATCH] wifi: ath12k: Support MBSSID Control Frame Stats
> Link: https://lore.kernel.org/ath12k/20241005112651.3379404-1-quic_rdevanat@quicinc.com/
> 
> Dinesh Karthikeyan (4):
>   wifi: ath12k: Support Downlink Pager Stats
>   wifi: ath12k: Support phy counter and TPC stats
>   wifi: ath12k: Support SoC Common Stats
>   wifi: ath12k: Support Transmit PER Rate Stats
> 
>  .../wireless/ath/ath12k/debugfs_htt_stats.c   | 625 ++++++++++++++++++
>  .../wireless/ath/ath12k/debugfs_htt_stats.h   | 201 ++++++
>  2 files changed, 826 insertions(+)
> 
> 
> base-commit: 69eabe24843f238e79a6dbbd2b3fcc8eef39d6b8
> prerequisite-patch-id: d2dd6093ab264e75918406abce52bb9ee8199b7e
> prerequisite-patch-id: fcd0ce1adcc63e80c95e4636bd4614bd5b732ffa
> prerequisite-patch-id: a6303524834f6e01b2ae1469ee437d586dd5d522
> prerequisite-patch-id: 1b0f9e702388d0121427f42e7b6a2bc090b62c80
> prerequisite-patch-id: 00097b59822c40089419d22b97f109c26b7f0a10
> prerequisite-patch-id: d3c55f51a5dbb58d547fe1c6b8a3ce10313bae36