]> xenbits.xensource.com Git - libvirt.git/commit
nodeinfo: Fix gathering of nodeinfo data structure
authorPeter Krempa <pkrempa@redhat.com>
Mon, 9 Jul 2012 14:57:49 +0000 (16:57 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 11 Jul 2012 13:32:19 +0000 (15:32 +0200)
commit80533ca25d809a2a3e81266a0acabf61a0f86ced
treeaebf93cb7906a8cffa5474222eb88c31d6d23cff
parent6dcf98c822b62a355a8ce063e14c90cc2d6a85a3
nodeinfo: Fix gathering of nodeinfo data structure

This patch changes the way data to fill the nodeinfo structure are
gathered. We've gathere the test data by iterating processors an sockets
separately from nodes. The reported data was based solely on information
about core id. Problems arise when eg cores in mulit-processor machines
don't have same id's on both processors or maybe one physical processor
contains more NUMA nodes.

This patch changes the approach how we detect processors and nodes. Now
we start at enumerating nodes and for each node processors, sockets and
threads are enumerated separately. This approach provides acurate data
that comply to docs about the nodeinfo structure. This also enables to
get rid of hacks: see commits 10d9038b744a69c8d4bd29c2e8c012a097481586,
ac9dd4a676f21b5e3ca6dbe0526f2a6709072beb. (Those changes in nodeinfo.c
are efectively reverted by this patch).

This patch also changes output of one of the tests, as the processor
topology is now acquired more precisely.
src/nodeinfo.c
tests/nodeinfodata/linux-nodeinfo-sysfs-test-3-cpu-x86-output.txt