Change in vdsm[master]: tc: Integrate Host QoS with network deletion via setupNetworks

asegurap at redhat.com asegurap at redhat.com
Thu Sep 11 11:25:23 UTC 2014


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 <asegurap at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list