On 11/18/21 21:50, Mike Pattrick wrote:
> Currently when a user creates an openflow group with with multiple
> buckets without specifying a selection type, the efficient dp_hash is
> only selected if the user is creating fewer than 64 buckets. But when
> dp_hash is explicitly selected, up to 256 buckets are supported.
> 
> While up to 64 buckets seems like a lot, certain OVN/Open Stack
> workloads could result in the user creating more than 64 buckets. For
> example, when using OVN to load balance. This patch increases the
> default maximum from 64 to 256.
> 
> This change to the default limit doesn't affect how many buckets are
> actually created, that is specified by the user when the group is
> created, just how traffic is distributed across buckets.
> 
> ---
> Changes in v2:
>    - Clarified change in manpage
> 
> Changes in v3:
>    - Updated NEWS file
> 
> Signed-off-by: Mike Pattrick <[email protected]>

Thanks, Mike and Gaetan!

I moved the 'Signed-off-by' to the correct place and added 'Acked-by'
from Gaetan from v2, since there was no code changes.

With that, applied.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to