Re: [PATCH net-next 08/11] net: dsa: restore mdb dump

2017-08-15 Thread Florian Fainelli
On 08/14/2017 03:22 PM, Vivien Didelot wrote: > The same dsa_fdb_dump_cb_t callback is used since there is no > distinction to do between FDB and MDB entries at this layer. > > Implement mv88e6xxx_port_mdb_dump so that multicast addresses associated > to a switch port can be dumped. > > Signed-

Re: [PATCH net-next 08/11] net: dsa: restore mdb dump

2017-08-14 Thread Andrew Lunn
On Mon, Aug 14, 2017 at 06:22:39PM -0400, Vivien Didelot wrote: > The same dsa_fdb_dump_cb_t callback is used since there is no > distinction to do between FDB and MDB entries at this layer. > > Implement mv88e6xxx_port_mdb_dump so that multicast addresses associated > to a switch port can be dump

[PATCH net-next 08/11] net: dsa: restore mdb dump

2017-08-14 Thread Vivien Didelot
The same dsa_fdb_dump_cb_t callback is used since there is no distinction to do between FDB and MDB entries at this layer. Implement mv88e6xxx_port_mdb_dump so that multicast addresses associated to a switch port can be dumped. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx/chip.c