Implement OpenFlow 1.5 port desc stats request.
authorBen Pfaff <blp@nicira.com>
Thu, 8 May 2014 06:18:46 +0000 (23:18 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 14 May 2014 17:31:44 +0000 (10:31 -0700)
commit70ae4f930cf99d0604f5e724f8f79bf08d11f263
tree9f0870972bd2c81cd7f138a3d561a1e8a2afb8e5
parent19187a715fcaf09840cbf9e994972152d0cb9880
Implement OpenFlow 1.5 port desc stats request.

OpenFlow 1.4 and earlier always send the description of every port in
response to an OFPMP_PORT_DESC request.  OpenFlow 1.5 proposes allowing
the controller to request a description of a single port.  This commit
implements a prototype.

EXT-69.
Signed-off-by: Ben Pfaff <blp@nicira.com>
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.8.in
utilities/ovs-ofctl.c