ofproto: Querying port stats for individual ports (OpenFlow 1.0)
authorJustin Pettit <jpettit@nicira.com>
Wed, 20 Jan 2010 06:35:18 +0000 (22:35 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 23 Jan 2010 02:08:06 +0000 (18:08 -0800)
commitdef27fc2267328febc6b65cb779266fb8b2064ae
treefb42c89b8ff5c479546cb9b1d8aec949140ec180
parent40a8ca3292a78639919e32ddd1558ce02ad938eb
ofproto: Querying port stats for individual ports (OpenFlow 1.0)

OpenFlow 1.0 adds "port_no" field to the Port Stat request messages to
allow stats for individual ports to be queried.  Port stats for all ports
can still be requested by specifying OFPP_NONE as the port number.

NOTE: OVS at this point is not wire-compatible with OpenFlow 1.0 until
the final commit in this OpenFlow 1.0 set.
extras/ezio/ovs-switchui.c
include/openflow/openflow.h
lib/ofp-print.c
ofproto/ofproto.c
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c