ofproto: Improve resolution of flow stats and removed messages (OpenFlow 1.0)
authorJustin Pettit <jpettit@nicira.com>
Tue, 19 Jan 2010 23:35:02 +0000 (15:35 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 23 Jan 2010 02:08:05 +0000 (18:08 -0800)
commit197ef7af3c68bceed2d0680ad6f0c01d33d1954b
treeed1dcdfc804ae3b532329544e43966d65cf7362c
parent3579456f54092d7902cdd49054e7b028bd37cc23
ofproto: Improve resolution of flow stats and removed messages (OpenFlow 1.0)

OpenFlow 1.0 increases the resolution of flow stats and flow removed messages
from seconds to (potentially) nanoseconds.  The spec stats that only
millisecond granularity is required, so that's all we provide at this
time.  Increasing to nanoseconds would require more significant code
change and would not provide an appreciable improvement in real world
use.

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