Skip to content

Commit b37a1ba

Browse files
steen-hegelund-mchpdavem330
authored andcommitted
net: sparx5: add mactable support
This adds the Sparx5 MAC tables: listening for MAC table updates and updating on request. Signed-off-by: Steen Hegelund <[email protected]> Signed-off-by: Bjarni Jonasson <[email protected]> Signed-off-by: Lars Povlsen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 946e7fd commit b37a1ba

File tree

5 files changed

+565
-2
lines changed

5 files changed

+565
-2
lines changed

drivers/net/ethernet/microchip/sparx5/Makefile

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

88
sparx5-switch-objs := sparx5_main.o sparx5_packet.o \
9-
sparx5_netdev.o sparx5_phylink.o sparx5_port.o
9+
sparx5_netdev.o sparx5_phylink.o sparx5_port.o sparx5_mactable.o

0 commit comments

Comments
 (0)