From: Vladimir Oltean <vladimir.olt...@nxp.com> This series makes some basic multicast forwarding functionality work for Felix DSA and for Ocelot switchdev. IGMP/MLD snooping in Felix is still missing, and there are other improvements to be made in the general area of multicast address filtering towards the CPU, but let's get these hardware-specific fixes out of the way first.
Vladimir Oltean (5): net: mscc: ocelot: fix encoding destination ports into multicast IPv4 address net: mscc: ocelot: make the NPI port a proper target for FDB and MDB net: dsa: felix: call port mdb operations from ocelot net: mscc: ocelot: introduce macros for iterating over PGIDs net: mscc: ocelot: support IPv4, IPv6 and plain Ethernet mdb entries drivers/net/dsa/ocelot/felix.c | 26 +++++ drivers/net/ethernet/mscc/ocelot.c | 137 ++++++++++++++++++------- drivers/net/ethernet/mscc/ocelot.h | 6 +- drivers/net/ethernet/mscc/ocelot_net.c | 28 ++++- include/soc/mscc/ocelot.h | 19 ++++ 5 files changed, 175 insertions(+), 41 deletions(-) -- 2.25.1