mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 3.9.0 dmesg reports that my NIC is hanging
@ 2013-05-04 20:56 John
  2013-05-06 17:29 ` Bjorn Helgaas
  0 siblings, 1 reply; 4+ messages in thread
From: John @ 2013-05-04 20:56 UTC (permalink / raw)
  To: lkml

After upgrading to the official Arch Linux 3.9-2 kernel package, dmesg reports that my NIC is hanging:

[    5.955720] e1000e 0000:00:19.0 eno1: changing MTU from 1500 to 4000
[    8.464507] e1000e 0000:00:19.0 eno1: Detected Hardware Unit Hang:
  TDH                  <0>
  TDT                  <2>
  next_to_use          <2>
  next_to_clean        <0>
buffer_info[next_to_clean]:
  time_stamp           <fffea787>
  next_to_watch        <0>
  jiffies              <fffeaa30>
  next_to_watch.status <0>
MAC Status             <40080080>
PHY Status             <7949>
PHY 1000BASE-T Status  <0>
PHY Extended Status    <3000>
PCI Status             <10>

Not too sure what else to post.  I am not subscribed to lkml so please cc my email in your reply.


Link to complete dmesg: http://pastebin.com/zRBajGrY
Seems similar to: bugzilla.redhat.com/show_bug.cgi?id=785806


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

* Re: 3.9.0 dmesg reports that my NIC is hanging
  2013-05-04 20:56 3.9.0 dmesg reports that my NIC is hanging John
@ 2013-05-06 17:29 ` Bjorn Helgaas
  2013-05-07 21:07   ` John
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2013-05-06 17:29 UTC (permalink / raw)
  To: John; +Cc: lkml, Jeff Kirsher, e1000-devel

[+cc Jeff, e1000-devel (from MAINTAINERS)]

On Sat, May 4, 2013 at 1:56 PM, John <da_audiophile@yahoo.com> wrote:
> After upgrading to the official Arch Linux 3.9-2 kernel package, dmesg reports that my NIC is hanging:
>
> [    5.955720] e1000e 0000:00:19.0 eno1: changing MTU from 1500 to 4000
> [    8.464507] e1000e 0000:00:19.0 eno1: Detected Hardware Unit Hang:
>   TDH                  <0>
>   TDT                  <2>
>   next_to_use          <2>
>   next_to_clean        <0>
> buffer_info[next_to_clean]:
>   time_stamp           <fffea787>
>   next_to_watch        <0>
>   jiffies              <fffeaa30>
>   next_to_watch.status <0>
> MAC Status             <40080080>
> PHY Status             <7949>
> PHY 1000BASE-T Status  <0>
> PHY Extended Status    <3000>
> PCI Status             <10>
>
> Not too sure what else to post.  I am not subscribed to lkml so please cc my email in your reply.
>
>
> Link to complete dmesg: http://pastebin.com/zRBajGrY
> Seems similar to: bugzilla.redhat.com/show_bug.cgi?id=785806

It sounds like this is a regression, so it might be useful to know
what the newest working kernel was, and maybe a dmesg log from it as
well, though I don't see any obvious clues in the 3.9.0-2-ARCH dmesg
you collected.

Bjorn

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

* Re: 3.9.0 dmesg reports that my NIC is hanging
  2013-05-06 17:29 ` Bjorn Helgaas
@ 2013-05-07 21:07   ` John
  2013-08-22 17:44     ` Bjorn Helgaas
  0 siblings, 1 reply; 4+ messages in thread
From: John @ 2013-05-07 21:07 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: lkml, Jeff Kirsher, e1000-devel





----- Original Message -----
> From: Bjorn Helgaas <bhelgaas@google.com>
> To: John <da_audiophile@yahoo.com>
> Cc: lkml <linux-kernel@vger.kernel.org>; Jeff Kirsher <jeffrey.t.kirsher@intel.com>; "e1000-devel@lists.sourceforge.net" <e1000-devel@lists.sourceforge.net>
> Sent: Monday, May 6, 2013 1:29 PM
> Subject: Re: 3.9.0 dmesg reports that my NIC is hanging
> 
> [+cc Jeff, e1000-devel (from MAINTAINERS)]
> 
> On Sat, May 4, 2013 at 1:56 PM, John <da_audiophile@yahoo.com> wrote:
>>  After upgrading to the official Arch Linux 3.9-2 kernel package, dmesg 
> reports that my NIC is hanging:
>> 
>>  [    5.955720] e1000e 0000:00:19.0 eno1: changing MTU from 1500 to 4000
>>  [    8.464507] e1000e 0000:00:19.0 eno1: Detected Hardware Unit Hang:
>>    TDH                  <0>
>>    TDT                  <2>
>>    next_to_use          <2>
>>    next_to_clean        <0>
>>  buffer_info[next_to_clean]:
>>    time_stamp           <fffea787>
>>    next_to_watch        <0>
>>    jiffies              <fffeaa30>
>>    next_to_watch.status <0>
>>  MAC Status             <40080080>
>>  PHY Status             <7949>
>>  PHY 1000BASE-T Status  <0>
>>  PHY Extended Status    <3000>
>>  PCI Status             <10>
>> 
>>  Not too sure what else to post.  I am not subscribed to lkml so please cc 
> my email in your reply.
>> 
>> 
>>  Link to complete dmesg: http://pastebin.com/zRBajGrY
>>  Seems similar to: bugzilla.redhat.com/show_bug.cgi?id=785806
> 
> It sounds like this is a regression, so it might be useful to know
> what the newest working kernel was, and maybe a dmesg log from it as
> well, though I don't see any obvious clues in the 3.9.0-2-ARCH dmesg
> you collected.
> 
> Bjorn


Thank you for the reply, Bjorn.  3.8.11-1-ARCH works just fine for me.  Here is the dmesg from 3.8.11-1-ARCH per your request: http://pastebin.com/cUHwrQfq

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

* Re: 3.9.0 dmesg reports that my NIC is hanging
  2013-05-07 21:07   ` John
@ 2013-08-22 17:44     ` Bjorn Helgaas
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2013-08-22 17:44 UTC (permalink / raw)
  To: John; +Cc: lkml, Jeff Kirsher, e1000-devel

On Tue, May 7, 2013 at 3:07 PM, John <da_audiophile@yahoo.com> wrote:
>
>
>
>
> ----- Original Message -----
>> From: Bjorn Helgaas <bhelgaas@google.com>
>> To: John <da_audiophile@yahoo.com>
>> Cc: lkml <linux-kernel@vger.kernel.org>; Jeff Kirsher <jeffrey.t.kirsher@intel.com>; "e1000-devel@lists.sourceforge.net" <e1000-devel@lists.sourceforge.net>
>> Sent: Monday, May 6, 2013 1:29 PM
>> Subject: Re: 3.9.0 dmesg reports that my NIC is hanging
>>
>> [+cc Jeff, e1000-devel (from MAINTAINERS)]
>>
>> On Sat, May 4, 2013 at 1:56 PM, John <da_audiophile@yahoo.com> wrote:
>>>  After upgrading to the official Arch Linux 3.9-2 kernel package, dmesg
>> reports that my NIC is hanging:
>>>
>>>  [    5.955720] e1000e 0000:00:19.0 eno1: changing MTU from 1500 to 4000
>>>  [    8.464507] e1000e 0000:00:19.0 eno1: Detected Hardware Unit Hang:
>>>    TDH                  <0>
>>>    TDT                  <2>
>>>    next_to_use          <2>
>>>    next_to_clean        <0>
>>>  buffer_info[next_to_clean]:
>>>    time_stamp           <fffea787>
>>>    next_to_watch        <0>
>>>    jiffies              <fffeaa30>
>>>    next_to_watch.status <0>
>>>  MAC Status             <40080080>
>>>  PHY Status             <7949>
>>>  PHY 1000BASE-T Status  <0>
>>>  PHY Extended Status    <3000>
>>>  PCI Status             <10>
>>>
>>>  Not too sure what else to post.  I am not subscribed to lkml so please cc
>> my email in your reply.
>>>
>>>
>>>  Link to complete dmesg: http://pastebin.com/zRBajGrY
>>>  Seems similar to: bugzilla.redhat.com/show_bug.cgi?id=785806
>>
>> It sounds like this is a regression, so it might be useful to know
>> what the newest working kernel was, and maybe a dmesg log from it as
>> well, though I don't see any obvious clues in the 3.9.0-2-ARCH dmesg
>> you collected.
>>
>> Bjorn
>
>
> Thank you for the reply, Bjorn.  3.8.11-1-ARCH works just fine for me.  Here is the dmesg from 3.8.11-1-ARCH per your request: http://pastebin.com/cUHwrQfq

Sorry this thread died.  Did this ever get resolved?

If not, can you collect "lspci -vv" output for the whole system on
both the working kernel and the failing one?

There are reports of similar symptoms at [1] and [2].  I can't tell
yet if you're seeing the same problem, but for [1], booting with
"pci=pcie_bus_peer2peer" was a workaround.

Bjorn

[1] http://lkml.kernel.org/r/509B5038.8090304@oracle.com [2012-11-08]
[2] http://lkml.kernel.org/r/4FFA9B96.6040901@oracle.com [2012-07-09]

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

end of thread, other threads:[~2013-08-22 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-04 20:56 3.9.0 dmesg reports that my NIC is hanging John
2013-05-06 17:29 ` Bjorn Helgaas
2013-05-07 21:07   ` John
2013-08-22 17:44     ` Bjorn Helgaas

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

all inboxes | Powered by JetHome®