Merge branch 'mlxsw-pass-gact'
Jiri Pirko says:
====================
mlxsw: Introduce support for "pass" gact action offloading
Very simple patchset adds ability for user to insert filters with "pass"
gact action and offload it. That allows scenarios like this:
$ tc filter add dev enp3s0np19 ingress protocol ip pref 10 flower skip_sw dst_ip 192.168.101.0/24 action drop
$ tc filter add dev enp3s0np19 ingress protocol ip pref 9 flower skip_sw dst_ip 192.168.101.1 action pass
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c 8 additions, 6 deletionsdrivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.c
- drivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.h 2 additions, 2 deletionsdrivers/net/ethernet/mellanox/mlxsw/core_acl_flex_actions.h
- drivers/net/ethernet/mellanox/mlxsw/spectrum.h 3 additions, 3 deletionsdrivers/net/ethernet/mellanox/mlxsw/spectrum.h
- drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c 5 additions, 5 deletionsdrivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c
- drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c 5 additions, 1 deletiondrivers/net/ethernet/mellanox/mlxsw/spectrum_acl_tcam.c
- drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c 8 additions, 2 deletionsdrivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
- include/net/tc_act/tc_gact.h 5 additions, 0 deletionsinclude/net/tc_act/tc_gact.h
Loading
Please register or sign in to comment