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)
commitcfecf0d0017b87c11a978ea9a7d4e5c155b93723
tree05cfdb9509f7d2130b788c6fe1b400e81e937d98
parent39f5886032380e49119786b23274b38e9b3aa99c
parentdcc5e1f9cad0e31198c4a4254981928299b49054
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>