From: Mohsin Bashir <mohsin.bashr@gmail.com>
To: netdev@vger.kernel.org
Cc: alexanderduyck@fb.com, kuba@kernel.org, andrew+netdev@lunn.ch,
corbet@lwn.net, davem@davemloft.net, edumazet@google.com,
horms@kernel.org, jdamato@fastly.com,
kalesh-anakkur.purayil@broadcom.com, kernel-team@meta.com,
mohsin.bashr@gmail.com, pabeni@redhat.com,
richardcochran@gmail.com, sanman.p211993@gmail.com,
sdf@fomichev.me, vadim.fedorenko@linux.dev
Subject: [PATCH net-next 0/5 V2] eth: fbnic: extend hardware stats coverage
Date: Thu, 10 Apr 2025 00:08:54 -0700 [thread overview]
Message-ID: <20250410070859.4160768-1-mohsin.bashr@gmail.com> (raw)
This patch series extends the coverage for hardware stats reported via
`ethtool -S`, queue API, and rtnl link stats. The patchset is organized
as follow:
- The first patch adds locking support to protect hardware stats.
- The second patch provides coverage to the hardware queue stats.
- The third patch covers the RX buffer related stats.
- The fourth patch covers the TMI (TX MAC Interface) stats.
- The last patch cover the TTI (TX TEI Interface) stats.
V2: All updates are in commit 2
Mohsin Bashir (5):
eth: fbnic: add locking support for hw stats
eth: fbnic: add coverage for hw queue stats
eth: fbnic: add coverage for RXB stats
eth: fbnic: add support for TMI stats
eth: fbnic: add support for TTI HW stats
.../device_drivers/ethernet/meta/fbnic.rst | 49 +++
drivers/net/ethernet/meta/fbnic/fbnic.h | 3 +
drivers/net/ethernet/meta/fbnic/fbnic_csr.h | 34 ++
.../net/ethernet/meta/fbnic/fbnic_ethtool.c | 178 +++++++++-
.../net/ethernet/meta/fbnic/fbnic_hw_stats.c | 335 +++++++++++++++++-
.../net/ethernet/meta/fbnic/fbnic_hw_stats.h | 48 +++
.../net/ethernet/meta/fbnic/fbnic_netdev.c | 47 ++-
drivers/net/ethernet/meta/fbnic/fbnic_pci.c | 1 +
8 files changed, 685 insertions(+), 10 deletions(-)
--
2.47.1
next reply other threads:[~2025-04-10 7:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-10 7:08 Mohsin Bashir [this message]
2025-04-10 7:08 ` [PATCH net-next 1/5 V2] eth: fbnic: add locking support for hw stats Mohsin Bashir
2025-04-10 7:08 ` [PATCH net-next 2/5 V2] eth: fbnic: add coverage for hw queue stats Mohsin Bashir
2025-04-10 7:08 ` [PATCH net-next 3/5 V2] eth: fbnic: add coverage for RXB stats Mohsin Bashir
2025-04-10 7:08 ` [PATCH net-next 4/5 V2] eth: fbnic: add support for TMI stats Mohsin Bashir
2025-04-10 7:08 ` [PATCH net-next 5/5 V2] eth: fbnic: add support for TTI HW stats Mohsin Bashir
2025-04-15 9:30 ` [PATCH net-next 0/5 V2] eth: fbnic: extend hardware stats coverage patchwork-bot+netdevbpf
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=20250410070859.4160768-1-mohsin.bashr@gmail.com \
--to=mohsin.bashr@gmail.com \
--cc=alexanderduyck@fb.com \
--cc=andrew+netdev@lunn.ch \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jdamato@fastly.com \
--cc=kalesh-anakkur.purayil@broadcom.com \
--cc=kernel-team@meta.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=richardcochran@gmail.com \
--cc=sanman.p211993@gmail.com \
--cc=sdf@fomichev.me \
--cc=vadim.fedorenko@linux.dev \
/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.