Merge branch 'dsa-multi-cpu-port-part-two'
authorDavid S. Miller <davem@davemloft.net>
Mon, 23 May 2022 09:40:10 +0000 (10:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 May 2022 09:40:10 +0000 (10:40 +0100)
commit682a8c633fc32933a73fd0379c62d37d1346055d
tree41b0ac849a21733f9e405d2623c0f77db876ea5b
parent1e39b27bd9d12d615973c3aacefb936466512cae
parenta4e044dc4c5b1e03f4195224c47108dc44122917
Merge branch 'dsa-multi-cpu-port-part-two'

Vladimir Oltean says:

====================
DSA changes for multiple CPU ports (part 2)

As explained in part 1:
https://patchwork.kernel.org/project/netdevbpf/cover/20220511095020.562461-1-vladimir.oltean@nxp.com/
I am trying to enable the second internal port pair from the NXP LS1028A
Felix switch for DSA-tagged traffic via "ocelot-8021q". This series
represents part 2 (of an unknown number) of that effort.

This series deals only with a minor bug fix (first patch) and with code
reorganization in the Felix DSA driver and in the Ocelot switch library.
Hopefully this will lay the ground for a clean introduction of new UAPI
for changing the DSA master of a user port in part 3.
====================

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