ofproto: Add support for OF1.3 port description multipart message.
authorJustin Pettit <jpettit@nicira.com>
Fri, 4 May 2012 21:42:04 +0000 (14:42 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 8 May 2012 16:51:43 +0000 (09:51 -0700)
commit2be393edd3a94772ef430054dc72ec794c450981
tree77aa919171cc314f22df76b15870ed022cab494c
parent3a51996b8a196e6b761e9d7e20ce573028a6dbcf
ofproto: Add support for OF1.3 port description multipart message.

OpenFlow 1.0 is limited to displaying 1364 ports in the Features Reply
message, and there is no other way to get consolidated port information.
OpenFlow 1.3 adds a new port description multipart message
(OFPMP_PORT_DESC) that is not limited by size.  This commit adds support
through the OpenFlow 1.0 stats mechanism, since they have complimentary
enum values.

Bug #11040

Signed-off-by: Justin Pettit <jpettit@nicira.com>
NEWS
include/openflow/openflow-common.h
lib/learning-switch.c
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.8.in
utilities/ovs-ofctl.c