diff options
author | Sean Wang <sean.wang@mediatek.com> | 2017-04-07 10:45:06 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-07 22:50:55 +0200 |
commit | 5cd8985a19090f2b0ce8700ae3ec19e06a4fc5e9 (patch) | |
tree | 43429762fa0a066e1d67b3aecd4e58b75ec65a1c /net/dsa/Makefile | |
parent | dt-bindings: net: dsa: add Mediatek MT7530 binding (diff) | |
download | linux-5cd8985a19090f2b0ce8700ae3ec19e06a4fc5e9.tar.xz linux-5cd8985a19090f2b0ce8700ae3ec19e06a4fc5e9.zip |
net-next: dsa: add Mediatek tag RX/TX handler
Add the support for the 4-bytes tag for DSA port distinguishing inserted
allowing receiving and transmitting the packet via the particular port.
The tag is being added after the source MAC address in the ethernet
header.
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Landen Chao <Landen.Chao@mediatek.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Makefile')
-rw-r--r-- | net/dsa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dsa/Makefile b/net/dsa/Makefile index 31d343796251..9b1d478f3713 100644 --- a/net/dsa/Makefile +++ b/net/dsa/Makefile @@ -8,3 +8,4 @@ dsa_core-$(CONFIG_NET_DSA_TAG_DSA) += tag_dsa.o dsa_core-$(CONFIG_NET_DSA_TAG_EDSA) += tag_edsa.o dsa_core-$(CONFIG_NET_DSA_TAG_TRAILER) += tag_trailer.o dsa_core-$(CONFIG_NET_DSA_TAG_QCA) += tag_qca.o +dsa_core-$(CONFIG_NET_DSA_TAG_MTK) += tag_mtk.o |