Fixes tests on FreeBSD.

Version 2:
    * 'timeout' argument moved to the middle of the parameter list.
    * LLONG_MAX in C and None in python used for deadline for
      "no timeout" case.
    * Dropped all the already applied patches.

Ilya Maximets (2):
  stream: Allow timeout configuration for open_block.
  vconn: Allow timout configuration for blocking connection.

 include/openvswitch/vconn.h |  4 ++--
 lib/stream.c                | 27 ++++++++++++++++++++-------
 lib/stream.h                |  2 +-
 lib/unixctl.c               |  2 +-
 lib/vconn.c                 | 22 ++++++++++++++++++----
 ovn/utilities/ovn-sbctl.c   |  2 +-
 ovn/utilities/ovn-trace.c   |  2 +-
 ovsdb/ovsdb-client.c        |  2 +-
 python/ovs/stream.py        | 16 +++++++++++++---
 tests/test-jsonrpc.c        |  4 ++--
 tests/test-ovsdb.c          |  2 +-
 tests/test-ovsdb.py         |  2 +-
 tests/test-stream.c         |  2 +-
 tests/test-stream.py        |  2 +-
 tests/test-vconn.c          | 14 ++++++++------
 utilities/ovs-ofctl.c       |  2 +-
 16 files changed, 73 insertions(+), 34 deletions(-)

-- 
2.17.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to