]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'mlxsw-spectrum'
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Oct 2015 14:15:31 +0000 (07:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Oct 2015 14:15:31 +0000 (07:15 -0700)
commit4be3158abe1e02d24f82b34101e41d662fae2185
tree38467400301d678df24d1e48a07646af18a7b47a
parent125ecf4b5994f17cb581af399933d0bd0b153080
parent56ade8fe3fe1e134783f61d164305107ae01030f
Merge branch 'mlxsw-spectrum'

Jiri Pirko says:

====================
mlxsw: Driver update, add initial support for Spectrum ASIC

Purpose of this patchset is to introduce initial support for Mellanox
Spectrum ASIC, including L2 bridge forwarding offload.

The only non-mlxsw patch in this patchset is the first one, introducing
pre-change upper notifier. That is used in last patch to ensure ports of
single ASIC are not bridged into multiple bridges, as that scenario is
currently not supported by driver.
====================

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