-
- Downloads
net: Introduce DSA class for Ethernet switches
DSA stands for Distributed Switch Architecture and it covers switches that are connected to the CPU through an Ethernet link and generally use frame tags to pass information about the source/destination ports to/from CPU. Front panel ports are presented as regular ethernet devices in U-Boot and they are expected to support the typical networking commands. DSA switches may be cascaded, DSA class code does not currently support this. Signed-off-by:Alex Marginean <alexandru.marginean@nxp.com> Signed-off-by:
Claudiu Manoil <claudiu.manoil@nxp.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Vladimir Oltean <vladimir.oltean@nxp.com>
Showing
- drivers/net/Kconfig 15 additions, 0 deletionsdrivers/net/Kconfig
- include/dm/uclass-id.h 1 addition, 0 deletionsinclude/dm/uclass-id.h
- include/net.h 6 additions, 0 deletionsinclude/net.h
- include/net/dsa.h 165 additions, 0 deletionsinclude/net/dsa.h
- net/Makefile 1 addition, 0 deletionsnet/Makefile
- net/dsa-uclass.c 478 additions, 0 deletionsnet/dsa-uclass.c
Loading
Please register or sign in to comment