All of lore.kernel.org
 help / color / mirror / Atom feed
* i217-LM boot wreckage
@ 2014-03-20 12:58 Thomas Gleixner
  2014-03-20 13:45 ` Thomas Gleixner
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Gleixner @ 2014-03-20 12:58 UTC (permalink / raw)
  To: netdev; +Cc: todd.fujinaka, e1000-devel

On a Lenovo ThinkCentre M93z I have the following issue:

When the network cable is not connected at power on time and plugged
in later, then the driver does not receive any packets. The DHCP TX
packets are received by the DHCP server, but the answer gets lost in
the 217-LM.

If I plug the network cable before power on, the chip works perfectly
fine.

I'm running latest mainline. ethtool -i output is:

driver: e1000e
version: 2.3.2-k
firmware-version: 0.12-4
bus-info: 0000:00:19:0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no

ethtool -S shows all counters 0 except tx_packets, tx_bytes and
tx_multicast in the bad case

lspci for the device:

00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 04)
	Subsystem: Lenovo Device 309b
	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
	Interrupt: pin A routed to IRQ 42
	Region 0: Memory at f7f00000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at f7f3d000 (32-bit, non-prefetchable) [size=4K]
	Region 2: I/O ports at f080 [size=32]
	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: 00000000fee0f00c  Data: 4182
	Capabilities: [e0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: e1000e

The output is identical for the good and the bad case except for the
MSI interrupt number, but thats related to the init ordering and not a
functional issue. The bios does not give out the MSI irq numbers.

[    1.885503] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    1.885506] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    1.888762] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.888781] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[    2.062745] e1000e 0000:00:19.0 eth0: registered PHC clock
[    2.062748] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) fc:4d:d4:41:a9:aa
[    2.062750] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.062795] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[   14.709709] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   14.813686] e1000e 0000:00:19.0: irq 43 for MSI/MSI-X
[   18.364687] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None

dmesg is identical as well.

So it looks like the BIOS is setting something up, when the cable is
plugged at power on time, which is not visible through our debug
output.

Anything else you want me to try?

Thanks,

	tglx

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

* Re: i217-LM boot wreckage
  2014-03-20 12:58 i217-LM boot wreckage Thomas Gleixner
@ 2014-03-20 13:45 ` Thomas Gleixner
  2014-03-20 15:12   ` [E1000-devel] " Ertman, DavidX M
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Gleixner @ 2014-03-20 13:45 UTC (permalink / raw)
  To: netdev; +Cc: e1000-devel

On Thu, 20 Mar 2014, Thomas Gleixner wrote:
> So it looks like the BIOS is setting something up, when the cable is
> plugged at power on time, which is not visible through our debug
> output.

Some more info:

I prevented e1000e from being autoloaded and booted with the cable
unplugged.

T1:
  Plug cable 
  modprobe e1000e	-> Works

T2:
  modprobe e1000e
  plug cable		-> Works not

  rmmod e1000e
  modprobe e1000e	-> works not

  unplug cable
  rmmod e1000e
  modprobe e1000e	-> works

  rmmod e1000e
  unplug cable     
  modprobe e1000e
  plug cable		-> Works not

  rmmod e1000e
  unplug cable     
  plug cable
  modprobe e1000e	-> Works not

So if the module is loaded w/o the cable plugged it does not work. If
I unplug before unloading the module and then plug in before loading
the module again it works again.

Thanks,

	tglx


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
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

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

* RE: [E1000-devel] i217-LM boot wreckage
  2014-03-20 13:45 ` Thomas Gleixner
@ 2014-03-20 15:12   ` Ertman, DavidX M
  2014-03-20 16:37     ` Thomas Gleixner
  0 siblings, 1 reply; 13+ messages in thread
From: Ertman, DavidX M @ 2014-03-20 15:12 UTC (permalink / raw)
  To: Thomas Gleixner, netdev; +Cc: e1000-devel

Hello Thomas,

Could you provide the exact kernel version and kernel config you are using?
Do you have Runtime Power Management enabled?
Have you tried the latest driver from sourceforge.net (3.0.4.1)?

>From your lspci output it looks like you have a Management Engine enabled platform.   Do you know what version of ME is loaded?  Have you checked to see that you are on the latest BIOS/NVM image (looks like a new one was released on March 11th for the M93z)?

Thanks

-----Original Message-----
From: Thomas Gleixner [mailto:tglx@linutronix.de] 
Sent: Thursday, March 20, 2014 6:45 AM
To: netdev@vger.kernel.org
Cc: e1000-devel@lists.sourceforge.net
Subject: Re: [E1000-devel] i217-LM boot wreckage

On Thu, 20 Mar 2014, Thomas Gleixner wrote:
> So it looks like the BIOS is setting something up, when the cable is 
> plugged at power on time, which is not visible through our debug 
> output.

Some more info:

I prevented e1000e from being autoloaded and booted with the cable unplugged.

T1:
  Plug cable 
  modprobe e1000e	-> Works

T2:
  modprobe e1000e
  plug cable		-> Works not

  rmmod e1000e
  modprobe e1000e	-> works not

  unplug cable
  rmmod e1000e
  modprobe e1000e	-> works

  rmmod e1000e
  unplug cable     
  modprobe e1000e
  plug cable		-> Works not

  rmmod e1000e
  unplug cable     
  plug cable
  modprobe e1000e	-> Works not

So if the module is loaded w/o the cable plugged it does not work. If I unplug before unloading the module and then plug in before loading the module again it works again.

Thanks,

	tglx


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
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

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

* RE: [E1000-devel] i217-LM boot wreckage
  2014-03-20 15:12   ` [E1000-devel] " Ertman, DavidX M
@ 2014-03-20 16:37     ` Thomas Gleixner
  2014-03-21 14:36       ` Thomas Gleixner
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Gleixner @ 2014-03-20 16:37 UTC (permalink / raw)
  To: Ertman, DavidX M; +Cc: netdev, e1000-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1104 bytes --]

On Thu, 20 Mar 2014, Ertman, DavidX M wrote:
> Hello Thomas,
> 
> Could you provide the exact kernel version and kernel config you are using?

3.14-rc7. config attached

> Do you have Runtime Power Management enabled?

According to .config yes

> Have you tried the latest driver from sourceforge.net (3.0.4.1)?

Nope, why should I?
 
> From your lspci output it looks like you have a Management Engine
> enabled platform.  Do you know what version of ME is loaded?  Have

9.0.2.1345

Disabling ME in the BIOS does not help.

> you checked to see that you are on the latest BIOS/NVM image (looks
> like a new one was released on March 11th for the M93z)?

Yep. Latest BIOS does not help either.

100% reproducible. I just follow the steps below:

1   plug cable
2   modprobe e1000e	-> Works 
3   rmmod e1000e

4   unplug cable     
5   modprobe e1000e
6   plug cable		-> Works not

7   rmmod e1000e
8   modprobe e1000e	-> Works not

9   unplug cable   <- This makes the difference unplug while module loaded!	

10  rmmod e1000e	
11  plug cable
12  modprobe e1000e	-> Works

Fun, isn't it?

Thanks,

	tglx

[-- Attachment #2: Type: APPLICATION/octet-stream, Size: 29160 bytes --]

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

* Re: i217-LM boot wreckage
  2014-03-20 16:37     ` Thomas Gleixner
@ 2014-03-21 14:36       ` Thomas Gleixner
  2014-03-21 14:51         ` [E1000-devel] " Thomas Gleixner
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Gleixner @ 2014-03-21 14:36 UTC (permalink / raw)
  To: Ertman, DavidX M; +Cc: e1000-devel, netdev

On Thu, 20 Mar 2014, Thomas Gleixner wrote:
> On Thu, 20 Mar 2014, Ertman, DavidX M wrote:
> > Hello Thomas,
> > 
> > Could you provide the exact kernel version and kernel config you are using?
> 
> 3.14-rc7. config attached
> 
> > Do you have Runtime Power Management enabled?
> 
> According to .config yes
> 
> > Have you tried the latest driver from sourceforge.net (3.0.4.1)?
> 
> Nope, why should I?

Now I got desperate enough to do. Doesnt work either.
  
> > From your lspci output it looks like you have a Management Engine
> > enabled platform.  Do you know what version of ME is loaded?  Have
> 
> 9.0.2.1345
> 
> Disabling ME in the BIOS does not help.
> 
> > you checked to see that you are on the latest BIOS/NVM image (looks
> > like a new one was released on March 11th for the M93z)?
> 
> Yep. Latest BIOS does not help either.

Just for extended fun: The Thinkpad L440 has the same issue.

Thanks,

	tglx

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
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

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

* RE: [E1000-devel] i217-LM boot wreckage
  2014-03-21 14:36       ` Thomas Gleixner
@ 2014-03-21 14:51         ` Thomas Gleixner
  2014-03-21 15:07           ` Ronciak, John
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Gleixner @ 2014-03-21 14:51 UTC (permalink / raw)
  To: Ertman, DavidX M; +Cc: netdev, e1000-devel

On Fri, 21 Mar 2014, Thomas Gleixner wrote:
> On Thu, 20 Mar 2014, Thomas Gleixner wrote:
> > On Thu, 20 Mar 2014, Ertman, DavidX M wrote:
> > > Hello Thomas,
> > > 
> > > Could you provide the exact kernel version and kernel config you are using?
> > 
> > 3.14-rc7. config attached
> > 
> > > Do you have Runtime Power Management enabled?
> > 
> > According to .config yes
> > 
> > > Have you tried the latest driver from sourceforge.net (3.0.4.1)?
> > 
> > Nope, why should I?
> 
> Now I got desperate enough to do. Doesnt work either.
>   
> > > From your lspci output it looks like you have a Management Engine
> > > enabled platform.  Do you know what version of ME is loaded?  Have
> > 
> > 9.0.2.1345
> > 
> > Disabling ME in the BIOS does not help.
> > 
> > > you checked to see that you are on the latest BIOS/NVM image (looks
> > > like a new one was released on March 11th for the M93z)?
> > 
> > Yep. Latest BIOS does not help either.
> 
> Just for extended fun: The Thinkpad L440 has the same issue.

Some more data. 3.12 does not work at all, 3.13 has the same behaviour
as 3.14.-rc7

Thanks,

	tglx

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

* RE: [E1000-devel] i217-LM boot wreckage
  2014-03-21 14:51         ` [E1000-devel] " Thomas Gleixner
@ 2014-03-21 15:07           ` Ronciak, John
  2014-03-21 15:09             ` Ertman, DavidX M
  2014-03-21 15:57             ` Thomas Gleixner
  0 siblings, 2 replies; 13+ messages in thread
From: Ronciak, John @ 2014-03-21 15:07 UTC (permalink / raw)
  To: Thomas Gleixner, Ertman, DavidX M; +Cc: e1000-devel, netdev

> -----Original Message-----
> From: Thomas Gleixner [mailto:tglx@linutronix.de]
> Sent: Friday, March 21, 2014 7:52 AM
> To: Ertman, DavidX M
> Cc: e1000-devel@lists.sourceforge.net; netdev@vger.kernel.org
> Subject: Re: [E1000-devel] i217-LM boot wreckage
> 
> On Fri, 21 Mar 2014, Thomas Gleixner wrote:
> > On Thu, 20 Mar 2014, Thomas Gleixner wrote:
> > > On Thu, 20 Mar 2014, Ertman, DavidX M wrote:
> > > > Hello Thomas,
> > > >
> > > > Could you provide the exact kernel version and kernel config you
> are using?
> > >
> > > 3.14-rc7. config attached
> > >
> > > > Do you have Runtime Power Management enabled?
> > >
> > > According to .config yes
> > >
> > > > Have you tried the latest driver from sourceforge.net (3.0.4.1)?
> > >
> > > Nope, why should I?
> >
> > Now I got desperate enough to do. Doesnt work either.
> >
> > > > From your lspci output it looks like you have a Management Engine
> > > > enabled platform.  Do you know what version of ME is loaded?
> Have
> > >
> > > 9.0.2.1345
> > >
> > > Disabling ME in the BIOS does not help.
> > >
> > > > you checked to see that you are on the latest BIOS/NVM image
> > > > (looks like a new one was released on March 11th for the M93z)?
> > >
> > > Yep. Latest BIOS does not help either.
> >
> > Just for extended fun: The Thinkpad L440 has the same issue.
> 
> Some more data. 3.12 does not work at all, 3.13 has the same behaviour
> as 3.14.-rc7
Thomas,

What does "does not work at all" mean? How is it broken?  Please supply some details.

Thanks.  We are looking into what's going on here but we don't have a lot of laptops around to test with.  That's slowing us down a bit.

Cheers,
John

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

* Re: i217-LM boot wreckage
  2014-03-21 15:07           ` Ronciak, John
@ 2014-03-21 15:09             ` Ertman, DavidX M
  2014-03-21 15:57               ` Thomas Gleixner
  2014-03-21 15:57             ` Thomas Gleixner
  1 sibling, 1 reply; 13+ messages in thread
From: Ertman, DavidX M @ 2014-03-21 15:09 UTC (permalink / raw)
  To: Ronciak, John, Thomas Gleixner; +Cc: e1000-devel, netdev

This has been reproduced here.  I am touching base with the person who reproduced it and will be addressing this as a high priority.

Thanks for finding this.

Dave Ertman

-----Original Message-----
From: Ronciak, John 
Sent: Friday, March 21, 2014 8:08 AM
To: Thomas Gleixner; Ertman, DavidX M
Cc: e1000-devel@lists.sourceforge.net; netdev@vger.kernel.org
Subject: RE: [E1000-devel] i217-LM boot wreckage

> -----Original Message-----
> From: Thomas Gleixner [mailto:tglx@linutronix.de]
> Sent: Friday, March 21, 2014 7:52 AM
> To: Ertman, DavidX M
> Cc: e1000-devel@lists.sourceforge.net; netdev@vger.kernel.org
> Subject: Re: [E1000-devel] i217-LM boot wreckage
> 
> On Fri, 21 Mar 2014, Thomas Gleixner wrote:
> > On Thu, 20 Mar 2014, Thomas Gleixner wrote:
> > > On Thu, 20 Mar 2014, Ertman, DavidX M wrote:
> > > > Hello Thomas,
> > > >
> > > > Could you provide the exact kernel version and kernel config you
> are using?
> > >
> > > 3.14-rc7. config attached
> > >
> > > > Do you have Runtime Power Management enabled?
> > >
> > > According to .config yes
> > >
> > > > Have you tried the latest driver from sourceforge.net (3.0.4.1)?
> > >
> > > Nope, why should I?
> >
> > Now I got desperate enough to do. Doesnt work either.
> >
> > > > From your lspci output it looks like you have a Management 
> > > > Engine enabled platform.  Do you know what version of ME is loaded?
> Have
> > >
> > > 9.0.2.1345
> > >
> > > Disabling ME in the BIOS does not help.
> > >
> > > > you checked to see that you are on the latest BIOS/NVM image 
> > > > (looks like a new one was released on March 11th for the M93z)?
> > >
> > > Yep. Latest BIOS does not help either.
> >
> > Just for extended fun: The Thinkpad L440 has the same issue.
> 
> Some more data. 3.12 does not work at all, 3.13 has the same behaviour 
> as 3.14.-rc7
Thomas,

What does "does not work at all" mean? How is it broken?  Please supply some details.

Thanks.  We are looking into what's going on here but we don't have a lot of laptops around to test with.  That's slowing us down a bit.

Cheers,
John



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
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

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

* RE: [E1000-devel] i217-LM boot wreckage
  2014-03-21 15:07           ` Ronciak, John
  2014-03-21 15:09             ` Ertman, DavidX M
@ 2014-03-21 15:57             ` Thomas Gleixner
  1 sibling, 0 replies; 13+ messages in thread
From: Thomas Gleixner @ 2014-03-21 15:57 UTC (permalink / raw)
  To: Ronciak, John; +Cc: Ertman, DavidX M, e1000-devel, netdev

On Fri, 21 Mar 2014, Ronciak, John wrote:
> > On Fri, 21 Mar 2014, Thomas Gleixner wrote:
> > Some more data. 3.12 does not work at all, 3.13 has the same behaviour
> > as 3.14.-rc7
> Thomas,
> 
> What does "does not work at all" mean? How is it broken?  Please supply some details.
> 

They are in the previous mails in the thread.

Thanks,

	tglx

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

* Re: i217-LM boot wreckage
  2014-03-21 15:09             ` Ertman, DavidX M
@ 2014-03-21 15:57               ` Thomas Gleixner
  2014-03-21 21:28                 ` [E1000-devel] " Ertman, DavidX M
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Gleixner @ 2014-03-21 15:57 UTC (permalink / raw)
  To: Ertman, DavidX M; +Cc: e1000-devel, netdev, Ronciak, John

On Fri, 21 Mar 2014, Ertman, DavidX M wrote:

> This has been reproduced here.  I am touching base with the person
> who reproduced it and will be addressing this as a high priority.

Cool!

> Thanks for finding this.

Thanks for caring!

       tglx

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
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

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

* RE: [E1000-devel] i217-LM boot wreckage
  2014-03-21 15:57               ` Thomas Gleixner
@ 2014-03-21 21:28                 ` Ertman, DavidX M
  2014-03-21 22:01                   ` Thomas Gleixner
  0 siblings, 1 reply; 13+ messages in thread
From: Ertman, DavidX M @ 2014-03-21 21:28 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: Ronciak, John, e1000-devel, netdev

I have discovered the cause of this issue.  It is related to the change in the application of a Si errata workaround.

I will be working on grok'ing the total impact of this issue and writing up the patch over the weekend and will have something pushed into our internal queue early next week.

Thanks again for finding this issue

-----Original Message-----
From: Thomas Gleixner [mailto:tglx@linutronix.de] 
Sent: Friday, March 21, 2014 8:58 AM
To: Ertman, DavidX M
Cc: Ronciak, John; e1000-devel@lists.sourceforge.net; netdev@vger.kernel.org
Subject: RE: [E1000-devel] i217-LM boot wreckage

On Fri, 21 Mar 2014, Ertman, DavidX M wrote:

> This has been reproduced here.  I am touching base with the person who 
> reproduced it and will be addressing this as a high priority.

Cool!

> Thanks for finding this.

Thanks for caring!

       tglx

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

* Re: i217-LM boot wreckage
  2014-03-21 21:28                 ` [E1000-devel] " Ertman, DavidX M
@ 2014-03-21 22:01                   ` Thomas Gleixner
  2014-03-26 17:42                     ` [E1000-devel] " Ertman, DavidX M
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Gleixner @ 2014-03-21 22:01 UTC (permalink / raw)
  To: Ertman, DavidX M; +Cc: e1000-devel, netdev, Ronciak, John

On Fri, 21 Mar 2014, Ertman, DavidX M wrote:

> I have discovered the cause of this issue.  It is related to the
> change in the application of a Si errata workaround.
> 
> I will be working on grok'ing the total impact of this issue and
> writing up the patch over the weekend and will have something pushed
> into our internal queue early next week.

Take your time and don't spoil your weekend!

It's not a show stopper, as we know how to work around the issue.

If you need testing of some early patch or help with gathering
information, let me know. We have 4 reproducer systems handy.

Thanks,

	tglx

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
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

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

* RE: [E1000-devel] i217-LM boot wreckage
  2014-03-21 22:01                   ` Thomas Gleixner
@ 2014-03-26 17:42                     ` Ertman, DavidX M
  0 siblings, 0 replies; 13+ messages in thread
From: Ertman, DavidX M @ 2014-03-26 17:42 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: Ronciak, John, e1000-devel, netdev

Just an update.  A patch for this issue was submitted into our internal queue on Monday and is in review/testing.

Dave Ertman

-----Original Message-----
From: Thomas Gleixner [mailto:tglx@linutronix.de] 
Sent: Friday, March 21, 2014 3:01 PM
To: Ertman, DavidX M
Cc: Ronciak, John; e1000-devel@lists.sourceforge.net; netdev@vger.kernel.org
Subject: RE: [E1000-devel] i217-LM boot wreckage

On Fri, 21 Mar 2014, Ertman, DavidX M wrote:

> I have discovered the cause of this issue.  It is related to the 
> change in the application of a Si errata workaround.
> 
> I will be working on grok'ing the total impact of this issue and 
> writing up the patch over the weekend and will have something pushed 
> into our internal queue early next week.

Take your time and don't spoil your weekend!

It's not a show stopper, as we know how to work around the issue.

If you need testing of some early patch or help with gathering information, let me know. We have 4 reproducer systems handy.

Thanks,

	tglx

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

end of thread, other threads:[~2014-03-26 17:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-20 12:58 i217-LM boot wreckage Thomas Gleixner
2014-03-20 13:45 ` Thomas Gleixner
2014-03-20 15:12   ` [E1000-devel] " Ertman, DavidX M
2014-03-20 16:37     ` Thomas Gleixner
2014-03-21 14:36       ` Thomas Gleixner
2014-03-21 14:51         ` [E1000-devel] " Thomas Gleixner
2014-03-21 15:07           ` Ronciak, John
2014-03-21 15:09             ` Ertman, DavidX M
2014-03-21 15:57               ` Thomas Gleixner
2014-03-21 21:28                 ` [E1000-devel] " Ertman, DavidX M
2014-03-21 22:01                   ` Thomas Gleixner
2014-03-26 17:42                     ` [E1000-devel] " Ertman, DavidX M
2014-03-21 15:57             ` Thomas Gleixner

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.