From Dan Kenigsberg <dan...@redhat.com>:

Dan Kenigsberg has submitted this change and it was merged.

Change subject: vmfakecon: optimize HostDeviceStub
......................................................................


vmfakecon: optimize HostDeviceStub

HostDeviceStub processed the XML only to grab few pieces of
information. The process roughly went as follows:
str->xml (get few values)->str->xml.

We aim to remove the intermediate XML parsing, leaving much nicer
flow: str->xml. The optimization helps us further down the series when
working with large number of devices.

Change-Id: I034ffed83b17eeb4e6a1ec58361a95ea72afb1e8
Bug-Url: https://bugzilla.redhat.com/1398572
Signed-off-by: Martin Polednik <mpoled...@redhat.com>
---
M tests/vmfakecon.py
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins CI: Passed CI tests
  Francesco Romani: Looks good to me, approved
  Martin Polednik: Verified



-- 
To view, visit https://gerrit.ovirt.org/67514
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I034ffed83b17eeb4e6a1ec58361a95ea72afb1e8
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Polednik <mpoled...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Polednik <mpoled...@redhat.com>
Gerrit-Reviewer: Milan Zamazal <mzama...@redhat.com>
Gerrit-Reviewer: gerrit-hooks <automat...@ovirt.org>
_______________________________________________
vdsm-patches mailing list -- vdsm-patches@lists.fedorahosted.org
To unsubscribe send an email to vdsm-patches-le...@lists.fedorahosted.org

Reply via email to