[ovs-git] Open vSwitch: stream: By default disable probing on unix sockets. (branch-1.6)

dev at openvswitch.org dev at openvswitch.org
Sat Apr 14 06:40:14 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-1.6 has been updated
       via  cd5104fdd7d2422a9a574ebd8524821757357d09 (commit)
       via  18ea51451ff3a98ddb1b40278cacb41e8ed7914b (commit)
      from  7b3b2432d42a54c174177ad5380a21449fce77ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cd5104fdd7d2422a9a574ebd8524821757357d09
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=cd5104fdd7d2422a9a574ebd8524821757357d09
Author: Ethan Jackson <ethan at nicira.com>
		
stream: By default disable probing on unix sockets.
		
There isn't a lot of value in sending inactivity probes on unix
sockets.  This patch changes the default to disable them.

Signed-off-by: Ethan Jackson <ethan at nicira.com>


commit 18ea51451ff3a98ddb1b40278cacb41e8ed7914b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=18ea51451ff3a98ddb1b40278cacb41e8ed7914b
Author: Ethan Jackson <ethan at nicira.com>
		
python: Honor zero probe interval in reconnect.py
		
The python reconnect library attempted to send a probe every 0
milliseconds instead of disabling probing when the probe_interval
was zero.

Signed-off-by: Ethan Jackson <ethan at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/jsonrpc.c           |    4 ++++
 lib/reconnect.c         |    5 ++++-
 lib/stream-fd.c         |    2 ++
 lib/stream-provider.h   |   10 ++++++++++
 lib/stream-ssl.c        |    2 ++
 lib/stream-tcp.c        |    2 ++
 lib/stream-unix.c       |    2 ++
 lib/stream.c            |   19 +++++++++++++++++++
 lib/stream.h            |    1 +
 ovsdb/jsonrpc-server.c  |    6 ++++--
 ovsdb/jsonrpc-server.h  |    3 ++-
 ovsdb/ovsdb-server.c    |    2 +-
 python/ovs/jsonrpc.py   |    3 +++
 python/ovs/reconnect.py |    8 ++++++--
 python/ovs/stream.py    |   13 +++++++++++++
 15 files changed, 75 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list