mbox series

[net-next,0/5] Multicast improvement in Ocelot and Felix drivers

Message ID 20200621114603.119608-1-olteanv@gmail.com
Headers show
Series Multicast improvement in Ocelot and Felix drivers | expand

Message

Vladimir Oltean June 21, 2020, 11:45 a.m. UTC
From: Vladimir Oltean <vladimir.oltean@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(-)