[ovs-git] Open vSwitch: ofproto-dpif: Don't output to nonexistent ports. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Dec 21 23:26:00 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  a4454ac67c6d38740914d157f73b5083f6912172 (commit)
       via  9a2f7074d5f514a2ea54155a12f0616c44e1d475 (commit)
       via  5dca28b517a5a1699cebc228dab46218431f8616 (commit)
       via  11f8bde38c1d0681375a95722cbb4bb7e4043a1a (commit)
       via  2e3108016fde07502e7fd33f15c81ffbaf1b9ffe (commit)
      from  e7c465fd4667280cf7f16b1cc13ea6bb810d33b7 (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 a4454ac67c6d38740914d157f73b5083f6912172
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a4454ac67c6d38740914d157f73b5083f6912172
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto-dpif: Don't output to nonexistent ports.
		
In older versions of Open vSwitch, one could reasonably predict
that the datapath port number would be the same as the OpenFlow
port number even for ports which may not exist yet.  With the
single datapath model, it's no possible longer to make this
prediction.  Therefore, instead of attempting to, this code simply
drops packets which output to a nonexistent port.

Signed-off-by: Ethan Jackson <ethan at nicira.com>


commit 9a2f7074d5f514a2ea54155a12f0616c44e1d475
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9a2f7074d5f514a2ea54155a12f0616c44e1d475
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto-dpif: User proper type for odp_port when outputting.
		
Found by inspection.

Signed-off-by: Ethan Jackson <ethan at nicira.com>


commit 5dca28b517a5a1699cebc228dab46218431f8616
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5dca28b517a5a1699cebc228dab46218431f8616
Author: Ethan Jackson <ethan at nicira.com>
		
ovs: Replace TODO:XXX with XXX.
		
According to the coding style, XXX is the appropriate tag for code
that needs work.

Signed-off-by: Ethan Jackson <ethan at nicira.com>


commit 11f8bde38c1d0681375a95722cbb4bb7e4043a1a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=11f8bde38c1d0681375a95722cbb4bb7e4043a1a
Author: Ethan Jackson <ethan at nicira.com>
		
xenserver: Downgrade not on XenServer warning to DBG.
		
This log message is annoying and of questionable usefulness.

Signed-off-by: Ethan Jackson <ethan at nicira.com>


commit 2e3108016fde07502e7fd33f15c81ffbaf1b9ffe
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2e3108016fde07502e7fd33f15c81ffbaf1b9ffe
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto: Remove trailing whitespace.
		
Signed-off-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 lib/jsonrpc.c          |    2 +-
 lib/ofp-actions.c      |   14 +++++++-------
 lib/ofp-actions.h      |    4 ++--
 lib/ofp-parse.c        |    4 ++--
 ofproto/ofproto-dpif.c |   44 ++++++++++++++++++++------------------------
 ofproto/ofproto.c      |    2 +-
 ovsdb/jsonrpc-server.c |    2 +-
 vswitchd/xenserver.c   |    2 +-
 8 files changed, 35 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list