]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit56f3bcab1bc90442710e2600218b0ba8bd38308c
treea90ad882fecf7f6ee9f092dda4d6b235852ee021
parentc04742be319b6116db7312d5ef4fc45a2e16df25
parent2e39a38695b4d71428e3b57de9963e1c4fb34dc5
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>