2010/8/23 Daniel P. Berrange <berrange(a)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