Re: skge driver oops

2006-07-30 Thread Krzysztof Oledzki
On Sun, 23 Jul 2006, Krzysztof Oledzki wrote: On Fri, 26 May 2006, Stephen Hemminger wrote: Please give this a try, it rearranges the transmit buffer management, and may avoid issues with partial completions causing SKB reuse. Plase excuse me, I overlooked this patch. Anyway, it seems

Re: skge driver oops

2006-07-22 Thread Krzysztof Oledzki
On Fri, 26 May 2006, Stephen Hemminger wrote: Please give this a try, it rearranges the transmit buffer management, and may avoid issues with partial completions causing SKB reuse. Plase excuse me, I overlooked this patch. Anyway, it seems that this fix went into the 2.6.16 kernel, which

Re: skge driver oops

2006-05-31 Thread Beschorner Daniel
> I assume you sk98lin version downloaded from their web site. Right. sk98lin: Network Device Driver v8.32.2.3 (C)Copyright 1999-2006 Marvell(R). ACPI: PCI Interrupt :00:0b.0[A] -> GSI 16 (level, low) -> IRQ 19 eth0: DGE-530T Gigabit Ethernet Adapter PrefPort:A RlmtMode:Check Link Stat

Re: skge driver oops

2006-05-26 Thread Stephen Hemminger
Please give this a try, it rearranges the transmit buffer management, and may avoid issues with partial completions causing SKB reuse. --- skge.orig/drivers/net/skge.c +++ skge/drivers/net/skge.c @@ -2372,7 +2372,8 @@ static int skge_xmit_frame(struct sk_buf

Re: skge driver oops

2006-05-22 Thread Beschorner Daniel
Thank you for the hint, Krzysztof! But this switch doesn't help, the problem for the crash is in my case the rx side. I can send big files over the card, as soon as I start receiving the box crashes with the oopses you can find in former postings. Daniel > On Wed, 17 May 2006, Beschorner Daniel

Re: skge driver oops

2006-05-17 Thread Krzysztof Oledzki
On Wed, 17 May 2006, Beschorner Daniel wrote: As David and me are using SMP systems when it's crashing, should I give a non-SMP kernel a try, to see if it's some kind of race conditon? You may also try this, where ethX is your skge driven ethernet device: /usr/sbin/ethtool -K ethX tx off

skge driver oops

2006-05-17 Thread Beschorner Daniel
As David and me are using SMP systems when it's crashing, should I give a non-SMP kernel a try, to see if it's some kind of race conditon? Daniel - 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.ke

Re: skge driver oops

2006-05-16 Thread David Arnold
-->"Stephen" == Stephen Hemminger <[EMAIL PROTECTED]> writes: Stephen> I tried reproducing this and can't seem to cause it. thanks anyway :-) Stephen> Are you running anything special that could influence this? Stephen> bridging, VLAN's, bonding, netfilter, queueing disciplines, Stephen>

Re: skge driver oops

2006-05-16 Thread Stephen Hemminger
On Fri, 12 May 2006 11:36:24 +1000 "David Arnold" <[EMAIL PROTECTED]> wrote: > i've been getting semi-regular lockups on my machine over 2.6.16 > series. I recently attached a serial console in an attempt to capture > an OOPS. > > i got one yesterday. it's copied manually from the console, but

Re: skge driver oops

2006-05-15 Thread David Arnold
-->"Stephen" == Stephen Hemminger <[EMAIL PROTECTED]> writes: >> i've been getting semi-regular lockups on my machine over 2.6.16 >> series. I recently attached a serial console in an attempt to >> capture an OOPS. Stephen> Could you retest with the v1.5 version that is 2.6.17-rc3? usin

Re: skge driver oops

2006-05-12 Thread Stephen Hemminger
On Fri, 12 May 2006 11:36:24 +1000 "David Arnold" <[EMAIL PROTECTED]> wrote: > i've been getting semi-regular lockups on my machine over 2.6.16 > series. I recently attached a serial console in an attempt to capture > an OOPS. > > i got one yesterday. it's copied manually from the console, but

skge driver oops

2006-05-11 Thread David Arnold
i've been getting semi-regular lockups on my machine over 2.6.16 series. I recently attached a serial console in an attempt to capture an OOPS. i got one yesterday. it's copied manually from the console, but hopefully the values are all accurate. there was more that had scrolled off screen abov