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)
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.


No differences found