]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-Implement-flower-ingress-device-matching-offload'
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Jun 2019 14:09:22 +0000 (10:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Jun 2019 14:09:22 +0000 (10:09 -0400)
commitf11f04c5a9a6de95c2ac39776a1da3fc0e012f3e
tree05cfdb9509f7d2130b788c6fe1b400e81e937d98
parent6adabf9a8c8d141382e890446be506cc40715961
parentad0add061173583b2b019d223f8eb7e008a6e7bb
Merge branch 'mlxsw-Implement-flower-ingress-device-matching-offload'

Ido Schimmel says:

====================
mlxsw: Implement flower ingress device matching offload

Jiri says:

In case of using shared block, user might find it handy to be able to insert
filters to match on particular ingress device. This patchset exposes the
ingress ifindex through flow_dissector and flow_offload so mlxsw can use it to
push down to HW. See the selftests for examples of usage.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>