Re: [PATCH net-next v4] Documentation: networking: Clarify switchdev devices behavior

2019-01-11 Thread Ido Schimmel
On Fri, Jan 11, 2019 at 10:34:01AM -0800, Florian Fainelli wrote: > On 1/11/19 7:06 AM, Ido Schimmel wrote: > > On Thu, Jan 10, 2019 at 11:32:06AM -0800, Florian Fainelli wrote: > >> +- with VLAN filtering turned on: frames ingressing the device with a VID > >> that is > >> + not programmed into

Re: [PATCH net-next v4] Documentation: networking: Clarify switchdev devices behavior

2019-01-11 Thread Florian Fainelli
On 1/11/19 7:06 AM, Ido Schimmel wrote: > On Thu, Jan 10, 2019 at 11:32:06AM -0800, Florian Fainelli wrote: >> This patch provides details on the expected behavior of switchdev >> enabled network devices when operating in a "stand alone" mode, as well >> as when being bridge members. This clarifies

Re: [PATCH net-next v4] Documentation: networking: Clarify switchdev devices behavior

2019-01-11 Thread Ido Schimmel
On Fri, Jan 11, 2019 at 04:43:31PM +0100, Andrew Lunn wrote: > > > +IGMP snooping > > > +~ > > > + > > > +The Linux bridge allows the configuration of IGMP snooping (compile and > > > run > > > +time) which must be observed by the underlying switchdev network > > > device/hardware > >

Re: [PATCH net-next v4] Documentation: networking: Clarify switchdev devices behavior

2019-01-11 Thread Andrew Lunn
> > +IGMP snooping > > +~ > > + > > +The Linux bridge allows the configuration of IGMP snooping (compile and run > > +time) which must be observed by the underlying switchdev network > > device/hardware > > +in the following way: > > + > > +- when IGMP snooping is turned off, multicast

Re: [PATCH net-next v4] Documentation: networking: Clarify switchdev devices behavior

2019-01-11 Thread Ido Schimmel
On Thu, Jan 10, 2019 at 11:32:06AM -0800, Florian Fainelli wrote: > This patch provides details on the expected behavior of switchdev > enabled network devices when operating in a "stand alone" mode, as well > as when being bridge members. This clarifies a number of things that > recently came up d

Re: [PATCH net-next v4] Documentation: networking: Clarify switchdev devices behavior

2019-01-10 Thread Randy Dunlap
On 1/10/19 11:32 AM, Florian Fainelli wrote: > This patch provides details on the expected behavior of switchdev > enabled network devices when operating in a "stand alone" mode, as well > as when being bridge members. This clarifies a number of things that > recently came up during a bug fixing se

[PATCH net-next v4] Documentation: networking: Clarify switchdev devices behavior

2019-01-10 Thread Florian Fainelli
This patch provides details on the expected behavior of switchdev enabled network devices when operating in a "stand alone" mode, as well as when being bridge members. This clarifies a number of things that recently came up during a bug fixing session on the b53 DSA switch driver. Signed-off-by: F