Ethernet Bridge development
 help / color / mirror / Atom feed
* [Bridge] rstp for 2.4 kernel: port state keeps changing
@ 2007-03-09 17:24 Marc.Obbad
  2007-03-09 18:55 ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Marc.Obbad @ 2007-03-09 17:24 UTC (permalink / raw)
  To: netdev, bridge


Hi,

I am using RSTP for 2.4 kernel.

I have created a loop between two bridges:

                   P1  -----------------------------------  P1
BR1                                                                                BR2
                   P2  ----------------------------------   P2


BR2  is rinning linux bridge RSTP.

BR1 is a Root running STP ( Netgear switch).

The port P2 on BR2 go to Blocking state for a while, then  got to Listening state, learning State, Forwarding state and
then back to Blocking State.
The same thing happen over and over.

Any help is appreciated.


Regrads,

-Marc.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Bridge] rstp for 2.4 kernel: port state keeps changing
  2007-03-09 17:24 [Bridge] rstp for 2.4 kernel: port state keeps changing Marc.Obbad
@ 2007-03-09 18:55 ` Stephen Hemminger
  2007-03-09 20:20   ` Marc.Obbad
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2007-03-09 18:55 UTC (permalink / raw)
  To: Marc.Obbad; +Cc: netdev, bridge

On Fri, 9 Mar 2007 12:24:40 -0500
Marc.Obbad@smsc.com wrote:

> 
> Hi,
> 
> I am using RSTP for 2.4 kernel.

RSTP is not in the mainline kernel tree. Please post the patch or a where the
source can be downloaded.

-- 
Stephen Hemminger <shemminger@linux-foundation.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Bridge] rstp for 2.4 kernel: port state keeps changing
  2007-03-09 18:55 ` Stephen Hemminger
@ 2007-03-09 20:20   ` Marc.Obbad
  2007-03-09 20:31     ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Marc.Obbad @ 2007-03-09 20:20 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: bridge-bounces, bridge, netdev

I have downloaded RSTP from this site:


      http://developer.osdl.org/shemminger/prototypes/rstp-2.4.zip


-Marc





                                                                                                                        
             Stephen Hemminger                                                                                          
             <shemminger@linux-foundation.org>                                                                          
             Sent by:                                                                                                To 
             bridge-bounces@lists.osdl.org               Marc Obbad/SMSC@SMSC                                           
                                                                                                                     cc 
                                                         netdev@vger.kernel.org, bridge@linux-foundation.org            
             03/09/2007 01:55 PM                                                                                Subject 
                                                         Re: [Bridge] rstp for 2.4 kernel: port state keeps changing    
                                                                                                                        
                                                                                                                        
                                                                                                                        
                                                                                                                        
                                                                                                                        
                                                                                                                        




On Fri, 9 Mar 2007 12:24:40 -0500
Marc.Obbad@smsc.com wrote:

>
> Hi,
>
> I am using RSTP for 2.4 kernel.

RSTP is not in the mainline kernel tree. Please post the patch or a where the
source can be downloaded.

--
Stephen Hemminger <shemminger@linux-foundation.org>
_______________________________________________
Bridge mailing list
Bridge@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/bridge



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Bridge] rstp for 2.4 kernel: port state keeps changing
  2007-03-09 20:20   ` Marc.Obbad
@ 2007-03-09 20:31     ` Stephen Hemminger
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2007-03-09 20:31 UTC (permalink / raw)
  To: Marc.Obbad; +Cc: bridge-bounces, bridge, netdev

On Fri, 9 Mar 2007 15:20:02 -0500
Marc.Obbad@smsc.com wrote:

> I have downloaded RSTP from this site:
> 
> 
>       http://developer.osdl.org/shemminger/prototypes/rstp-2.4.zip
> 
> 

That's cool, I didn't know anyone got the old code to work!


-- 
Stephen Hemminger <shemminger@linux-foundation.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Bridge] rstp for 2.4 kernel: port state keeps changing
       [not found] <45F8E00A.7050908@gmail.com>
@ 2007-03-15 17:10 ` Marc.Obbad
  0 siblings, 0 replies; 5+ messages in thread
From: Marc.Obbad @ 2007-03-15 17:10 UTC (permalink / raw)
  To: ptiwatthanont; +Cc: bridge-bounces, bridge, netdev

For me, I ma building for Embedded platform.
Go to Directory where the Makefile is and do this:


make -C  $LINUX_DIR  SUBDIRS=$PWD  modules
LINUX_DIR should point to LINUX directory

LINUX_DIR=/home/swdev/PPC/linux/   as example

-Marc.



                                                                                                                        
             Pasakorn Tiwatthanont                                                                                      
             <ptiwatthanont@gmail.com>                                                                                  
             Sent by:                                                                                                To 
             bridge-bounces@lists.osdl.org               Marc Obbad/SMSC@SMSC                                           
                                                                                                                     cc 
                                                         bridge-bounces@lists.osdl.org, bridge@linux-foundation.org,    
             03/15/2007 01:56 AM                         netdev@vger.kernel.org                                         
                                                                                                                Subject 
                                                         Re: [Bridge] rstp for 2.4 kernel: port state keeps changing    
                      Please respond to                                                                                 
                   ptiwatthanont@gmail.com                                                                              
                                                                                                                        
                                                                                                                        
                                                                                                                        
                                                                                                                        




Dear,\0    I tried to patch rstp-2.4.zip but I can not compile it.
If don't take your time too much, please explain me how to use
this patch files.

Thank you very much
iPAS

Marc.Obbad@smsc.com wrote:
      I have downloaded RSTP from this site:


            http://developer.osdl.org/shemminger/prototypes/rstp-2.4.zip


      -Marc






                   Stephen Hemminger

                   <shemminger@linux-foundation.org>

                   Sent by:
      To
                   bridge-bounces@lists.osdl.org               Marc Obbad/SMSC@SMSC

      cc
                                                               netdev@vger.kernel.org, bridge@linux-foundation.org

                   03/09/2007 01:55 PM
      Subject
                                                               Re: [Bridge] rstp for 2.4 kernel: port state keeps
      changing










      On Fri, 9 Mar 2007 12:24:40 -0500
      Marc.Obbad@smsc.com wrote:


            Hi,

            I am using RSTP for 2.4 kernel.


      RSTP is not in the mainline kernel tree. Please post the patch or a where the
      source can be downloaded.

      --
      Stephen Hemminger <shemminger@linux-foundation.org>
      _______________________________________________
      Bridge mailing list
      Bridge@lists.osdl.org
      https://lists.osdl.org/mailman/listinfo/bridge


      _______________________________________________
      Bridge mailing list
      Bridge@lists.osdl.org
      https://lists.osdl.org/mailman/listinfo/bridge

        _______________________________________________
      Bridge mailing list
      Bridge@lists.osdl.org
      https://lists.osdl.org/mailman/listinfo/bridge




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-03-15 17:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-09 17:24 [Bridge] rstp for 2.4 kernel: port state keeps changing Marc.Obbad
2007-03-09 18:55 ` Stephen Hemminger
2007-03-09 20:20   ` Marc.Obbad
2007-03-09 20:31     ` Stephen Hemminger
     [not found] <45F8E00A.7050908@gmail.com>
2007-03-15 17:10 ` Marc.Obbad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox