]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-pass-gact'
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Sep 2017 03:26:45 +0000 (20:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Sep 2017 03:26:45 +0000 (20:26 -0700)
commit843bed2b58834fa89bd51d810f8e4b95be796933
tree4f2d21f961f2054e6205222793185e83931c17e9
parent9987f42daa67595c73968b5fcebac64256a199df
parent835bd80f796fd7f54b97b770d82e296ebdeacba4
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>