netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] eth: Add basic ethtool support for fbnic
@ 2024-09-02 17:39 Mohsin Bashir
  2024-09-02 17:39 ` [PATCH net-next v3 1/2] eth: fbnic: Add " Mohsin Bashir
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mohsin Bashir @ 2024-09-02 17:39 UTC (permalink / raw)
  To: netdev
  Cc: alexanderduyck, kuba, andrew, davem, edumazet, pabeni,
	kernel-team, sanmanpradhan, sdf, jdamato, mohsin.bashr

This patch series adds basic ethtool support for fbnic. Specifically,
the two patches focus on the following two features respectively:

1: Enable 'ethtool -i <dev>' to provide driver, firmware and bus information.
2: Provide mac group stats.

Changes since v2:
- Fix v1 reference link 
- Fix nit

---
v2: https://lore.kernel.org/netdev/20240827205904.1944066-2-mohsin.bashr@gmail.com
 
v1: https://lore.kernel.org/netdev/20240822184944.3882360-1-mohsin.bashr@gmail.com

Thanks, Mohsin Bashir

 drivers/net/ethernet/meta/fbnic/Makefile      |  2 +
 drivers/net/ethernet/meta/fbnic/fbnic.h       |  7 ++
 drivers/net/ethernet/meta/fbnic/fbnic_csr.h   | 37 +++++++++
 .../net/ethernet/meta/fbnic/fbnic_ethtool.c   | 75 +++++++++++++++++++
 drivers/net/ethernet/meta/fbnic/fbnic_fw.c    | 13 ++++
 drivers/net/ethernet/meta/fbnic/fbnic_fw.h    |  6 +-
 .../net/ethernet/meta/fbnic/fbnic_hw_stats.c  | 27 +++++++
 .../net/ethernet/meta/fbnic/fbnic_hw_stats.h  | 40 ++++++++++
 drivers/net/ethernet/meta/fbnic/fbnic_mac.c   | 50 +++++++++++++
 drivers/net/ethernet/meta/fbnic/fbnic_mac.h   |  3 +
 .../net/ethernet/meta/fbnic/fbnic_netdev.c    |  2 +
 .../net/ethernet/meta/fbnic/fbnic_netdev.h    |  1 +
 12 files changed, 260 insertions(+), 3 deletions(-)
 create mode 100644 drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
 create mode 100644 drivers/net/ethernet/meta/fbnic/fbnic_hw_stats.c
 create mode 100644 drivers/net/ethernet/meta/fbnic/fbnic_hw_stats.h

-- 
2.43.5


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

end of thread, other threads:[~2024-09-04 12:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 17:39 [PATCH net-next v3 0/2] eth: Add basic ethtool support for fbnic Mohsin Bashir
2024-09-02 17:39 ` [PATCH net-next v3 1/2] eth: fbnic: Add " Mohsin Bashir
2024-09-03 12:54   ` Simon Horman
2024-09-02 17:39 ` [PATCH net-next v3 2/2] eth: fbnic: Add support to fetch group stats Mohsin Bashir
2024-09-03 12:52   ` Simon Horman
2024-09-04 12:20 ` [PATCH net-next v3 0/2] eth: Add basic ethtool support for fbnic patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).