Skip to content

Commit 12c2d0a

Browse files
HoratiuVulturdavem330
authored andcommitted
net: lan966x: add ethtool configuration and statistics
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e18aba8 commit 12c2d0a

File tree

4 files changed

+714
-1
lines changed

4 files changed

+714
-1
lines changed

drivers/net/ethernet/microchip/lan966x/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
obj-$(CONFIG_LAN966X_SWITCH) += lan966x-switch.o
77

88
lan966x-switch-objs := lan966x_main.o lan966x_phylink.o lan966x_port.o \
9-
lan966x_mac.o
9+
lan966x_mac.o lan966x_ethtool.o

0 commit comments

Comments
 (0)