Re: sky2 hangs without any messages

2007-07-13 Thread Daniel J Blueman
On 12/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: On Thu, 12 Jul 2007 22:29:50 +0100 "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > On 12/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > On Wed, 11 Jul 2007 23:55:29 +0100 > > "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > > > >

Re: sky2 hangs without any messages

2007-07-12 Thread Stephen Hemminger
On Thu, 12 Jul 2007 22:29:50 +0100 "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > On 12/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > On Wed, 11 Jul 2007 23:55:29 +0100 > > "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > Please try again with post 2.6.22 git versio

Re: sky2 hangs without any messages

2007-07-12 Thread Daniel J Blueman
On 12/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: On Wed, 11 Jul 2007 23:55:29 +0100 "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > > > > > > Please try again with post 2.6.22 git version (1.16)? > > > > Reproduced with 2.6.22 w/ sky2 1.16 from git. We observe this > > characteristic fa

Re: sky2 hangs without any messages

2007-07-11 Thread Stephen Hemminger
On Wed, 11 Jul 2007 23:55:29 +0100 "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > > > > > > Please try again with post 2.6.22 git version (1.16)? > > > > Reproduced with 2.6.22 w/ sky2 1.16 from git. We observe this > > characteristic failure on the NFS server (always around 2-3GB of > > transmit

Re: sky2 hangs without any messages

2007-07-11 Thread Daniel J Blueman
On 11/07/07, Daniel J Blueman <[EMAIL PROTECTED]> wrote: On 11/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > On Wed, 11 Jul 2007 22:39:49 +0100 > "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > > > On 11/07/07, Daniel J Blueman <[EMAIL PROTECTED]> wrote: > > > > > On 05/07/07, Stephen Hem

Re: sky2 hangs without any messages

2007-07-11 Thread Daniel J Blueman
On 11/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: On Wed, 11 Jul 2007 22:39:49 +0100 "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > On 11/07/07, Daniel J Blueman <[EMAIL PROTECTED]> wrote: > > > > On 05/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > > > > Well, it didn't fix my

Re: sky2 hangs without any messages

2007-07-11 Thread Stephen Hemminger
On Wed, 11 Jul 2007 22:39:49 +0100 "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > On 11/07/07, Daniel J Blueman <[EMAIL PROTECTED]> wrote: > > > > On 05/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > > > > Well, it didn't fix my test, but it made it better. The following > > > > > seem

Re: sky2 hangs without any messages

2007-07-11 Thread Daniel J Blueman
On 11/07/07, Daniel J Blueman <[EMAIL PROTECTED]> wrote: > > On 05/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > > Well, it didn't fix my test, but it made it better. The following seemed > > > to work longer... > > > > > > --- a/drivers/net/sky2.c2007-07-05 09:09:45.0

Re: sky2 hangs without any messages

2007-07-11 Thread Daniel J Blueman
On 11/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: On Wed, 11 Jul 2007 11:15:20 +0100 "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > On 05/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > Well, it didn't fix my test, but it made it better. The following seemed > > to work longer.

Re: sky2 hangs without any messages

2007-07-11 Thread Stephen Hemminger
On Wed, 11 Jul 2007 11:15:20 +0100 "Daniel J Blueman" <[EMAIL PROTECTED]> wrote: > On 05/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > Well, it didn't fix my test, but it made it better. The following seemed > > to work longer... > > > > --- a/drivers/net/sky2.c2007-07-05 09:09:

Re: sky2 hangs without any messages

2007-07-11 Thread Daniel J Blueman
On 05/07/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: Well, it didn't fix my test, but it made it better. The following seemed to work longer... --- a/drivers/net/sky2.c2007-07-05 09:09:45.0 -0700 +++ b/drivers/net/sky2.c2007-07-05 09:09:51.0 -0700 @@ -2490,6

Re: sky2 hangs without any messages

2007-07-02 Thread Daniel J Blueman
Hi Stephen, Tino Keitel <[EMAIL PROTECTED]> wrote: in the last 2 days, I had 2 outages of the NIC of my Mac mini Core Duo. I checked the kernel log but I found nothing sky2 related. After reloading the module, the interface worked again. There is a reproducible hang (due to missed IRQ) in sky

Re: sky2 hangs without any messages

2007-06-27 Thread Stephen Hemminger
On Wed, 23 May 2007 09:54:31 +0200 Tino Keitel <[EMAIL PROTECTED]> wrote: > Hi folks, > > in the last 2 days, I had 2 outages of the NIC of my Mac mini Core Duo. > I checked the kernel log but I found nothing sky2 related. After > reloading the module, the interface worked again. > > Both freeze

Re: sky2 hangs without any messages

2007-05-23 Thread Stephen Hemminger
Does this patch fix the problem? It is something I saw while doing review for support of newer chips. Subject: sky2: don't set bogus bit in PHY register This code inherited from the sk98lin driver is incorrect on the Yukon2. The definition used for these bits is incorrect. Act

Re: sky2 hangs without any messages

2007-05-23 Thread Tino Keitel
On Wed, May 23, 2007 at 07:50:26 -0700, Stephen Hemminger wrote: [...] > Don't use that patch, it isn't needed and probably causes problem. > > Please get output of 'ethtool -d eth0'; more recent versions of > ethtool can decode the register format. Older versions just print hex. Hi, see the a

Re: sky2 hangs without any messages

2007-05-23 Thread Stephen Hemminger
On Wed, 23 May 2007 09:54:31 +0200 Tino Keitel <[EMAIL PROTECTED]> wrote: > Hi folks, > > in the last 2 days, I had 2 outages of the NIC of my Mac mini Core Duo. > I checked the kernel log but I found nothing sky2 related. After > reloading the module, the interface worked again. > > Both freeze

sky2 hangs without any messages

2007-05-23 Thread Tino Keitel
Hi folks, in the last 2 days, I had 2 outages of the NIC of my Mac mini Core Duo. I checked the kernel log but I found nothing sky2 related. After reloading the module, the interface worked again. Both freezes were connected to access from a remote NFS client to a directory with ~4700 files in it