Re: [PATCH 4/5] sky2: software rx/tx stats

2007-01-31 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: Maintain packet statistics in software rather than hardware. This is slightly slower, but allows easier debugging of problems where packets are still being received by PHY but not being handled by hardware. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] applied -

[PATCH 4/5] sky2: software rx/tx stats

2007-01-26 Thread shemminger
Maintain packet statistics in software rather than hardware. This is slightly slower, but allows easier debugging of problems where packets are still being received by PHY but not being handled by hardware. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- drivers/net/sky2.c | 21