This series offloads one more action to the VCAP IS1 ingress TCAM, which is to change the classified VLAN for packets, according to the VCAP IS1 keys (VLAN, source MAC, source IP, EtherType, etc).
Vladimir Oltean (3): net: mscc: ocelot: offload VLAN mangle action to VCAP IS1 net: dsa: tag_ocelot: use VLAN information from tagging header when available selftests: net: mscc: ocelot: add test for VLAN modify action drivers/net/ethernet/mscc/ocelot.c | 15 +++++- drivers/net/ethernet/mscc/ocelot_flower.c | 29 ++++++++++-- net/dsa/tag_ocelot.c | 34 ++++++++++++++ .../drivers/net/ocelot/tc_flower_chains.sh | 47 ++++++++++++++++++- 4 files changed, 119 insertions(+), 6 deletions(-) -- 2.25.1