From: Auke Kok <auke-jan.h.kok@intel.com>
To: Adam Kropelin <akropel1@rochester.rr.com>
Cc: Allen Parker <parker@isohunt.com>,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: intel 82571EB gigabit fails to see link on 2.6.20-rc5 in-tree e1000 driver (regression)
Date: Fri, 19 Jan 2007 15:37:16 -0800 [thread overview]
Message-ID: <45B1562C.8070503@intel.com> (raw)
In-Reply-To: <00d701c73c1f$b2bb2390$84163e05@kroptech.com>
Adam Kropelin wrote:
> Auke Kok wrote:
>> Adam Kropelin wrote:
>>> I am experiencing the no-link issue on a 82572EI single port copper
>>> PCI-E card. I've only tried 2.6.20-rc5, so I cannot tell if this is a
>>> regression or not yet. Will test older kernel soon.
>>>
>>> Can provide details/logs if you want 'em.
>>
>> we've already established that Allen's issue is not due to the driver
>> and caused by interrupts being mal-assigned on his system, possibly a
>> pci subsystem bug. You also have a completely different board
>> (82572EI instead of 82571EB), so I'd like to see the usual debugging
>> info as well as hearing from you whether 2.6.19.any works correctly.
>
> On 2.6.19 the link status is working (follows cable plug/unplug), but no
> tx or rx packets get thru. Attempts to transmit occasionally result in
> tx timed out errors in dmesg, but I cannot seem to generate these at will.
>
> On 2.6.20-rc5, the link status does not work (link is always down), and
> as expected no tx or rx. No tx timed out errors this time, presumably
> because it thinks the link is down. Note that both the switch and the
> LEDs on the NIC indicate a good 1000 Mbps link.
>
> dmesg, 'cat /proc/interrupts', and 'lspci -vvv' attached for 2.6.20-rc5.
> The data from 2.6.19 is essentially the same.
at least your interrupts look sane. I see you are using MSI, but no interrupts arrive at
neither OS nor driver.
>> On top of that I posted a patch to rc5-mm yesterday that fixes a few
>> significant bugs in the rc5-mm driver, so please apply that patch too
>> before trying, so we're not wasting our time finding old bugs ;)
>
> I haven't been able to test rc5-mm yet because it won't boot on this
> box. Applying git-e1000 directly to -rc4 or -rc5 results in a number of
> rejects that I'm not sure how to fix. Some are obvious, but the others
> I'm unsure of.
that won't work. You either need to start with 2.6.20-rc5 (and pull the changes pending
merge in netdev-2.6 from Jeff Garzik), or start with 2.6.20-rc4-mm1 and manually apply
that patch I sent out on monday. A different combination of either of these two will not
work, as they are completely different drivers.
can you include `ethtool ethX` output of the link down message and `ethtool -d ethX` as
well? I'll need to dig up an 82572 and see what's up with that, I've not seen that
problem before.
More importantly, I suspect that *again* the issue is caused by interrupts not arriving
or getting lost. Can you try running with MSI disabled in your kernel config?
FYI the driver gives an interrupt to signal to the driver that link is up. no interrupt
== no link detected. So that explains the symptom.
Auke
next prev parent reply other threads:[~2007-01-19 23:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-18 0:04 intel 82571EB gigabit fails to see link on 2.6.20-rc5 in-tree e1000 driver (regression) Adam Kropelin
2007-01-17 23:56 ` Auke Kok
2007-01-19 23:15 ` Adam Kropelin
2007-01-19 23:37 ` Auke Kok [this message]
2007-01-20 0:26 ` Adam Kropelin
2007-01-20 0:38 ` Auke Kok
[not found] <45AC7CB2.1010202@isohunt.com>
2007-01-16 16:17 ` Allen Parker
2007-01-16 16:48 ` Auke Kok
2007-01-16 19:18 ` Jesse Brandeburg
2007-01-16 20:02 ` Brandeburg, Jesse
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=45B1562C.8070503@intel.com \
--to=auke-jan.h.kok@intel.com \
--cc=akropel1@rochester.rr.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=parker@isohunt.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).