From: Sriram R <srirrama@codeaurora.org>
To: ath11k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org, Sriram R <srirrama@codeaurora.org>
Subject: [PATCH 0/2] ath11k: Rename soc_rx_stats to soc_dp_stats and add more dp stats
Date: Wed, 10 Jun 2020 11:21:46 +0530 [thread overview]
Message-ID: <1591768308-32005-1-git-send-email-srirrama@codeaurora.org> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Sriram R <srirrama@codeaurora.org>
To: ath11k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org, Sriram R <srirrama@codeaurora.org>
Subject: [PATCH 0/2] ath11k: Rename soc_rx_stats to soc_dp_stats and add more dp stats
Date: Wed, 10 Jun 2020 11:21:46 +0530 [thread overview]
Message-ID: <1591768308-32005-1-git-send-email-srirrama@codeaurora.org> (raw)
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
next reply other threads:[~2020-06-10 5:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-10 5:51 Sriram R [this message]
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 ` [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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1591768308-32005-1-git-send-email-srirrama@codeaurora.org \
--to=srirrama@codeaurora.org \
--cc=ath11k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.