LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Chris Snook <csnook@redhat.com>
To: Vincent ETIENNE <ve@vetienne.net>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
fubar@us.ibm.com, bonding-devel@lists.sourceforge.net
Subject: Re: [PROBLEM] Bonding driver in linux-2.6.21-rc6-mm1
Date: Thu, 26 Apr 2007 16:27:05 -0400 [thread overview]
Message-ID: <46310B19.8@redhat.com> (raw)
In-Reply-To: <200704262058.33087.ve@vetienne.net>
Vincent ETIENNE wrote:
> Hi,
>
> Summary :
> Got this trace when one network interface come down or up in a 2
> interfaces bonding. So far, system seems to survive to this problem
> and works fine.
I'm investigating a similar/possibly identical bug. Do you experience
packet loss or throughput stalls, beyond just the loss of the interface
that went down, when this happens?
-- Chris
> Full description
>
> During testing of bonding of 2 interfaces, i have seen this from
> time to time in my log file ( the problem doesn't arrive each
> time but one in 3 or 4 try ).
>
> SYSTEM : 2 NIC card bond on interface bond0 :
> intel PRO/1000 (e1000 )
> Broadcomm ( tg3 )
> I have also try a 2.6.20 and 2.6.19 vanilla kernel ( identical problem but in
> onecase the system doesn't survive : that the reason the problem catch my
> attention )
>
> Keywords ; network, bonding
>
> Version : Linux version 2.6.21-rc6-mm1 (root@jupiter2) (gcc version 4.1.1
> (Gentoo 4.1.1-r3)) #3 SMP Thu Apr 26 08:45:06 CEST 2007
>
> Output of /var/log/messages
>
> Apr 26 11:09:34 jupiter2 e1000: eth0: e1000_watchdog_task: NIC Link
> is Down Apr 26 11:09:34 jupiter2 bonding: bond0: link status
> definitely down for interface eth0, disabling it
> Apr 26 11:09:34 jupiter2 bonding: bond0: making interface eth1 the new
> active one.
> Apr 26 11:09:34 jupiter2 RTNL: assertion failed at net/ipv4/devinet.c
> (1055) Apr 26 11:09:34 jupiter2
> Apr 26 11:09:34 jupiter2 Call Trace:
> Apr 26 11:09:34 jupiter2 <IRQ> [<ffffffff8049b49e>]
> inetdev_event+0x48/0x283
> Apr 26 11:09:34 jupiter2 [<ffffffff804c8731>] _spin_lock_bh+0x9/0x19
> Apr 26 11:09:34 jupiter2 [<ffffffff80473df1>] rt_run_flush+0x7e/0xaf
> Apr 26 11:09:34 jupiter2 [<ffffffff8022bdd0>] notifier_call_chain+0x29/0x56
> Apr 26 11:09:34 jupiter2 [<ffffffff804560cc>] dev_set_mac_address+0x53/0x59
> Apr 26 11:09:34 jupiter2 [<ffffffff88006d8d>]
> bonding:alb_set_slave_mac_addr+0x41/0x6c
> Apr 26 11:09:34 jupiter2 [<ffffffff88007215>]
> bonding:alb_swap_mac_addr+0x91/0x165
> Apr 26 11:09:34 jupiter2 [<ffffffff88002029>]
> bonding:bond_change_active_slave+0x227/0x382
> Apr 26 11:09:34 jupiter2 [<ffffffff880024c9>]
> bonding:bond_select_active_slave+0xb7/0xe5
> Apr 26 11:09:34 jupiter2 [<ffffffff88004182>]
> bonding:bond_mii_monitor+0x3cd/0x41e
> Apr 26 11:09:34 jupiter2 [<ffffffff88003db5>]
> bonding:bond_mii_monitor+0x0/0x41e
> Apr 26 11:09:34 jupiter2 [<ffffffff80228714>]
> run_timer_softirq+0x130/0x19f
> Apr 26 11:09:34 jupiter2[<ffffffff8022618a>] __do_softirq+0x55/0xc4
> Apr 26 11:09:34 jupiter2 [<ffffffff8020a5ac>] call_softirq+0x1c/0x28
> Apr 26 11:09:34 jupiter2 [<ffffffff8020bead>] do_softirq+0x2c/0x7d
> Apr 26 11:09:34 jupiter2 [<ffffffff80213b2a>]
> smp_apic_timer_interrupt+0x49/0x5f
> Apr 26 11:09:34 jupiter2 [<ffffffff802088a3>] mwait_idle+0x0/0x45
> Apr 26 11:09:34 jupiter2 [<ffffffff8020a056>] apic_timer_interrupt+0x66/0x70
> Apr 26 11:09:34 jupiter2 <EOI> [<ffffffff802088e5>] mwait_idle+0x42/0x45
> Apr 26 11:09:34 jupiter2 [<ffffffff8020883f>] cpu_idle+0x51/0x70
> Apr 26 11:09:34 jupiter2 [<ffffffff806369bd>] start_kernel+0x242/0x24e
> Apr 26 11:09:34 jupiter2 [<ffffffff80636146>] _sinittext+0x146/0x14a
>
>
> other informations (ver_linux, lspci, ... ) available at
> http://mail1.vetienne.net/linux
>
> I'm a bit worried by the message so any help will be greatly appreciated
>
> Vincent
next prev parent reply other threads:[~2007-04-26 20:32 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-26 18:58 Vincent ETIENNE
2007-04-26 20:27 ` Chris Snook [this message]
2007-04-26 20:44 ` [Bonding-devel] " Jay Vosburgh
2007-04-26 21:43 ` Vincent ETIENNE
2007-05-09 18:47 ` Vincent ETIENNE
2007-04-27 4:11 ` Andrew Morton
2007-04-27 9:25 ` VE (HOME)
2007-04-27 19:20 ` Andrew Morton
2007-04-27 21:18 ` USB HID bug (was [PROBLEM] Bonding driver in linux-2.6.21-rc6-mm1) Greg KH
2007-04-27 22:42 ` Jiri Kosina
2007-04-27 22:55 ` Jiri Kosina
2007-04-27 23:24 ` Paul Walmsley
2007-04-28 7:21 ` Vincent ETIENNE
2007-04-28 14:07 ` Paul Walmsley
2007-04-28 15:06 ` Jiri Kosina
2007-04-28 19:50 ` [linux-usb-devel] " Alan Stern
2007-04-28 20:43 ` Vincent ETIENNE
2007-04-29 11:18 ` Jiri Kosina
2007-04-29 13:40 ` Vincent ETIENNE
[not found] ` <200704272205.29131.ve@vetienne.net>
[not found] ` <20070427153237.03f3b59c.akpm@linux-foundation.org>
2007-04-28 21:10 ` [PROBLEM] Bonding driver in linux-2.6.21-rc6-mm1 Vincent ETIENNE
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46310B19.8@redhat.com \
--to=csnook@redhat.com \
--cc=bonding-devel@lists.sourceforge.net \
--cc=fubar@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ve@vetienne.net \
--subject='Re: [PROBLEM] Bonding driver in linux-2.6.21-rc6-mm1' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).