[ovs-git] Open vSwitch: ovs-vswitch: Make OpenFlow "dp_desc" configurable. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Dec 26 23:04:29 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  8b6ff72912871a8101a8427be1c38941326332ad (commit)
       via  061bfea46df4048440a219472719e5def71f4090 (commit)
       via  fdfdbd4e1e83d7220cda3150caac424242229aab (commit)
      from  2f31a8229e6c20cd1adae4847f704f8f1774a043 (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 8b6ff72912871a8101a8427be1c38941326332ad
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=8b6ff72912871a8101a8427be1c38941326332ad
Author: Ben Pfaff <blp at nicira.com>
		
ovs-vswitch: Make OpenFlow "dp_desc" configurable.
		
Signed-off-by: Felician Nemeth <nemethf at tmit.bme.hu>
[blp at nicira.com refactored the code that this was based on and revised the
 patch accordingly]
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 061bfea46df4048440a219472719e5def71f4090
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=061bfea46df4048440a219472719e5def71f4090
Author: Ben Pfaff <blp at nicira.com>
		
ofproto: Use NULL "desc" values to indicate defaults.
		
This saves a small amount of memory.  It should also save a small amount of
time for reconfiguration starting with an upcoming commit where it becomes
possible to change the dp_desc away from the default (because it will not
be necessary to compare the current value against the default).

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


commit fdfdbd4e1e83d7220cda3150caac424242229aab
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=fdfdbd4e1e83d7220cda3150caac424242229aab
Author: Ben Pfaff <blp at nicira.com>
		
ofproto: Remove ofproto_set_desc().
		
Nothing calls it, and it's a lousy interface.

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


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

Summary of changes:
 NEWS                       |    2 +
 ofproto/ofproto-provider.h |   10 +++---
 ofproto/ofproto.c          |   81 +++++++++++++------------------------------
 ofproto/ofproto.h          |   11 +-----
 vswitchd/bridge.c          |    9 +++++
 vswitchd/vswitch.xml       |    6 +++
 6 files changed, 48 insertions(+), 71 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list