net: dsa: add Broadcom tag RX/TX handler
Add support for the 4-bytes Broadcom tag that built-in switches such as the Starfighter 2 might insert when receiving packets, or that we need to insert while targetting specific switch ports. We use a fake local EtherType value for this 4-bytes switch tag: ETH_P_BRCMTAG to make sure we can assign DSA-specific network operations within the DSA drivers. Signed-off-by:Florian Fainelli <f.fainelli@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/dsa.h 5 additions, 0 deletionsinclude/net/dsa.h
- net/dsa/Kconfig 3 additions, 0 deletionsnet/dsa/Kconfig
- net/dsa/Makefile 1 addition, 0 deletionsnet/dsa/Makefile
- net/dsa/dsa_priv.h 3 additions, 0 deletionsnet/dsa/dsa_priv.h
- net/dsa/slave.c 5 additions, 0 deletionsnet/dsa/slave.c
- net/dsa/tag_brcm.c 173 additions, 0 deletionsnet/dsa/tag_brcm.c
Loading
Please register or sign in to comment