Merge branch 'Multicast-improvement-in-Ocelot-and-Felix-drivers'
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2020 03:41:05 +0000 (20:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2020 03:41:05 +0000 (20:41 -0700)
commit864cefeea03f79f68021fcbc9f04db5e11d52c5d
tree1e3bed01d111157be8c908fcee1abd49c3c8efff
parent19430ede90fdd40efaed4995d98d365623c93072
parent9403c158b8722ada99f5dd7b3717c264879aefa8
Merge branch 'Multicast-improvement-in-Ocelot-and-Felix-drivers'

Vladimir Oltean says:

====================
Multicast improvement in Ocelot and Felix drivers

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.
====================

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