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>
Mon, 1 Apr 2013 19:22:57 +0000 (12:22 -0700)
commitdffa93198738a0cae64cd2343d53445e3161d92d
treecb192bf542c10a644f15250d6aec407ca6e5b236
parent780b1c693744517304a750845b24e4d17efb4736
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