On Mon, Jul 11, 2011 at 11:52 PM, Simon Horman <ho...@verge.net.au> wrote:
> This resolves what appears to be a think-o in tbl_expand()
>
> * Old Logic: Always create tables with TBL_MIN_BUCKETS buckets
> * New Logic: Create tables twice as big as their predecessor
>
> When sending 10,000 flows through ovs-vswitchd:
> * Old Logic: CPU bound in tbl_lookup(), significant packet loss
> * New Logic: ~10% of one core used, negligible packet loss
>
> Tested with an Intel E5520 @ 2.27GHz,
> flows from an ethernet device to to a dummy interface with
> no address configured.
>
> Signed-off-by: Simon Horman <ho...@verge.net.au>

Applied, good catch!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to