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>
Tue, 29 Nov 2011 00:55:46 +0000 (16:55 -0800)
commit06aafa84d5a6556340cdf10145e6d25cbc3b3f2d
tree955a8db26ede39a1c861cec0eea6fa74db321a91
parent70bc60cab7bf34a533ff824a9ea0f93afb09ed84
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