Oliver.Graute at neuhaus.de
2014-Oct-28 07:25 UTC
[Bridge] Antwort: RSTP daemon and Marvel switch
Hello Satya,> RSTP daemon runs in application and stops the kernel stp and informs > to pass the packets to application layer. > RSTP daemon waits in raw socket with stp filter. > You just need to change the a bit code for port wise that all.ok thanks, do I need the DSA (Distributed Switch Architecture) driver support to distinguish from which port a frame arrived? Currently, I can not distinguish these frames. I can't find DSA drivers in the mainline Linux Kernel for the Marvel Switch Chip (88E6071) . Bur there are drivers for other DSA supported chips from marvel (88E6060). Related Question: How do I customize my device tree bindings (dts file) for DSA support? Best regards, Oliver Graute -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linuxfoundation.org/pipermail/bridge/attachments/20141028/cda1086a/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2407 bytes Desc: not available URL: <http://lists.linuxfoundation.org/pipermail/bridge/attachments/20141028/cda1086a/attachment.bin>
M Satyanarayana Reddy
2014-Oct-28 08:08 UTC
[Bridge] Antwort: RSTP daemon and Marvel switch
Hi Oliver, Yes , you need DSA to distinguish from which port a frame arrived. DSA driver in Linux is available in below path, "drivers/net/dsa/" for reference " http://lxr.free-electrons.com/source/drivers/net/dsa/" Thank you Satya On 10/28/2014 12:55 PM, Oliver.Graute at neuhaus.de wrote:> > Hello Satya, > > > > RSTP daemon runs in application and stops the kernel stp and informs > > to pass the packets to application layer. > > RSTP daemon waits in raw socket with stp filter. > > You just need to change the a bit code for port wise that all. > > ok thanks, > > do I need the DSA (Distributed Switch Architecture) driver support to > distinguish from which port a frame arrived? Currently, I can not > distinguish these frames. > > I can't find DSA drivers in the mainline Linux Kernel for the Marvel > Switch Chip (88E6071) . Bur there are drivers for other DSA supported > chips from marvel (88E6060). > > Related Question: > > How do I customize my device tree bindings (dts file) for DSA support? > > > Best regards, > > Oliver Graute >