[ovs-git] Open vSwitch: Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Oct 29 20:37:21 UTC 2013


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  e8f9a7bbf1b4dd4cfd4f16a3a9c28ccf406b7d26 (commit)
       via  54fec1f7176b605e90b1066c1357fa34f25301a7 (commit)
      from  e58855ec57e57498f5ddbe0baf6026f64e012415 (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 e8f9a7bbf1b4dd4cfd4f16a3a9c28ccf406b7d26
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e8f9a7bbf1b4dd4cfd4f16a3a9c28ccf406b7d26
Author: Venkitachalam Gopalakrishnan <gops at vmware.com>
		
Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.
		
Open vSwitch has never implemented this request and reply, even though they
have been in OpenFlow since version 1.0.  This commit adds an
implementation.

Signed-off: Venkitachalam Gopalakrishnan <gops at vmware.com>
Co-authored-by: Ben Pfaff <blp at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Joe Stringer <joestringer at nicira.com>


commit 54fec1f7176b605e90b1066c1357fa34f25301a7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=54fec1f7176b605e90b1066c1357fa34f25301a7
Author: Ben Pfaff <blp at nicira.com>
		
openflow-1.2.h: Remove redundant definition of OFPST12_GROUP_FEATURES.
		
Message types are defined in ofp-msgs.h these days.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Joe Stringer <joestringer at nicira.com>


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

Summary of changes:
 include/openflow/openflow-1.0.h    |   11 +-
 include/openflow/openflow-1.2.h    |   24 ++--
 include/openflow/openflow-common.h |   24 ++--
 lib/ofp-msgs.h                     |   12 +-
 lib/ofp-print.c                    |   75 +++++++++-
 lib/ofp-util.c                     |  277 ++++++++++++++++++++++++++++++++++++
 lib/ofp-util.h                     |   28 ++++
 ofproto/ofproto.c                  |   49 ++++++-
 tests/ofp-print.at                 |   44 ++++++
 tests/ofproto.at                   |   30 ++++
 utilities/ovs-ofctl.c              |   22 +++
 11 files changed, 556 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list