]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-layer2-multicast'
authorDavid S. Miller <davem@davemloft.net>
Sun, 10 Jan 2016 21:50:21 +0000 (16:50 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 10 Jan 2016 21:50:21 +0000 (16:50 -0500)
commit40a82bccc1d2efa732cf6d451bbc95d5091db0a2
tree0477eec356f1e7c9422c1fa3ea66da92bc31defb
parent00a24510021440a0bd8c4454197272248a2ecb1f
parenta2be7b2224bcccbc2dfc3d369d644da302f64630
Merge branch 'mlxsw-layer2-multicast'

Jiri Pirko says:

====================
mlxsw: Adding layer 2 multicast

Elad says:

This patchset add Linux hardware reflection for L2 multicast offload and add
MC support in mlxsw. For every bridge MDB entry insertion, either by IGMP
snooping or by static insertion/removal, a switchdev ops is been called.
In mlxsw, a new multicast group (MID) is been created and ports are assigned.
When all ports are removed, the multicast group is been deleted.

---
v1->v2:
- GFP_ATOMIC->GFP_KERNEL change in patch 7/8
====================

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