Ido Barkan has posted comments on this change.

Change subject: net: Support VLAN hardware offloading in hostQOS
......................................................................


Patch Set 9:

(1 comment)

https://gerrit.ovirt.org/#/c/47332/9/vdsm/network/tc/filter.py
File vdsm/network/tc/filter.py:

Line 170: 
Line 171: def _parse_ematch_match(first_arg, tokens):
Line 172:     data = {}
Line 173:     if first_arg in ('random', 'loadavg_1', 'nf_mark', 'vlan', 
'sk_rcvbuf',
Line 174:                      'sk_snd_queue'):
> need to forward-port recent 3.6 changes.
the forward-port will be done in this patch in order to preserve identical 
change IDs in both branches.
Line 175:         data['object'] = first_arg
Line 176:     for token in tokens:
Line 177:         if token in ('eq', 'lt', 'gt'):
Line 178:             data['relation'] = token


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I667a9f38f4314da309685f6ba247f705a2e9c23e
Gerrit-PatchSet: 9
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ido Barkan <ibar...@redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <toni+ov...@midokura.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Ido Barkan <ibar...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to