Re: [E1000-devel] Is call to e1000e_phy_has_link_generic with interval=100000 too large for udelay?

2013-12-02 Thread buport
On Mon 02 Dec 2013 "Ertman, DavidX M" wrote: > I see what is going on here, we put a conditional check on the duration of > the sleep range to use the correct delay function, but it only went on in one > of the sleeps. > I will submit a patch for this. Thanks. I see that someone else found a s

Re: [E1000-devel] NETDEV WATCHDOG: eth0 (e1000e): transmit queue 0 timed out

2013-12-02 Thread Ethan Zhao
Bjorn, Seems not the same bug as http://sourceforge.net/p/e1000/bugs/367/ , Nick is not running his kernel on bare metal, per the error log, he runs his kernel as HVM DomU guest or Dom0 on XEN ? so just a check of NULL will not fix that. Thanks, Ethan On Thu, Nov 21, 2013 at 5:22 AM, Bjorn

Re: [E1000-devel] NETDEV WATCHDOG: eth0 (e1000e): transmit queue 0 timed out

2013-12-02 Thread Fujinaka, Todd
I'm having difficulty following this issue, most likely because of our email system. Can you file a new bug on sourceforge? Thanks. Todd Fujinaka Software Application Engineer Networking Division (ND) Intel Corporation todd.fujin...@intel.com (503) 712-4565 -Original Message- From: Nic

Re: [E1000-devel] NETDEV WATCHDOG: eth0 (e1000e): transmit queue 0 timed out

2013-12-02 Thread Nick Pegg
> Intel maintains newer drivers out-of-tree at > http://sourceforge.net/projects/e1000/, and it's possible this is some > bug that has already been fixed. The current version there looks like > e1000e-2.5.4, released 2013-09-05. > > Possible similar report: http://sourceforge.net/p/e1000/bugs/367/

Re: [E1000-devel] Is call to e1000e_phy_has_link_generic with interval=100000 too large for udelay?

2013-12-02 Thread Ertman, DavidX M
I see what is going on here, we put a conditional check on the duration of the sleep range to use the correct delay function, but it only went on in one of the sleeps. I will submit a patch for this. Could you please submit your kernel configuration so that I can enable the same debugging that