]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-next'
authorDavid S. Miller <davem@davemloft.net>
Sun, 11 Oct 2015 12:28:57 +0000 (05:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Oct 2015 12:28:57 +0000 (05:28 -0700)
commit95ba99eb3e36ed10d193f0b8d27ade9f8d324b3d
tree079695ca71bcde8fcb2b7ce89beec414d64082ce
parenta467bc6251c565e5f40f3996f642cbc0f50fd21f
parent01512e39070b7ccc74548c74ee668b1e22e8ef6e
Merge branch 'dsa-next'

Vivien Didelot says:

====================
net: dsa: push switchdev prepare phase in FDB ops

This patchset pushes the switchdev prepare phase for the FDB add and del
operations down to the DSA drivers. Currently only mv88e6xxx is affected.

Since the dump requires a bit of refactoring in the driver, it'll come in a
future patchset.

Changes in v2:
 * forward declare switchdev structs instead of fixing the dsa.h include.
====================

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