Re: [PATCH] skge: fiber support

2006-09-27 Thread Stephen Hemminger
On Wed, 27 Sep 2006 13:59:02 -0400 Michael Stone <[EMAIL PROTECTED]> wrote: > On Wed, Sep 27, 2006 at 10:34:15AM -0700, Stephen Hemminger wrote: > >That's surprising, memory leak? dropped packets? > > I'm open to suggestions on debugging it. It seems fairly repeatable > about half an hour after

Re: [PATCH] skge: fiber support

2006-09-27 Thread Michael Stone
On Wed, Sep 27, 2006 at 10:34:15AM -0700, Stephen Hemminger wrote: That's surprising, memory leak? dropped packets? I'm open to suggestions on debugging it. It seems fairly repeatable about half an hour after startup. Mike Stone - To unsubscribe from this list: send the line "unsubscribe net

Re: [PATCH] skge: fiber support

2006-09-27 Thread Stephen Hemminger
On Wed, 27 Sep 2006 13:26:46 -0400 Michael Stone <[EMAIL PROTECTED]> wrote: > Hmm. Yesterday I did some nfs testing (simple dd of a big file) with the > skge driver and got about 700+Mbps. I ran the same test today and got > 160Mbps. I rebooted the client and got 700+Mbps again. About half an >

Re: [PATCH] skge: fiber support

2006-09-27 Thread Michael Stone
Hmm. Yesterday I did some nfs testing (simple dd of a big file) with the skge driver and got about 700+Mbps. I ran the same test today and got 160Mbps. I rebooted the client and got 700+Mbps again. About half an hour later, down to 160Mbps again. Server & client were both idle, and the server d

Re: [PATCH] skge: fiber support

2006-09-26 Thread Michael Stone
On Thu, Sep 21, 2006 at 03:39:39PM -0700, Stephen Hemminger wrote: Add support for older fiber versions of the SysKonnect board. These chipsets use an internal PHY so they require special handling. The older sk98lin driver already supported these The patch seems to work with a single port card

Re: [PATCH] skge: fiber support (rebased)

2006-09-25 Thread Jeff Garzik
applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] skge: fiber support (rebased)

2006-09-23 Thread Stephen Hemminger
Add support for older fiber versions of the SysKonnect board. These chipsets use an internal PHY so they require special handling. The older sk98lin driver already supported these Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/skge.c | 357 ++

Re: [PATCH] skge: fiber support

2006-09-22 Thread Jeff Garzik
Stephen Hemminger wrote: Add support for older fiber versions of the SysKonnect board. These chipsets use an internal PHY so they require special handling. The older sk98lin driver already supported these Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> ACK, but: Applying 'skge: fiber su

[PATCH] skge: fiber support

2006-09-21 Thread Stephen Hemminger
Add support for older fiber versions of the SysKonnect board. These chipsets use an internal PHY so they require special handling. The older sk98lin driver already supported these Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/skge.c | 357 +