mbox series

[net,0/2] net: dsa: Accept software VLANs for stacked interfaces

Message ID 20210308150405.3694678-1-tobias@waldekranz.com (mailing list archive)
Headers show
Series net: dsa: Accept software VLANs for stacked interfaces | expand

Message

Tobias Waldekranz March 8, 2021, 3:04 p.m. UTC
First, re-introduce the ability for drivers to signal that VLANs for
standalone ports are not offloaded.

Then, make sure that mv88e6xxx never offloads VLANs for standalone
ports.

Tobias Waldekranz (2):
  net: dsa: Accept software VLANs for stacked interfaces
  net: dsa: mv88e6xxx: Never apply VLANs on standalone ports to VTU

 drivers/net/dsa/mv88e6xxx/chip.c | 40 ++++++++++++++++++++++++++++----
 net/dsa/slave.c                  |  9 ++++++-
 2 files changed, 44 insertions(+), 5 deletions(-)