linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: dsa: b53: Remove unconditional CPU VLAN tagging
@ 2021-06-07 22:08 Florian Fainelli
  2021-06-07 22:08 ` [PATCH net-next 1/2] net: dsa: b53: Do not force tagging on CPU port VLANs Florian Fainelli
  2021-06-07 22:08 ` [PATCH net-next 2/2] net: dsa: Remove bridge PVID untagging Florian Fainelli
  0 siblings, 2 replies; 6+ messages in thread
From: Florian Fainelli @ 2021-06-07 22:08 UTC (permalink / raw)
  To: netdev
  Cc: Florian Fainelli, Andrew Lunn, Vivien Didelot, Vladimir Oltean,
	David S. Miller, Jakub Kicinski, open list, Matthew Hagan

This patch series removes the unconditional egress tagging of VLANs
added to a b53 switch's CPU port. This had led to adding the
untag_bridge_pvid attribute in the DSA framework and is causing problems
with stacking of switches such as the configuration being used by
Matthew.

Since we use Broadcom tags for all of the supported switches nowadays
the original situation that led to doing this unconditional egress
tagging is no longer warranted.

Florian Fainelli (2):
  net: dsa: b53: Do not force tagging on CPU port VLANs
  net: dsa: Remove bridge PVID untagging

 drivers/net/dsa/b53/b53_common.c |  5 ++-
 include/net/dsa.h                |  8 -----
 net/dsa/dsa.c                    |  9 -----
 net/dsa/dsa_priv.h               | 59 --------------------------------
 4 files changed, 2 insertions(+), 79 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-07 22:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 22:08 [PATCH net-next 0/2] net: dsa: b53: Remove unconditional CPU VLAN tagging Florian Fainelli
2021-06-07 22:08 ` [PATCH net-next 1/2] net: dsa: b53: Do not force tagging on CPU port VLANs Florian Fainelli
2021-06-07 22:22   ` Vladimir Oltean
2021-06-07 22:31     ` Florian Fainelli
2021-06-07 22:36       ` Florian Fainelli
2021-06-07 22:08 ` [PATCH net-next 2/2] net: dsa: Remove bridge PVID untagging Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).