Skip to content

Commit

Permalink
net: lan966x: add ethtool configuration and statistics
Browse files Browse the repository at this point in the history
This patch adds support for statistics counters for the network
interfaces. Also adds support for configuring the network interface via
ethtool like: speed, duplex etc.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Horatiu Vultur authored and David S. Miller committed Nov 29, 2021
1 parent e18aba8 commit 12c2d0a
Show file tree
Hide file tree
Showing 4 changed files with 714 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/microchip/lan966x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
obj-$(CONFIG_LAN966X_SWITCH) += lan966x-switch.o

lan966x-switch-objs := lan966x_main.o lan966x_phylink.o lan966x_port.o \
lan966x_mac.o
lan966x_mac.o lan966x_ethtool.o
Loading

0 comments on commit 12c2d0a

Please sign in to comment.