Re: questions on NAPI processing latency and dropped network packets

From: Eric Dumazet
Date: Mon Jan 21 2008 - 16:31:34 EST


Chris Friesen a écrit :
I've done some further digging, and it appears that one of the problems we may be facing is very high instantaneous traffic rates.

Instrumentation showed up to 222K packets/sec for short periods (at least 1.1 ms, possibly longer), although the long-term average is down around 14-16K packets/sec.

Instrumentation done where exactly ?

tcpdump on the host will lie, since timestamps are probably going to be host timestamps, giving the time of RX dequeing, and not time of packets arrival given by NIC.


If I bump the rx ring size up to 4096, we can handle all the packets and we still have 44% idle on cpu0 and 27% idle on cpu1.

Is there anything else we can do to minimize the latency of network packet processing and avoid having to crank the rx ring size up so high?



You have some tasks that disable softirqs too long. Sometimes, bumping RX ring size is OK (but you will still have delays), sometimes it is not an option, since 4096 is the limit on current hardware.

--
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/