On Wed, Aug 3, 2011 at 10:19 AM, Simon Horman <[email protected]> wrote:
> * If the number of entries in a table exceeds
>  the number of buckets that it has then
>  an attempt will be made to resize the table.
>
> * There is a limit of TBL_MAX_BUCKETS placed on
>  the number of buckets of a table.
>
> * If this limit is exceeded keep using the existing table.
>  This allows a table to hold more than TBL_MAX_BUCKETS
>  entries at the expense of increased hash collisions.
>
> Signed-off-by: Simon Horman <[email protected]>

Applied.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to