[ovs-git] Open vSwitch: ofproto-dpif: Disassociate datapath max_ports with openflow port numbers. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Nov 6 15:25:49 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  9f5bbb005cde84505e112495e59604bf62e580ff (commit)
      from  ccb0ca0333816cdb92a5617f03c4ca6cd9924c86 (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 9f5bbb005cde84505e112495e59604bf62e580ff
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9f5bbb005cde84505e112495e59604bf62e580ff
Author: Gurucharan Shetty <gshetty at nicira.com>
		
ofproto-dpif: Disassociate datapath max_ports with openflow port numbers.
		
With single datapath, multiple userspace bridges share the same datapath.
As such it does not look beneficial that we decide a valid open flow port
number based on the number of ports in the datapath specially now that
we have the ofport_request column in OVSDB.

This commit does not remove ofproto_init_max_ports() interface as defined
in ofproto-provider.h as there may be other implementations that still use it.
But ofproto-dpif should not need it.

Bug #20163.
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/dpif.c             |    8 --------
 lib/dpif.h             |    1 -
 ofproto/ofproto-dpif.c |    4 ----
 3 files changed, 13 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list