Merge branch 'fbnic-ethtool'
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2024 12:13:12 +0000 (13:13 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2024 12:13:12 +0000 (13:13 +0100)
commit7808012003004b5b31e24795af33480d5eed20f1
tree8eec6781ceb5519ca16cb70d150b24802bcf3582
parent5c26516f090363b548c51ce892b8bcc46c7dcdbc
parent4eb7f20bcf0614fef744af88a2ba3c1c8bfcf189
Merge branch 'fbnic-ethtool'

Mohsin Bashir says:

====================
eth: Add basic ethtool support for fbnic

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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>