[ovs-git] Open vSwitch: ovs-dpctl: Allow requesting the port number from "add-if" command. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jul 31 03:54:57 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  4b3b8d8fa14bbe4000c6591eef74e0a0d51a3929 (commit)
       via  232dfa4aa32a1a5ba99f671a6fd7de58b2bd8b3c (commit)
      from  8a77bb2ec8d25a61955bbb041cf1e45e8966da76 (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 4b3b8d8fa14bbe4000c6591eef74e0a0d51a3929
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4b3b8d8fa14bbe4000c6591eef74e0a0d51a3929
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-dpctl: Allow requesting the port number from "add-if" command.
		
The datapath port number influences the OpenFlow port number in
ovs-vswitchd.  The new "port_no" option for the "add-if" command allows
the user to request a specific datapath port number.

Feature #12642

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


commit 232dfa4aa32a1a5ba99f671a6fd7de58b2bd8b3c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=232dfa4aa32a1a5ba99f671a6fd7de58b2bd8b3c
Author: Justin Pettit <jpettit at nicira.com>
		
dpif: Allow the port number to be requested when adding an interface.
		
The datapath allows requesting a specific port number for a port, but
the dpif interface didn't expose it.  This commit adds that support.

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


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

Summary of changes:
 NEWS                     |    3 +++
 lib/dpif-linux.c         |   11 ++++++++---
 lib/dpif-netdev.c        |   11 ++++++++++-
 lib/dpif-provider.h      |    8 ++++++--
 lib/dpif.c               |   18 +++++++++++++-----
 ofproto/ofproto-dpif.c   |    2 +-
 utilities/ovs-dpctl.8.in |    9 ++++++---
 utilities/ovs-dpctl.c    |   14 +++++++++++++-
 8 files changed, 60 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list