From: David S. Miller Date: Wed, 27 Sep 2017 03:26:45 +0000 (-0700) Subject: Merge branch 'mlxsw-pass-gact' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=14a0d032f4ecd9a82294665bd65b4a0480496198;p=linux.git 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 --- 14a0d032f4ecd9a82294665bd65b4a0480496198