ofproto-dpif: Rate limit facet_check_consistency()
authorEthan Jackson <ethan@nicira.com>
Thu, 21 Mar 2013 20:31:14 +0000 (13:31 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 27 Mar 2013 17:39:45 +0000 (10:39 -0700)
commit4d2a0f3984ec9ab76467bb2ee06476513a4d8083
tree07a55faae70a3443a3547ceb08c1cda16f07aac0
parent49c7f80c1a27b1619dfa81e413a112d52f3de462
ofproto-dpif: Rate limit facet_check_consistency()

With complex flow tables, facet_check_consistency() can be
expensive enough to show up in flow setup performance benchmarks.
In my testing this patch gives us a roughly 10% improvement in
TCP_CRR and ovs-benchmark.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c