Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.
authorVenkitachalam Gopalakrishnan <gops@vmware.com>
Thu, 24 Oct 2013 22:54:03 +0000 (15:54 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Oct 2013 20:37:02 +0000 (13:37 -0700)
commite8f9a7bbf1b4dd4cfd4f16a3a9c28ccf406b7d26
treef13fdc550861d241e483f9bcd1276068ba87ac73
parent54fec1f7176b605e90b1066c1357fa34f25301a7
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@vmware.com>
Co-authored-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
include/openflow/openflow-1.0.h
include/openflow/openflow-1.2.h
include/openflow/openflow-common.h
lib/ofp-msgs.h
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto.c
tests/ofp-print.at
tests/ofproto.at
utilities/ovs-ofctl.c