[ovs-git] Open vSwitch: util: Improve type-safety of OBJECT_CONTAINING. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Dec 3 18:44:44 UTC 2010


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  17e42975c2d42574072925f3743cc64bfd5a8fc1 (commit)
       via  24cd0dee6ed7d96e5397f0ae3a9d3957504e8665 (commit)
       via  b8c5c0dc73c3ff58c55b63b6afa56749706217da (commit)
       via  87542e21fa88f0e566fdff023410a33f11d164ba (commit)
       via  492f75720ea291dc418602aac49cf4cd5695f3ce (commit)
      from  3fd8e510dc0a5184be2ec4b909b172ff7b7043cf (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 17e42975c2d42574072925f3743cc64bfd5a8fc1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=17e42975c2d42574072925f3743cc64bfd5a8fc1
Author: Ben Pfaff <blp at nicira.com>
		
util: Improve type-safety of OBJECT_CONTAINING.
		


commit 24cd0dee6ed7d96e5397f0ae3a9d3957504e8665
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=24cd0dee6ed7d96e5397f0ae3a9d3957504e8665
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: Demote common log messages from INFO to DBG level.
		
These log messages were useful long ago, but I have not found them helpful
in a long time.  Also noticed by Paul Ingram <paul at nicira.com>.


commit b8c5c0dc73c3ff58c55b63b6afa56749706217da
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b8c5c0dc73c3ff58c55b63b6afa56749706217da
Author: Ben Pfaff <blp at nicira.com>
		
ovs-ofctl: Reimplement dumping particular tables.
		
"dump-flows" and "dump-aggregate" are documented to accept a "table"
value to dump only a particular OpenFlow table, but commit 8050b31d6
"ofp-parse: Refactor flow parsing" broke this, by always dumping table
0.  This commit should fix it (though I haven't tested it).


commit 87542e21fa88f0e566fdff023410a33f11d164ba
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=87542e21fa88f0e566fdff023410a33f11d164ba
Author: Ben Pfaff <blp at nicira.com>
		
classifier: New cls_rule functions for setting registers and tun_id.
		


commit 492f75720ea291dc418602aac49cf4cd5695f3ce
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=492f75720ea291dc418602aac49cf4cd5695f3ce
Author: Ben Pfaff <blp at nicira.com>
		
nicira-ext: Name the enum used for flow formats, to clarify code.
		


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

Summary of changes:
 include/openflow/nicira-ext.h |    2 +-
 lib/classifier.c              |   22 ++++++++++++++++++++++
 lib/classifier.h              |    4 ++++
 lib/ofp-util.c                |    6 ++++--
 lib/ofp-util.h                |    5 +++--
 lib/util.h                    |   17 +++++++++++++----
 ofproto/ofproto.c             |    2 +-
 utilities/ovs-ofctl.c         |    6 ++++--
 8 files changed, 52 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list