Dan Kenigsberg has submitted this change and it was merged. Change subject: tc: replace mirred filter parsing with a generic filter parser ......................................................................
tc: replace mirred filter parsing with a generic filter parser For now, we only need to parse filters with mirred actions. This must change in order to implement the Quality of Service feature, which will require parsing classes, queuing disciplines and other kinds of filters. This patch adds a generic parsing filter and lays the structure for iterating over other Traffic Control entities. Change-Id: I95aa9aaaeb0f8e612734b32a578e46fade7fdd9c Signed-off-by: Antoni S. Puimedon <[email protected]> Reviewed-on: http://gerrit.ovirt.org/29211 Reviewed-by: Dan Kenigsberg <[email protected]> --- M configure.ac M debian/vdsm.install M tests/tcTests.py M vdsm.spec.in M vdsm/network/Makefile.am A vdsm/network/tc/Makefile.am R vdsm/network/tc/__init__.py A vdsm/network/tc/_parser.py A vdsm/network/tc/_wrapper.py A vdsm/network/tc/filter.py 10 files changed, 383 insertions(+), 62 deletions(-) Approvals: Antoni Segura Puimedon: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/29211 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I95aa9aaaeb0f8e612734b32a578e46fade7fdd9c Gerrit-PatchSet: 10 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: Livnat Peer <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
