All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ath11k: Rename soc_rx_stats to soc_dp_stats and add more dp stats
@ 2020-06-10  5:51 ` Sriram R
  0 siblings, 0 replies; 8+ messages in thread
From: Sriram R @ 2020-06-10  5:51 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless, Sriram R

Currently, the debugfs "soc_rx_stats" in location '/sys/kernel/debug/ath11k/ipq8074/'
is used for getting only dp rx stats. This has been renamed to "soc_dp_stats"
as tx stats and other ring specific info would also be useful for
debug purpose and it would be good to have all these stats under similar
file.

This patchset adds support for tx error stats and ring backpressure
stats. More ring specific stats could be added here in future.

Sriram R (2):
  ath11k: Add dp tx err stats
  ath11k: Add support for ring backpressure stats

 drivers/net/wireless/ath/ath11k/core.h  |  34 ++++++++-
 drivers/net/wireless/ath/ath11k/debug.c | 128 ++++++++++++++++++++++++++++++--
 drivers/net/wireless/ath/ath11k/dp.h    |  42 +++++++++++
 drivers/net/wireless/ath/ath11k/dp_rx.c |  28 ++++++-
 drivers/net/wireless/ath/ath11k/dp_tx.c |   7 +-
 5 files changed, 229 insertions(+), 10 deletions(-)

-- 
2.7.4


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-06-15 14:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-10  5:51 [PATCH 0/2] ath11k: Rename soc_rx_stats to soc_dp_stats and add more dp stats Sriram R
2020-06-10  5:51 ` Sriram R
2020-06-10  5:51 ` [PATCH 1/2] ath11k: Add dp tx err stats Sriram R
2020-06-10  5:51   ` Sriram R
2020-06-15 14:33   ` Kalle Valo
2020-06-15 14:33   ` Kalle Valo
2020-06-10  5:51 ` [PATCH 2/2] ath11k: Add support for ring backpressure stats Sriram R
2020-06-10  5:51   ` Sriram R

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.