[libvirt] [PATCH] conf: Check for NUMA distances in validity check

Michal Privoznik mprivozn at redhat.com
Wed Feb 7 12:58:34 UTC 2018


On 02/07/2018 12:18 PM, Peter Krempa wrote:

> 
> ACK with the variable declaration fixed. 'n' in case of the number of
> numa nodes will be rather small, so it should not be a problem to use
> O(n^2) algorithm here.
> 

Agreed. We have plenty of O(n^2) algorithms in our code (even O(n^3) I
guess). Anyway, put the variable declaration on a separate line and
pushed. Thanks.

Michal




More information about the libvir-list mailing list