Re: [git patches] net driver fixes

From: Wolfgang Hoffmann
Date: Fri Feb 24 2006 - 12:25:13 EST


On Friday 24 February 2006 17:14, Stephen Hemminger wrote:
> There is an outstanding bug where the sky2 will hang if it receives a
> packet larger than the MTU. At this point, there isn't enough information
> on chip behavior to fix.
>
> You could try using a larger mut or patching the driver so that the
> rx_buffer_size is always big (like 4k).

I've raised the MTU from 1500 to 3000 and still reproduced the hang. Would you
mind sending me a patch for forcing rx_buffer_size to 4k, so I can try that,
or is no sense in that, given that raising the MTU didn't help?

Concerning information on chip behavior, are you missing vendor specs, or
could I be helpful by reproducing the hang with an instrumented driver that
gives more information about the chip status at hang time?

Another thing that may be worth to find out is why 0.13 with Carl-Daniel
Hailfingers fix works. I didn't see a single hang with that version. I'm
currently resorting to that version, but well ...

I'd really like to help get this driver working robustly. I'm not enough into
networking to help by coding, but yes I'll give feedback on any driver
version you send me. I'd just like to provide you more helpful data than
repeating "new version still hangs" ;-)

Wolfgang

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/