]> 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)
commit4487ac6d7f7790377b0d0956dfb71bc1d5c9eec6
treea90ad882fecf7f6ee9f092dda4d6b235852ee021
parent061135cf8252a17a9dcdf19b13bc7f487aee51a9
parent5f665ee4e0e5852a7a2dd1c7788af5880484f7d8
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>