ofproto-dpif: Process multiple batches of upcalls in a single poll loop.
authorBen Pfaff <blp@nicira.com>
Fri, 11 Nov 2011 00:42:51 +0000 (16:42 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 28 Nov 2011 17:31:08 +0000 (09:31 -0800)
commit9b16c4394b940573d733c47fa7213bbe99a456d9
tree1cb7ca78bccb23c49d3f68b706e0d7bec9d61a30
parent50f80534f2bcf5bbe58f94cfc2a8a16236b4bf56
ofproto-dpif: Process multiple batches of upcalls in a single poll loop.

This yields a 27% improvement in netperf CRR results in my tests
versus the previous commit, which is a 52% improvement versus
the baseline from just before the poll_fd_woke() optimization was
removed.
ofproto/ofproto-dpif.c