[ovs-git] Open vSwitch: mac-learning: Make the mac-learning module thread safe. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Aug 1 19:41:29 UTC 2013


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  509c014934ac5cb9a86698c3213bfe42d572fbb9 (commit)
       via  3bfd397270152b513cfe336c79feb1f142d4b7d7 (commit)
       via  26131299fa56345d4eb5adfb631cdd7c7310a592 (commit)
       via  13b1b2ae700284e8a752ced7c87e16a7c8f9d76c (commit)
       via  bd54dbcdd77cfd85f4ea2a589b07f1da5c3119d5 (commit)
      from  8a8cd0acd09763f5edca6506bb286447c5776778 (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 509c014934ac5cb9a86698c3213bfe42d572fbb9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=509c014934ac5cb9a86698c3213bfe42d572fbb9
Author: Ethan Jackson <ethan at nicira.com>
		
mac-learning: Make the mac-learning module thread safe.
		
Signed-off-by: Ethan Jackson <ethan at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


commit 3bfd397270152b513cfe336c79feb1f142d4b7d7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=3bfd397270152b513cfe336c79feb1f142d4b7d7
Author: Ethan Jackson <ethan at nicira.com>
		
bond: Make the bond module thread safe.
		
Signed-off-by: Ethan Jackson <ethan at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


commit 26131299fa56345d4eb5adfb631cdd7c7310a592
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=26131299fa56345d4eb5adfb631cdd7c7310a592
Author: Ethan Jackson <ethan at nicira.com>
		
bfd: Make the BFD module thread safe.
		
Signed-off-by: Ethan Jackson <ethan at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


commit 13b1b2ae700284e8a752ced7c87e16a7c8f9d76c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=13b1b2ae700284e8a752ced7c87e16a7c8f9d76c
Author: Ethan Jackson <ethan at nicira.com>
		
cfm: Make the CFM module thread safe.
		
Signed-off-by: Ethan Jackson <ethan at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


commit bd54dbcdd77cfd85f4ea2a589b07f1da5c3119d5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bd54dbcdd77cfd85f4ea2a589b07f1da5c3119d5
Author: Ethan Jackson <ethan at nicira.com>
		
stp: Make the STP module thread safe.
		
Signed-off-by: Ethan Jackson <ethan at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/bfd.c                    |  216 ++++++++++++++--------
 lib/bond.c                   |  190 +++++++++++++------
 lib/cfm.c                    |  210 ++++++++++++++-------
 lib/cfm.h                    |    3 +-
 lib/learning-switch.c        |    9 +
 lib/mac-learning.c           |   17 +-
 lib/mac-learning.h           |   66 ++++---
 lib/stp.c                    |  421 +++++++++++++++++++++++++++++++-----------
 lib/stp.h                    |    3 +-
 ofproto/ofproto-dpif-xlate.c |   12 +-
 ofproto/ofproto-dpif.c       |   28 ++-
 ofproto/ofproto.c            |    3 +-
 ofproto/ofproto.h            |    2 +-
 tests/test-stp.c             |    2 +-
 vswitchd/bridge.c            |    2 +
 15 files changed, 840 insertions(+), 344 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list