[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220521213743.2735445-1-vladimir.oltean@nxp.com>
Date: Sun, 22 May 2022 00:37:37 +0300
From: Vladimir Oltean <vladimir.oltean@....com>
To: netdev@...r.kernel.org
Cc: Jakub Kicinski <kuba@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>,
Florian Fainelli <f.fainelli@...il.com>,
Vivien Didelot <vivien.didelot@...il.com>,
Andrew Lunn <andrew@...n.ch>,
Vladimir Oltean <olteanv@...il.com>,
Claudiu Manoil <claudiu.manoil@....com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
UNGLinuxDriver@...rochip.com,
Colin Foster <colin.foster@...advantage.com>
Subject: [PATCH net-next 0/6] 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.
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(-)
--
2.25.1
Powered by blists - more mailing lists