Dan Kenigsberg has submitted this change and it was merged. Change subject: ipwrapper: switch link polling to netlink ......................................................................
ipwrapper: switch link polling to netlink Getting the links from iproute2 implied creating a process each time and then parsing the output. Due to the fact that this opearations happen periodically and sometimes several times per second, the cost was too high. Change-Id: I09a120155e3c5be15c237171620e5c996c2af681 Signed-off-by: Antoni S. Puimedon <[email protected]> Reviewed-on: http://gerrit.ovirt.org/23248 Reviewed-by: Dan Kenigsberg <[email protected]> --- M debian/control M debian/dependencyMap.txt M debian/vdsm-python.install M lib/vdsm/Makefile.am M lib/vdsm/ipwrapper.py A lib/vdsm/netlink.py M tests/ipwrapperTests.py M vdsm.spec.in 8 files changed, 208 insertions(+), 4 deletions(-) Approvals: Antoni Segura Puimedon: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/23248 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I09a120155e3c5be15c237171620e5c996c2af681 Gerrit-PatchSet: 14 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Assaf Muller <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Ondřej Svoboda <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
