Re: [PATCH v2 net-next 0/6] mv88e6xxx broadcast flooding in hardware

2017-11-09 Thread Vivien Didelot
Hi, David Miller writes: > net/dsa/slave.c: In function ‘dsa_slave_port_attr_get’: > net/dsa/slave.c:349:35: error: ‘struct dsa_switch_tree’ has no member named > ‘tree’ >attr->u.ppid.id_len = sizeof(dst->tree); >^~ >

Re: [PATCH v2 net-next 0/6] mv88e6xxx broadcast flooding in hardware

2017-11-07 Thread David Miller
From: David Miller Date: Wed, 08 Nov 2017 13:58:09 +0900 (KST) > From: Andrew Lunn > Date: Tue, 7 Nov 2017 00:02:25 +0100 > >> This patchset makes the mv88e6xxx driver perform flooding in hardware, >> rather than let the software bridge perform the

Re: [PATCH v2 net-next 0/6] mv88e6xxx broadcast flooding in hardware

2017-11-07 Thread David Miller
From: Andrew Lunn Date: Tue, 7 Nov 2017 00:02:25 +0100 > This patchset makes the mv88e6xxx driver perform flooding in hardware, > rather than let the software bridge perform the flooding. This is a > prerequisite for IGMP snooping on the bridge interface. > > In order to make

[PATCH v2 net-next 0/6] mv88e6xxx broadcast flooding in hardware

2017-11-06 Thread Andrew Lunn
This patchset makes the mv88e6xxx driver perform flooding in hardware, rather than let the software bridge perform the flooding. This is a prerequisite for IGMP snooping on the bridge interface. In order to make hardware broadcasting work, a few other issues need fixing or improving.