Skip to content

Commit

Permalink
net: sparx5: add mactable support
Browse files Browse the repository at this point in the history
This adds the Sparx5 MAC tables: listening for MAC table updates and
updating on request.

Signed-off-by: Steen Hegelund <steen.hegelund@microchip.com>
Signed-off-by: Bjarni Jonasson <bjarni.jonasson@microchip.com>
Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
steen-hegelund-mchp authored and davem330 committed Jun 24, 2021
1 parent 946e7fd commit b37a1ba
Show file tree
Hide file tree
Showing 5 changed files with 565 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/microchip/sparx5/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
obj-$(CONFIG_SPARX5_SWITCH) += sparx5-switch.o

sparx5-switch-objs := sparx5_main.o sparx5_packet.o \
sparx5_netdev.o sparx5_phylink.o sparx5_port.o
sparx5_netdev.o sparx5_phylink.o sparx5_port.o sparx5_mactable.o
Loading

0 comments on commit b37a1ba

Please sign in to comment.