[libvirt] [PATCH v3 0/3] network: make openvswitch call timeout configurable

Boris Fiuczynski fiuczy at linux.vnet.ibm.com
Tue Feb 7 15:16:41 UTC 2017


Since a successful completion of openvswitch calls is expected a longer
timeout should be able to be chosen in order to account for loaded systems.
Therefore this patch series provides the ability to specify the timeout value
for openvswitch calls in the libvirtd configuration file.


Boris Fiuczynski (3):
  libvirtd: add openvitch timeout value
  network: allow to specify timeout for openvswitch calls
  libvirtd: set openvswitch timeout value based on config data

 daemon/libvirtd-config.c        |  6 ++++
 daemon/libvirtd-config.h        |  2 ++
 daemon/libvirtd.aug             |  1 +
 daemon/libvirtd.c               | 13 +++++++++
 daemon/libvirtd.conf            |  9 ++++++
 daemon/test_libvirtd.aug.in     |  1 +
 src/libvirt_private.syms        |  1 +
 src/util/virnetdevopenvswitch.c | 64 +++++++++++++++++++++++++++++++++++------
 src/util/virnetdevopenvswitch.h |  5 ++++
 9 files changed, 94 insertions(+), 8 deletions(-)

-- 
2.5.5




More information about the libvir-list mailing list