Re: [RFC PATCH 0/2] enable broadcom tagging for bcm531x5 switches

2019-06-25 Thread Florian Fainelli
On 6/25/19 4:20 AM, Benedikt Spranger wrote: > On Sat, 22 Jun 2019 19:24:10 -0700 > Florian Fainelli wrote: > >> Something like this should take care of that (untested). You might >> have to explicitly set the IMP port (port 8) in B53_UC_FWD_EN and >> B53_MC_FWD_EN, though since you turn on manag

Re: [RFC PATCH 0/2] enable broadcom tagging for bcm531x5 switches

2019-06-25 Thread Benedikt Spranger
On Sat, 22 Jun 2019 19:24:10 -0700 Florian Fainelli wrote: > Something like this should take care of that (untested). You might > have to explicitly set the IMP port (port 8) in B53_UC_FWD_EN and > B53_MC_FWD_EN, though since you turn on management mode, this may not > be required. I might have s

Re: [RFC PATCH 0/2] enable broadcom tagging for bcm531x5 switches

2019-06-22 Thread Florian Fainelli
On 6/19/2019 2:18 AM, Benedikt Spranger wrote: > On Tue, 18 Jun 2019 11:16:23 -0700 > Florian Fainelli wrote: > >> How is that a problem for other machines? Does that lead to some kind >> of broadcast storm because there are machines that keep trying to >> respond to ARP solicitations? > Mirror

Re: [RFC PATCH 0/2] enable broadcom tagging for bcm531x5 switches

2019-06-19 Thread Benedikt Spranger
On Tue, 18 Jun 2019 11:16:23 -0700 Florian Fainelli wrote: > How is that a problem for other machines? Does that lead to some kind > of broadcast storm because there are machines that keep trying to > respond to ARP solicitations? Mirroring broadcast packages on the interface they are coming in,

Re: [RFC PATCH 0/2] enable broadcom tagging for bcm531x5 switches

2019-06-18 Thread Florian Fainelli
On 6/18/19 10:57 AM, Benedikt Spranger wrote: > Hi, > > while puting a Banana Pi R1 board into operation I faced network hickups > and get into serious trouble from my coworkers: > > Banana Pi network setup: > PC (eth1) <--> BPi R1 (wan) / BPi R1 (lan4) <--> DUT (eth0) > 10.0.32.1 10.0.32.2

[RFC PATCH 0/2] enable broadcom tagging for bcm531x5 switches

2019-06-18 Thread Benedikt Spranger
Hi, while puting a Banana Pi R1 board into operation I faced network hickups and get into serious trouble from my coworkers: Banana Pi network setup: PC (eth1) <--> BPi R1 (wan) / BPi R1 (lan4) <--> DUT (eth0) 10.0.32.1 10.0.32.2 172.16.0.1 172.16.0.2 ---8<--- #! /bin/bash # cr