Re: [PATCH net-next 1/2] Documentation: networking: add a DSA document

2015-08-25 Thread Vivien Didelot
Hi Florian, Thanks for writing this, that's really nice to read such a documentation! Below are a couple of nitpicks. On 15-08-25 06:50:41, Florian Fainelli wrote: > Describe how the DSA subsystem works, its design principles, > limitations, and describe in details how to implement a DSA switch

Re: [PATCH net-next 1/2] Documentation: networking: add a DSA document

2015-08-25 Thread Andrew Lunn
Hi Florian Nice document. A few typos below, but i did not get all the way to the bottom, so another email will follow. Also, maybe it would be good to mention the philosophy, that features should be configured in the usual Linux way. We use the hardware to accelerate features which Linux already

Re: [PATCH net-next 1/2] Documentation: networking: add a DSA document

2015-08-25 Thread Scott Feldman
On Tue, Aug 25, 2015 at 6:50 AM, Florian Fainelli wrote: > Describe how the DSA subsystem works, its design principles, > limitations, and describe in details how to implement a DSA switch > driver. > > Signed-off-by: Florian Fainelli [cut] > +Interactions with other subsystems > +=

[PATCH net-next 1/2] Documentation: networking: add a DSA document

2015-08-25 Thread Florian Fainelli
Describe how the DSA subsystem works, its design principles, limitations, and describe in details how to implement a DSA switch driver. Signed-off-by: Florian Fainelli --- Documentation/networking/dsa/dsa.txt | 584 +++ 1 file changed, 584 insertions(+) create mo