Antoni Segura Puimedon has posted comments on this change. Change subject: tc: Integrate Host QoS with network deletion via setupNetworks ......................................................................
Patch Set 6: (1 comment) http://gerrit.ovirt.org/#/c/31440/6/vdsm/network/configurators/qos.py File vdsm/network/configurators/qos.py: Line 99: raise Line 100: Line 101: tc.qdisc.add(dev, _SHAPING_QDISC_KIND, handle='0x' + _ROOT_QDISC_HANDLE, Line 102: default='%#x' % _NON_VLANNED_ID) Line 103: tc.qdisc.add(dev, 'ingress') Answer to the second comment: Here! Line 104: Line 105: # Add traffic classes Line 106: _add_hfsc_cls(dev, _ROOT_QDISC_HANDLE, class_id, **qos) Line 107: if class_id != _DEFAULT_CLASSID: # We need to add a default class -- To view, visit http://gerrit.ovirt.org/31440 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I28a3676af1553052e7cdea515faa29e847b7d3c0 Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
