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, 20 Feb 2010 10:22:28 +0000 (02:22 -0800)
commit26c3f94a553be66dd037159148f30b47ef2c6f4b
tree7405f30565e3fa6ee75af7db7539c1593ba4a5fb
parentfb892732bac6787c6fb943554f8000e26477dd85
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