From: Jiri Pirko <jiri@resnulli.us>
Date: Sun, 10 Jan 2016 21:06:21 +0100
From: Jiri Pirko <redacted>
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
Series applied, thanks Jiri!