[libvirt] [PATCH] esx: Improve object-by-type lookup performance

Matthias Bolte matthias.bolte at googlemail.com
Tue Aug 24 09:12:10 UTC 2010


2010/8/23 Daniel P. Berrange <berrange at redhat.com>:
> On Sat, Aug 21, 2010 at 07:02:03PM +0200, Matthias Bolte wrote:
>> Instead of using one big traversal spec for lookup use a set of
>> more fine grained traversal specs that are selected based on the
>> actual needs of the lookup.
>>
>> This gives up to 20% speedup for certain operations like domain
>> listing due to less HTTP(S) traffic.
>> ---
>>  src/esx/esx_driver.c |    1 -
>>  src/esx/esx_vi.c     |  223 +++++++++++++++++++++++++-------------------------
>>  src/esx/esx_vi.h     |   16 ++--
>>  3 files changed, 121 insertions(+), 119 deletions(-)
>
> ACK
>

Thanks, pushed.

Matthias




More information about the libvir-list mailing list