All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] F13 bridge issues
@ 2010-10-13 15:27 Mark Liggett
  2010-10-13 15:45 ` Stephen Hemminger
  2010-10-13 15:46 ` Stephen Hemminger
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Liggett @ 2010-10-13 15:27 UTC (permalink / raw)
  To: bridge@lists.linux-foundation.org

[-- Attachment #1: Type: text/plain, Size: 994 bytes --]

Hi everyone,

I'm using Ethernet bridging on an up-to-date F13 system.  I've created a bridge adapter br0 and added eth2 and eth3 to it.  Everything works as expected for a short time before the 2 Ethernet cards used in the bridge start reporting millions of errors.  I confirmed this is the case on 2 separate systems (although both systems use Intel NICs).  To try to resolve this I've:

- Compiled and installed the latest Intel igb driver 2.3.4
- Installed the latest Fedora kernel 2.6.34.7-56
- Uninstalled the standard bridge-utils 1.2-9, before compiling and installing version 1.4

I've pastebin'd the system config here:  http://pastebin.ca/1960777

You can see the errors listed on eth2 and eth3.  I've tried both setting the bridge up using /etc/sysconfig/network-scripts as well as manually (using brctl and ifconfig).

My bridge/Ethernet interface configs are listed here: http://pastebin.ca/1960790

Any suggestions would be greatly appreciated.

Thanks,

Mark

[-- Attachment #2: Type: text/html, Size: 1463 bytes --]

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

* Re: [Bridge] F13 bridge issues
  2010-10-13 15:27 [Bridge] F13 bridge issues Mark Liggett
@ 2010-10-13 15:45 ` Stephen Hemminger
  2010-10-13 15:46 ` Stephen Hemminger
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2010-10-13 15:45 UTC (permalink / raw)
  To: Mark Liggett; +Cc: bridge@lists.linux-foundation.org

On Wed, 13 Oct 2010 11:27:18 -0400
Mark Liggett <mliggett@btisystems.com> wrote:

> Hi everyone,
> 
> I'm using Ethernet bridging on an up-to-date F13 system.  I've created a bridge adapter br0 and added eth2 and eth3 to it.  Everything works as expected for a short time before the 2 Ethernet cards used in the bridge start reporting millions of errors.  I confirmed this is the case on 2 separate systems (although both systems use Intel NICs).  To try to resolve this I've:
> 
> - Compiled and installed the latest Intel igb driver 2.3.4
> - Installed the latest Fedora kernel 2.6.34.7-56
> - Uninstalled the standard bridge-utils 1.2-9, before compiling and installing version 1.4
> 
> I've pastebin'd the system config here:  http://pastebin.ca/1960777
> 
> You can see the errors listed on eth2 and eth3.  I've tried both setting the bridge up using /etc/sysconfig/network-scripts as well as manually (using brctl and ifconfig).
> 
> My bridge/Ethernet interface configs are listed here: http://pastebin.ca/1960790
> 
> Any suggestions would be greatly appreciated.
> 
> Thanks,
> 
> Mark

Something is wrong with those interfaces.
Get the ethtool statistics and other data and report it to the e1000 list.


-- 

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

* Re: [Bridge] F13 bridge issues
  2010-10-13 15:27 [Bridge] F13 bridge issues Mark Liggett
  2010-10-13 15:45 ` Stephen Hemminger
@ 2010-10-13 15:46 ` Stephen Hemminger
  2010-10-13 16:14   ` Mark Liggett
  2010-10-14 16:00   ` Mark Liggett
  1 sibling, 2 replies; 5+ messages in thread
From: Stephen Hemminger @ 2010-10-13 15:46 UTC (permalink / raw)
  To: Mark Liggett; +Cc: bridge@lists.linux-foundation.org

On Wed, 13 Oct 2010 11:27:18 -0400
Mark Liggett <mliggett@btisystems.com> wrote:

> Hi everyone,
> 
> I'm using Ethernet bridging on an up-to-date F13 system.  I've created a bridge adapter br0 and added eth2 and eth3 to it.  Everything works as expected for a short time before the 2 Ethernet cards used in the bridge start reporting millions of errors.  I confirmed this is the case on 2 separate systems (although both systems use Intel NICs).  To try to resolve this I've:
> 
> - Compiled and installed the latest Intel igb driver 2.3.4
> - Installed the latest Fedora kernel 2.6.34.7-56
> - Uninstalled the standard bridge-utils 1.2-9, before compiling and installing version 1.4
> 
> I've pastebin'd the system config here:  http://pastebin.ca/1960777
> 
> You can see the errors listed on eth2 and eth3.  I've tried both setting the bridge up using /etc/sysconfig/network-scripts as well as manually (using brctl and ifconfig).
> 
> My bridge/Ethernet interface configs are listed here: http://pastebin.ca/1960790
> 
> Any suggestions would be greatly appreciated.
> 
> Thanks,
> 
> Mark

You might also be creating a packet loop?
Turn on spanning tree and find out.

-- 

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

* Re: [Bridge] F13 bridge issues
  2010-10-13 15:46 ` Stephen Hemminger
@ 2010-10-13 16:14   ` Mark Liggett
  2010-10-14 16:00   ` Mark Liggett
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Liggett @ 2010-10-13 16:14 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: bridge@lists.linux-foundation.org

[-- Attachment #1: Type: text/plain, Size: 1989 bytes --]

Thanks Stephen,

My set up is as follows:

client -> eth2-eth3 -> cisco switch

The client is directly connected to eth2 on the bridge, eth3 is directly connected to a cisco switch.  The port on the cisco has spanning-tree disabled (with 'spanning-tree bpduguard enable') won't won't allow any bpdu's to or from the port.  The cisco or the client don't report any errors or show abnormal stats - the communications just stop.  The ports stay link up but no traffic can flow until the server is rebooted.

After I enabled STP on the bridge I got the same issue (I had to remove the spanning-tree bpduguard from the switch port as it goes to err-disabled otherwise).

Kind regards,

Mark



On 13/10/2010 16:46, "Stephen Hemminger" <shemminger@linux-foundation.org> wrote:

On Wed, 13 Oct 2010 11:27:18 -0400
Mark Liggett <mliggett@btisystems.com> wrote:

> Hi everyone,
>
> I'm using Ethernet bridging on an up-to-date F13 system.  I've created a bridge adapter br0 and added eth2 and eth3 to it.  Everything works as expected for a short time before the 2 Ethernet cards used in the bridge start reporting millions of errors.  I confirmed this is the case on 2 separate systems (although both systems use Intel NICs).  To try to resolve this I've:
>
> - Compiled and installed the latest Intel igb driver 2.3.4
> - Installed the latest Fedora kernel 2.6.34.7-56
> - Uninstalled the standard bridge-utils 1.2-9, before compiling and installing version 1.4
>
> I've pastebin'd the system config here:  http://pastebin.ca/1960777
>
> You can see the errors listed on eth2 and eth3.  I've tried both setting the bridge up using /etc/sysconfig/network-scripts as well as manually (using brctl and ifconfig).
>
> My bridge/Ethernet interface configs are listed here: http://pastebin.ca/1960790
>
> Any suggestions would be greatly appreciated.
>
> Thanks,
>
> Mark

You might also be creating a packet loop?
Turn on spanning tree and find out.

--


[-- Attachment #2: Type: text/html, Size: 2818 bytes --]

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

* Re: [Bridge] F13 bridge issues
  2010-10-13 15:46 ` Stephen Hemminger
  2010-10-13 16:14   ` Mark Liggett
@ 2010-10-14 16:00   ` Mark Liggett
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Liggett @ 2010-10-14 16:00 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: bridge@lists.linux-foundation.org

[-- Attachment #1: Type: text/plain, Size: 1615 bytes --]

Hi Stephen,

As you suspected, I believe the igb driver is at fault - I configured a bridge on the same machine using onboard tg3 cards.

The bridge worked fine and the fault did not occur until I SCP'd a file to the server on the igb card.  After which the bridge continued to work fine.

Thanks for your help.

Mark


On 13/10/2010 16:46, "Stephen Hemminger" <shemminger@linux-foundation.org> wrote:

On Wed, 13 Oct 2010 11:27:18 -0400
Mark Liggett <mliggett@btisystems.com> wrote:

> Hi everyone,
>
> I'm using Ethernet bridging on an up-to-date F13 system.  I've created a bridge adapter br0 and added eth2 and eth3 to it.  Everything works as expected for a short time before the 2 Ethernet cards used in the bridge start reporting millions of errors.  I confirmed this is the case on 2 separate systems (although both systems use Intel NICs).  To try to resolve this I've:
>
> - Compiled and installed the latest Intel igb driver 2.3.4
> - Installed the latest Fedora kernel 2.6.34.7-56
> - Uninstalled the standard bridge-utils 1.2-9, before compiling and installing version 1.4
>
> I've pastebin'd the system config here:  http://pastebin.ca/1960777
>
> You can see the errors listed on eth2 and eth3.  I've tried both setting the bridge up using /etc/sysconfig/network-scripts as well as manually (using brctl and ifconfig).
>
> My bridge/Ethernet interface configs are listed here: http://pastebin.ca/1960790
>
> Any suggestions would be greatly appreciated.
>
> Thanks,
>
> Mark

You might also be creating a packet loop?
Turn on spanning tree and find out.

--


[-- Attachment #2: Type: text/html, Size: 2385 bytes --]

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

end of thread, other threads:[~2010-10-14 16:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-13 15:27 [Bridge] F13 bridge issues Mark Liggett
2010-10-13 15:45 ` Stephen Hemminger
2010-10-13 15:46 ` Stephen Hemminger
2010-10-13 16:14   ` Mark Liggett
2010-10-14 16:00   ` Mark Liggett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.