Re: [PATCH net-next 00/20] net: dsa: distribute switch events

2017-05-22 Thread David Miller
From: Florian Fainelli Date: Mon, 22 May 2017 13:01:06 -0700 > For this entire series: > > Tested-by: Florian Fainelli > > on a 7445 (bcm-sf2), normal bridging still worked, and bridging with > VLAN filtering also did, just like adding VLANs to

Re: [PATCH net-next 00/20] net: dsa: distribute switch events

2017-05-22 Thread David Miller
From: Florian Fainelli Date: Mon, 22 May 2017 13:01:06 -0700 > For this entire series: > > Tested-by: Florian Fainelli > > on a 7445 (bcm-sf2), normal bridging still worked, and bridging with > VLAN filtering also did, just like adding VLANs to user-facing ports > also did. > > Great job!

Re: [PATCH net-next 00/20] net: dsa: distribute switch events

2017-05-22 Thread Florian Fainelli
Yo Vivien, On 05/19/2017 02:00 PM, Vivien Didelot wrote: > DSA is by nature the support for a switch fabric, which can be composed > of a single, or multiple interconnected Ethernet switch chips. > > The current DSA core behavior is to identify the slave port targeted by > a request (e.g. adding

Re: [PATCH net-next 00/20] net: dsa: distribute switch events

2017-05-22 Thread Florian Fainelli
Yo Vivien, On 05/19/2017 02:00 PM, Vivien Didelot wrote: > DSA is by nature the support for a switch fabric, which can be composed > of a single, or multiple interconnected Ethernet switch chips. > > The current DSA core behavior is to identify the slave port targeted by > a request (e.g. adding

Re: [PATCH net-next 00/20] net: dsa: distribute switch events

2017-05-22 Thread Andrew Lunn
On Mon, May 22, 2017 at 10:45:57AM -0400, David Miller wrote: > From: Vivien Didelot > Date: Fri, 19 May 2017 17:00:35 -0400 > > > DSA is by nature the support for a switch fabric, which can be composed > > of a single, or multiple interconnected Ethernet

Re: [PATCH net-next 00/20] net: dsa: distribute switch events

2017-05-22 Thread Andrew Lunn
On Mon, May 22, 2017 at 10:45:57AM -0400, David Miller wrote: > From: Vivien Didelot > Date: Fri, 19 May 2017 17:00:35 -0400 > > > DSA is by nature the support for a switch fabric, which can be composed > > of a single, or multiple interconnected Ethernet switch chips. > > > > The current DSA

Re: [PATCH net-next 00/20] net: dsa: distribute switch events

2017-05-22 Thread David Miller
From: Vivien Didelot Date: Fri, 19 May 2017 17:00:35 -0400 > DSA is by nature the support for a switch fabric, which can be composed > of a single, or multiple interconnected Ethernet switch chips. > > The current DSA core behavior is to identify the slave

Re: [PATCH net-next 00/20] net: dsa: distribute switch events

2017-05-22 Thread David Miller
From: Vivien Didelot Date: Fri, 19 May 2017 17:00:35 -0400 > DSA is by nature the support for a switch fabric, which can be composed > of a single, or multiple interconnected Ethernet switch chips. > > The current DSA core behavior is to identify the slave port targeted by > a request (e.g.

[PATCH net-next 00/20] net: dsa: distribute switch events

2017-05-19 Thread Vivien Didelot
DSA is by nature the support for a switch fabric, which can be composed of a single, or multiple interconnected Ethernet switch chips. The current DSA core behavior is to identify the slave port targeted by a request (e.g. adding a VLAN entry), and program the switch chip to which it belongs

[PATCH net-next 00/20] net: dsa: distribute switch events

2017-05-19 Thread Vivien Didelot
DSA is by nature the support for a switch fabric, which can be composed of a single, or multiple interconnected Ethernet switch chips. The current DSA core behavior is to identify the slave port targeted by a request (e.g. adding a VLAN entry), and program the switch chip to which it belongs