[ovs-git] Open vSwitch: stream.py: Don't use class decorators. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Oct 17 16:30:30 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, master has been updated
       via  c38f8724aeb994fd840fa4283a07e38c3c114d68 (commit)
       via  f606c7e99465477cf0533ecbc4795a0f8fe635e0 (commit)
       via  61a7b1e6fee6c81b0d8551898d2b108de2b42536 (commit)
      from  b19e8793390f788a4e394d049ea64ce0161ad923 (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 c38f8724aeb994fd840fa4283a07e38c3c114d68
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c38f8724aeb994fd840fa4283a07e38c3c114d68
Author: Reid Price <reid at nicira.com>
		
stream.py: Don't use class decorators.
		
Commit 8cc820 (python/ovs/stream: teach stream.py tcp socket) made a
change that used class decorators.  Unfortunately, they were not
introduced until Python 2.6.  XenServer uses Python 2.4, so the change
caused some Python-based daemons not to start.  This commit uses an
alternate syntax suggested by Reid Price.

Bug #13580

Signed-off-by: Justin Pettit <jpettit at nicira.com>
Signed-off-by: Reid Price <reid at nicira.com>


commit f606c7e99465477cf0533ecbc4795a0f8fe635e0
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f606c7e99465477cf0533ecbc4795a0f8fe635e0
Author: Ethan Jackson <ethan at nicira.com>
		
ofp-actions: Remove unused variable.
		
Signed-off-by: Ethan Jackson <ethan at nicira.com>


commit 61a7b1e6fee6c81b0d8551898d2b108de2b42536
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=61a7b1e6fee6c81b0d8551898d2b108de2b42536
Author: Ethan Jackson <ethan at nicira.com>
		
timeval: Block SIGALRM when sleeping.
		
Commit 00a16895 (timeval: Don't require signals for time_alarm().)
Incorrectly disabled signals when when CACHE_TIME was disabled.  In
fact, the reverse was correct.  As a result of this bug, OVS would
wake once every 100ms unnecessarily.  It shouldn't have affected
correctness otherwise.

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


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

Summary of changes:
 lib/ofp-actions.c    |    3 +--
 lib/timeval.c        |    2 +-
 python/ovs/stream.py |    4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list