From: Jiri Pirko <j...@mellanox.com> This patchset adds support to offload VLAN modify TC action and adds support to offload cls_flower rules that include VID and PCP matching.
Petr Machata (2): mlxsw: spectrum: Add support for vlan modify TC action mlxsw: spectrum: Add support for flower matches on VLAN ID, PCP .../mellanox/mlxsw/core_acl_flex_actions.c | 83 ++++++++++++++++++++++ .../mellanox/mlxsw/core_acl_flex_actions.h | 2 + .../ethernet/mellanox/mlxsw/core_acl_flex_keys.h | 6 +- drivers/net/ethernet/mellanox/mlxsw/spectrum.h | 3 + drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c | 29 ++++++++ .../mellanox/mlxsw/spectrum_acl_flex_keys.h | 6 ++ .../ethernet/mellanox/mlxsw/spectrum_acl_tcam.c | 2 + .../net/ethernet/mellanox/mlxsw/spectrum_flower.c | 34 ++++++++- include/net/tc_act/tc_vlan.h | 5 ++ 9 files changed, 168 insertions(+), 2 deletions(-) -- 2.7.4