ofproto-dpif: Batch interacting with the dpif on flow miss operations.
authorBen Pfaff <blp@nicira.com>
Fri, 14 Oct 2011 20:55:32 +0000 (13:55 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 14 Oct 2011 21:08:45 +0000 (14:08 -0700)
commit501f8d1fd75b316ee7fa7c039cb37110750bf5a1
tree51f41c78ce9fc2b5e839b401bd0bf94e811b224a
parentf38278973e94d19a6de2a3b8a24b03c7befbbb57
ofproto-dpif: Batch interacting with the dpif on flow miss operations.

This improves "ovs-benchmark rate" performance in my testing by about 24%.

A quick experiment shows that there may still be some headroom for batching
flow deletions on facet expiration, up to perhaps 10% additional
improvement.
ofproto/ofproto-dpif.c