NAPI enabled driver (tg3) silent packet loss ?

From: Rune V. SjÃen
Date: Thu Oct 09 2008 - 13:53:58 EST


I am sending frames to a host using, all the frames are accounted for
in the rx_ucast_packets counter of the device.
However the application shows a substantial packet loss. I assume that
the rx_ucast_packets counter is incremented when the frame is received
and then it is put into the ring buffer. I am having a hard time
figuring out where these packets are lost, and my suspicion lies with
the NAPI enabled tg3.

If the ring buffer overflows will the driver overwrite/drop packets
without incrementing any counters ? That would explain why the packets
are counted as received and then lost (by not being passed to the next
layer).

--
Rune V. Sjoen
You always pass failure on the way to success
--
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/