[ovs-git] Open vSwitch: util: Add function hexits_value() for parsing multiple hex digits. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Nov 15 18:18:23 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  bf9712678fc9ec85bf2ac54407e16d76aa22e7b6 (commit)
       via  96fc46e8fdafd6467906e11e0fb493e2b78f2fb5 (commit)
       via  69b6be193fcb99f87fb0f6747b3b708edd4305a0 (commit)
      from  b1da6250481f6879d0727710eea87d5f61d6a24c (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 bf9712678fc9ec85bf2ac54407e16d76aa22e7b6
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bf9712678fc9ec85bf2ac54407e16d76aa22e7b6
Author: Ben Pfaff <blp at nicira.com>
		
util: Add function hexits_value() for parsing multiple hex digits.
		
Suggested-by: Justin Pettit <jpettit at nicira.com>


commit 96fc46e8fdafd6467906e11e0fb493e2b78f2fb5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=96fc46e8fdafd6467906e11e0fb493e2b78f2fb5
Author: Ben Pfaff <blp at nicira.com>
		
nicira-ext: New Nicira vendor action NXAST_NOTE.
		
Our controller group at Nicira has requested a way to annotate flows with
extra information beyond the flow cookie.  The new NXAST_NOTE action
provides such a way.

This new action is somewhat controversial.  Some have suggested that it
should be added another way (either as part of the Nicira Extended Match
or as a new component of the flow_mod and related messages).  Others think
that it has no place in the OpenFlow protocol at all and that an equivalent
should be implemented using the already available features of OVSDB.  So
it is possible that this extension will be deleted and the feature will
be reimplemented some other way (or not at all).

CC: Teemu Koponen <koponen at nicira.com>
CC: Jeremy Stribling <strib at nicira.com>


commit 69b6be193fcb99f87fb0f6747b3b708edd4305a0
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=69b6be193fcb99f87fb0f6747b3b708edd4305a0
Author: Ben Pfaff <blp at nicira.com>
		
ofp-util: Add OFP_ACTION_ALIGN macro to header.
		
It seems that this should really be in openflow.h but so far it isn't.


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

Summary of changes:
 include/openflow/nicira-ext.h |   19 +++++++++++++++
 lib/json.c                    |   12 +++------
 lib/nx-match.c                |    8 ++----
 lib/ofp-parse.c               |   37 +++++++++++++++++++++++++++++
 lib/ofp-print.c               |   27 +++++++++++++++++++--
 lib/ofp-util.c                |   23 ++++++++++--------
 lib/ofp-util.h                |    3 ++
 lib/sha1.c                    |    8 ++++--
 lib/util.c                    |   27 +++++++++++++++++++++
 lib/util.h                    |    1 +
 lib/uuid.c                    |   52 ++++++++++++++++++++++++++++------------
 ofproto/ofproto.c             |    3 ++
 tests/ovs-ofctl.at            |    2 +
 tests/test-aes128.c           |    9 +++----
 utilities/ovs-ofctl.8.in      |    4 +++
 15 files changed, 185 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list