]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-MT7530-vlan'
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Dec 2017 15:31:55 +0000 (10:31 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Dec 2017 15:31:55 +0000 (10:31 -0500)
commite8e7443885ba1e2a9a6dcadea47845b2adf20eb8
tree0cd6c25548b546130ffd220b486bcf3f00f1af7b
parent947626acf0c0bb514c6e2c52428a2ca1c5923f47
parentcf63b6878747cc9ecbbec321b575f2582dcf3316
Merge branch 'dsa-MT7530-vlan'

Sean Wang says:

====================
add VLAN support to DSA MT7530

Changes sicne v2:
update to the latest code base from net-next and fix up all building
errors with -Werror.

Changes since v1:
- fix up the typo
- prefer ordering declarations longest to shortest
- update that vlan_prepare callback should not change any state
- use lower case letter for function naming

The patchset extends DSA MT7530 to VLAN support through filling required
callbacks in patch 1 and merging the special tag with VLAN tag in patch 2
for allowing that the hardware can handle these packets with VID from the
CPU port.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>