mbox series

[net-next,0/6] DSA changes for multiple CPU ports (part 2)

Message ID 20220521213743.2735445-1-vladimir.oltean@nxp.com (mailing list archive)
Headers show
Series DSA changes for multiple CPU ports (part 2) | expand

Message

Vladimir Oltean May 21, 2022, 9:37 p.m. UTC
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.

Vladimir Oltean (6):
  net: dsa: fix missing adjustment of host broadcast flooding
  net: dsa: felix: move the updating of PGID_CPU to the ocelot lib
  net: dsa: felix: update bridge fwd mask from ocelot lib when changing
    tag_8021q CPU
  net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpu
  net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q
    CPU ports
  net: dsa: felix: tag_8021q preparation for multiple CPU ports

 drivers/net/dsa/ocelot/felix.c         | 173 ++++++++++++-------------
 drivers/net/dsa/ocelot/felix_vsc9959.c |   3 +-
 drivers/net/ethernet/mscc/ocelot.c     | 162 ++++++++++++++++-------
 include/soc/mscc/ocelot.h              |  11 +-
 include/soc/mscc/ocelot_vcap.h         |   2 +-
 5 files changed, 207 insertions(+), 144 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 23, 2022, 9:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Sun, 22 May 2022 00:37:37 +0300 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] net: dsa: fix missing adjustment of host broadcast flooding
    https://git.kernel.org/netdev/net-next/c/129b7532a0ed
  - [net-next,2/6] net: dsa: felix: move the updating of PGID_CPU to the ocelot lib
    https://git.kernel.org/netdev/net-next/c/61be79ba2d90
  - [net-next,3/6] net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_8021q CPU
    https://git.kernel.org/netdev/net-next/c/a72e23dd679c
  - [net-next,4/6] net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpu
    https://git.kernel.org/netdev/net-next/c/8c166acb60f8
  - [net-next,5/6] net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU ports
    https://git.kernel.org/netdev/net-next/c/c295f9831f1d
  - [net-next,6/6] net: dsa: felix: tag_8021q preparation for multiple CPU ports
    https://git.kernel.org/netdev/net-next/c/a4e044dc4c5b

You are awesome, thank you!