Re: [RFC 6/9] net: dsa: mv88e6352: allow egress of unknown multicast

2015-06-09 Thread Vivien Didelot
Hi Guenter, On Jun 2, 2015, at 9:52 PM, Vivien Didelot vivien.dide...@savoirfairelinux.com wrote: > On Jun 2, 2015, at 10:20 AM, Guenter Roeck li...@roeck-us.net wrote: >> On 06/01/2015 06:27 PM, Vivien Didelot wrote: >>> This patch disables egress of unknown unicast destination addresses. >>> >>

Re: [RFC 6/9] net: dsa: mv88e6352: allow egress of unknown multicast

2015-06-02 Thread Vivien Didelot
Hi Guenter, On Jun 2, 2015, at 10:20 AM, Guenter Roeck li...@roeck-us.net wrote: > On 06/01/2015 06:27 PM, Vivien Didelot wrote: >> This patch disables egress of unknown unicast destination addresses. >> > > Hi Vivien, > > seems to me this patch is unrelated to the rest of the series. > > Not s

Re: [RFC 6/9] net: dsa: mv88e6352: allow egress of unknown multicast

2015-06-02 Thread Guenter Roeck
On 06/01/2015 06:27 PM, Vivien Didelot wrote: This patch disables egress of unknown unicast destination addresses. Hi Vivien, seems to me this patch is unrelated to the rest of the series. Not sure if we really want this. If an address is in the arp cache but has timed out from the bridge da

[RFC 6/9] net: dsa: mv88e6352: allow egress of unknown multicast

2015-06-01 Thread Vivien Didelot
This patch disables egress of unknown unicast destination addresses. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx.c | 3 ++- drivers/net/dsa/mv88e6xxx.h | 5 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/net/dsa/mv88e6xxx.c b/drivers/net/dsa/mv88e6xxx