]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7c6dd8e70e21812e76698186ab7abde4c90787a9
tree2bc2ff94ee7c44d90a6773fba11abeb0c121db28
parent7ac5b5a6a0cab530dd90805e19e31b0c663d755c
parente583c400fff663eea033a5b6120eb52292b295d9
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>