Re: [ovs-dev] [PATCH 1/2] ofproto-dpif: Rate limit facet_check_consistency()

2013-03-27 Thread Ben Pfaff
On Tue, Mar 26, 2013 at 10:09:34PM -0700, Ethan Jackson wrote: > 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-o

[ovs-dev] [PATCH 1/2] ofproto-dpif: Rate limit facet_check_consistency()

2013-03-26 Thread Ethan Jackson
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 --- ofproto/ofproto-dpif.c |7 ++- 1 file ch