[ovs-git] Open vSwitch: ofproto-dpif: Use adaptive mutex for stats. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Feb 13 22:02:52 UTC 2014


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  97ba2d36f659170fc5645c47c928041d5c8f51e8 (commit)
       via  ea6f3f9a49ad9d671fa226dd33a14b7f287c6602 (commit)
      from  03fc2881382a9936f898e08d38bd8d623497409e (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 97ba2d36f659170fc5645c47c928041d5c8f51e8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=97ba2d36f659170fc5645c47c928041d5c8f51e8
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
ofproto-dpif: Use adaptive mutex for stats.
		
Stats critical sections are held for very short time, so it makes
sense to spin on them for a while rather than sleeping immediately.

Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>

commit ea6f3f9a49ad9d671fa226dd33a14b7f287c6602
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ea6f3f9a49ad9d671fa226dd33a14b7f287c6602
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
ovs-thread: Add support for pthread adaptive mutex
		
Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>

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

Summary of changes:
 lib/ovs-thread.c       |   11 +++++++++++
 lib/ovs-thread.h       |    8 ++++++++
 ofproto/ofproto-dpif.c |    6 +++---
 3 files changed, 22 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list