Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: dsa: b53: Configure VLANs while not filtering
@ 2020-09-23  3:11 Florian Fainelli
  2020-09-23  3:11 ` [PATCH net-next 1/2] net: dsa: untag the bridge pvid from rx skbs Florian Fainelli
  2020-09-23  3:11 ` [PATCH net-next 2/2] net: dsa: b53: Configure VLANs while not filtering Florian Fainelli
  0 siblings, 2 replies; 5+ messages in thread
From: Florian Fainelli @ 2020-09-23  3:11 UTC (permalink / raw)
  To: netdev
  Cc: Florian Fainelli, Andrew Lunn, Vivien Didelot, David S. Miller,
	Jakub Kicinski, open list, vladimir.oltean, olteanv, nikolay

Hi David, Jakub,

These two patches allow the b53 driver which always configures its CPU
port as egress tagged to behave correctly with VLANs being always
configured whenever a port is added to a bridge.

Vladimir provides a patch that aligns the bridge with vlan_filtering=0
receive path to behave the same as vlan_filtering=1. Per discussion with
Nikolay, this behavior is deemed to be too DSA specific to be done in
the bridge proper.

This is a preliminary series for Vladimir to make
configure_vlan_while_filtering the default behavior for all DSA drivers
in the future.

Thanks!

Florian Fainelli (1):
  net: dsa: b53: Configure VLANs while not filtering

Vladimir Oltean (1):
  net: dsa: untag the bridge pvid from rx skbs

 drivers/net/dsa/b53/b53_common.c | 20 ++--------
 drivers/net/dsa/b53/b53_priv.h   |  1 -
 include/net/dsa.h                |  8 ++++
 net/dsa/dsa.c                    |  9 +++++
 net/dsa/dsa_priv.h               | 66 ++++++++++++++++++++++++++++++++
 5 files changed, 86 insertions(+), 18 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-09-23 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-23  3:11 [PATCH net-next 0/2] net: dsa: b53: Configure VLANs while not filtering Florian Fainelli
2020-09-23  3:11 ` [PATCH net-next 1/2] net: dsa: untag the bridge pvid from rx skbs Florian Fainelli
2020-09-23  8:14   ` Vladimir Oltean
2020-09-23 17:06     ` Florian Fainelli
2020-09-23  3:11 ` [PATCH net-next 2/2] net: dsa: b53: Configure VLANs while not filtering Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox