Re: [PATCH RFC net-next] net: epoll support for busy poll

From: Eric Wong
Date: Thu Aug 22 2013 - 16:11:41 EST


Eliezer Tamir <eliezer.tamir@xxxxxxxxxxxxxxx> wrote:
> Performance:
> using sockperf, Intel X520 NICs,
> Supermicro 6026TT-BTF systems with E5-2690 Xeon CPUs
> 100 UDP sockets avg. latency 5.756 (std-dev 0.510)
> 1k UDP sockets avg. latency 5.780 (std-dev 0.536)
> 10k UDP sockets avg. latency 6.269 (std-dev 0.611)

How does this compare to with normal poll on this system?

In other words, what advantage is there to using epoll instead of poll
when busy looping?

epoll and busy_poll seem to be opposites. epoll inherently has higher
latency than normal poll, but provides stable performance with many more
FDs.
--
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/