netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Jin <joe.jin@oracle.com>
To: "Dave, Tushar N" <tushar.n.dave@intel.com>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"e1000-devel@lists.sf.net" <e1000-devel@lists.sf.net>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: 82571EB: Detected Hardware Unit Hang
Date: Wed, 11 Jul 2012 15:38:38 +0800	[thread overview]
Message-ID: <4FFD2D7E.60801@oracle.com> (raw)
In-Reply-To: <061C8A8601E8EE4CA8D8FD6990CEA891274EEFD7@ORSMSX102.amr.corp.intel.com>

On 07/11/12 15:37, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Wednesday, July 11, 2012 12:18 AM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/11/12 15:11, Dave, Tushar N wrote:
>>>> -----Original Message-----
>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>> Sent: Tuesday, July 10, 2012 10:03 PM
>>>> To: Dave, Tushar N
>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>> kernel@vger.kernel.org
>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>
>>>> On 07/11/12 12:05, Dave, Tushar N wrote:
>>>>> When you said you had this issue with RHEL5 and RHEL6 drivers, have
>>>>> you
>>>> install RHEl5/6 kernel and reproduced it? If so I think I should
>>>> install
>>>> RHEL6 and try reproduce it locally!
>>>>>
>>>> Yes I reproduced this on both RHEL5 and RHEL6.
>>>>
>>>> So far I tried to scp big file (~1GB) will hit it at once.
>>>>
>>>> Thanks,
>>>> Joe
>>>
>>> Joe,
>>> Can you please send lspci -vvv output for failing port before issue
>> occurs.
>>> Thanks.
>>>
>> # lspci -s 05:00.0 -vvv
>> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
>> Controller (Copper) (rev 06)
>> 	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet
>> UTP Low Profile Adapter
>> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR- FastB2B- DisINTx+
>> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>> 	Latency: 0, Cache Line Size: 256 bytes
>> 	Interrupt: pin B routed to IRQ 80
>> 	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
>> 	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
>> 	Region 2: I/O ports at dc00 [size=32]
>> 	Expansion ROM at fbda0000 [disabled] [size=128K]
>> 	Capabilities: [c8] Power Management version 2
>> 		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-
>> ,D3hot+,D3cold+)
>> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
>> 	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>> 		Address: 00000000fee21000  Data: 40cb
>> 	Capabilities: [e0] Express (v1) Endpoint, MSI 00
>> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s
>> <512ns, L1 <64us
>> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal-
>> Unsupported-
>> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
>> 		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+
>> TransPend-
>> 		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s,
>> Latency L0 <4us, L1 <64us
>> 			ClockPM- Surprise- LLActRep- BwNot-
>> 		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain-
>> CommClk-
>> 			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>> 		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
>> DLActive- BWMgmt- ABWMgmt-
>> 	Capabilities: [100 v1] Advanced Error Reporting
>> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt-
>> RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
>> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
>> RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>> 		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt-
>> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>> 		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap-
>> ChkEn-
>> 	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
>> 	Kernel driver in use: e1000e
>> 	Kernel modules: e1000e
>>
>>
>> Thanks,
>> Joe
> 
> was this lspci output taken on freshly booted system?
> 

Yes, any issue do you find?

Thanks,
Joe



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

  reply	other threads:[~2012-07-11  7:38 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-09  8:51 82571EB: Detected Hardware Unit Hang Joe Jin
2012-07-09  9:21 ` Eric Dumazet
2012-07-09 12:19   ` Joe Jin
2012-07-10  7:40 ` Joe Jin
2012-07-10 18:14   ` Wyborny, Carolyn
2012-07-10 19:02   ` Dave, Tushar N
2012-07-10 19:17     ` Dave, Tushar N
2012-07-11  0:34     ` Joe Jin
2012-07-11  1:18       ` Dave, Tushar N
2012-07-11  1:44         ` Joe Jin
2012-07-11  3:22           ` Dave, Tushar N
2012-07-11  3:29             ` Joe Jin
2012-07-11  4:05               ` Dave, Tushar N
2012-07-11  5:03                 ` Joe Jin
2012-07-11  7:11                   ` Dave, Tushar N
2012-07-11  7:17                     ` Joe Jin
2012-07-11  7:37                       ` Dave, Tushar N
2012-07-11  7:38                         ` Joe Jin [this message]
2012-07-11  7:50                           ` Dave, Tushar N
2012-07-11  7:53                             ` Joe Jin
2012-07-11 18:51                   ` Dave, Tushar N
2012-07-12  2:23                     ` Joe Jin
2012-07-12  2:52                       ` Dave, Tushar N
2012-07-12  2:57                         ` Joe Jin
2012-07-12  3:07                           ` Dave, Tushar N
2012-07-12  3:12                             ` Joe Jin
2012-07-12  5:57                               ` Dave, Tushar N
2012-07-12  6:16                                 ` Joe Jin
2012-07-12  6:41                                   ` Dave, Tushar N
2012-07-12  7:10                                     ` Joe Jin
2012-07-12 18:19                                       ` Dave, Tushar N
2012-07-12 23:46                                         ` Joe Jin
2012-07-13  4:10                                           ` Dave, Tushar N
2012-07-13  4:33                                             ` Joe Jin
2012-07-15  3:42                                               ` Dave, Tushar N
2012-07-15  3:52                                                 ` Joe Jin
2012-07-15 13:35                                                 ` Henrique de Moraes Holschuh
2012-07-16 15:47                                                   ` Ben Hutchings
2012-07-16 16:08                                                     ` Henrique de Moraes Holschuh
2012-07-17  4:48                                                       ` Jon Mason
2012-07-17  4:45                                                     ` Jon Mason
  -- strict thread matches above, loose matches on Subject: below --
2012-11-08  6:24 Joe Jin
2012-11-08 20:35 ` Dave, Tushar N
2012-11-09  1:22   ` Joe Jin
2012-11-14  2:47   ` Joe Jin
2012-11-14  3:45     ` Dave, Tushar N
2012-11-15  0:32       ` Joe Jin
2012-11-15 20:26         ` Dave, Tushar N
2012-11-19  5:38           ` Joe Jin
2012-11-20  8:59             ` Dave, Tushar N
2012-11-20 13:24               ` Joe Jin
2012-11-26 16:23                 ` [E1000-devel] " Fujinaka, Todd
2012-11-27  0:59                   ` Joe Jin
2012-11-27  2:06                     ` Mary Mcgrath
2012-11-27 17:32                       ` [E1000-devel] " Fujinaka, Todd
2012-11-27 18:10                         ` Ben Hutchings
2012-11-28  8:31                           ` Joe Jin
2012-11-28 15:53                             ` Fujinaka, Todd
2012-11-29  3:10                               ` Ethan Zhao
2012-11-29 15:52                                 ` Fujinaka, Todd
2012-12-19  3:04                                   ` Joe Jin
2012-12-19  5:52                                     ` Yijing Wang
2012-12-19  6:13                                       ` Joe Jin
2012-11-20 13:24               ` Joe Jin
2012-11-14  3:37   ` Li Yu
2012-11-14  3:43     ` Dave, Tushar N

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=4FFD2D7E.60801@oracle.com \
    --to=joe.jin@oracle.com \
    --cc=e1000-devel@lists.sf.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=tushar.n.dave@intel.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).