[ovs-git] Open vSwitch: ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Mar 24 06:27:12 UTC 2014


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  5deff5aa263a72a99141e95e50821f77bc687f15 (commit)
       via  b71273f60dbb2315330874809595048ce3c6ac68 (commit)
       via  9c4dbc1caa7f83c16775406547f9cfba38c8d513 (commit)
       via  c0621c394f09882b7d210102d0389c60b353d630 (commit)
      from  ecb229bebb9dd2687848dcebc10d2556ae1f2a87 (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 5deff5aa263a72a99141e95e50821f77bc687f15
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5deff5aa263a72a99141e95e50821f77bc687f15
Author: Alexander Wu <alexander.wu at huawei.com>
		
ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.
		
Signed-off-by: Alexander Wu <alexander.wu at huawei.com>
Co-authored-by: Ben Pfaff <blp at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit b71273f60dbb2315330874809595048ce3c6ac68
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b71273f60dbb2315330874809595048ce3c6ac68
Author: Ben Pfaff <blp at nicira.com>
		
bitmap: Make bitmap_scan() able to scan for 0-bits or 1-bits.
		
An upcoming commit will make use of this feature.

Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 9c4dbc1caa7f83c16775406547f9cfba38c8d513
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9c4dbc1caa7f83c16775406547f9cfba38c8d513
Author: Alexander Wu <alexander.wu at huawei.com>
		
ofp-actions: Complete ofp13_action_type.
		
Signed-off-by: Alexander Wu <alexander.wu at huawei.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit c0621c394f09882b7d210102d0389c60b353d630
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c0621c394f09882b7d210102d0389c60b353d630
Author: Alexander Wu <alexander.wu at huawei.com>
		
ofp-actions: New function ovs_instruction_type_from_inst_type().
		
Signed-off-by: Alexander Wu <alexander.wu at huawei.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 include/openflow/openflow-1.3.h |   20 ++-
 lib/bitmap.c                    |   11 +-
 lib/bitmap.h                    |    9 +-
 lib/nx-match.h                  |    3 +-
 lib/ofp-actions.c               |   21 +++
 lib/ofp-actions.h               |    3 +
 lib/ofp-parse.c                 |   19 ++
 lib/ofp-print.c                 |  170 +++++++++++++++++-
 lib/ofp-util.c                  |  364 +++++++++++++++++++++++++++++++++++++++
 lib/ofp-util.def                |   21 +++
 lib/ofp-util.h                  |   80 ++++++++-
 ovsdb/transaction.c             |    4 +-
 tests/ofp-print.at              |  221 ++++++++++++++++++++++++
 utilities/ovs-ofctl.8.in        |    4 +
 utilities/ovs-ofctl.c           |   17 ++
 vswitchd/bridge.c               |    4 +-
 16 files changed, 946 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list