Merge branch 'mlxsw-fw-mark-offload'
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 Aug 2016 20:13:37 +0000 (13:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Aug 2016 20:13:37 +0000 (13:13 -0700)
commited35ca994f97211abdbc87063d8869ead99b508c
tree2bc2ff94ee7c44d90a6773fba11abeb0c121db28
parent2a313cdf1e6e4cc8cc3f16f976e1abfbdd0626fa
parent1c6c6d221e2b2efb7084b215ef7f59f2bf211b14
Merge branch 'mlxsw-fw-mark-offload'

Jiri Pirko says:

====================
mlxsw: Introduce support for offload forward mark

Ido says:
This patchset enables the forwarding of certain control packets by the
device instead of relying on the CPU to do the forwarding.

The first two patches simplify the current switchdev offload forward
infrastructure and make it usable for stacked devices. This is done by
moving the packet and port marking to the bridge driver instead of the
switch driver.

Patches 3-5 add the mlxsw specific bits to support the forward mark.
====================

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