Merge branch 'mlxsw-flow-based-forwarding-OVS'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Apr 2017 19:32:32 +0000 (15:32 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Apr 2017 19:32:32 +0000 (15:32 -0400)
commitd02e93d6471c44cc80e407f2c9791bc00fed2e91
treea90ad882fecf7f6ee9f092dda4d6b235852ee021
parentfada43ccc84e225fe8d3804878a4028def7f85a5
parent9d41accc1e917d071497d749e9686ba6db91517e
Merge branch 'mlxsw-flow-based-forwarding-OVS'

Jiri Pirko says:

====================
mlxsw: Allow flow based forwarding in OVS

This patchset does some fixes so the HW is setup correctly to do
flow-based (ACL based) forwarding for OVS-enslaved port.

The first patch is just trivial fix spotted on the way.

Patches 2-4 take care of proper FID setup which HW needs in order to
for ACL based forwarding.

The 7th patch (with dependency of patch 5 and 6) takes care of proper setup
of ports that are enslaved in OVS.

The last patch implements new FID miss trap that is used to push
packets belonging to unknown flows to kernel and userspace.
====================

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