Dan Kenigsberg has posted comments on this change.

Change subject: hostdev: report physfn
......................................................................


Patch Set 5: Code-Review-1

(1 comment)

http://gerrit.ovirt.org/#/c/35974/5/vdsm/hostdev.py
File vdsm/hostdev.py:

Line 43: 
Line 44: def _sriov_totalvfs(device_name):
Line 45:     with open('/sys/bus/pci/devices/{}/sriov_totalvfs'.format(
Line 46:             _name_to_pci_path(device_name))) as f:
Line 47:         return str(int(f.read()))
non-intentional re-inroduction?
Line 48: 
Line 49: 
Line 50: def _parse_device_params(device_xml):
Line 51:     """


-- 
To view, visit http://gerrit.ovirt.org/35974
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id1c41b1fd7e0cab51c869ae4a7882072be2c3fad
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Polednik <mpoled...@redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Martin Polednik <mpoled...@redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to