Implement OpenFlow statistics in switches and in dpctl.
authorBen Pfaff <blp@nicira.com>
Fri, 4 Apr 2008 23:17:46 +0000 (16:17 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 4 Apr 2008 23:22:40 +0000 (16:22 -0700)
commitf6cae73ec398e34f7634b40bbacc598be8511b5f
treec9038c31d287e27c380f9dff61568c7ec0417559
parent4fc7e7d11f08336ad99b3a3dbd34ba8d195893f7
Implement OpenFlow statistics in switches and in dpctl.

This has two notable omissions.  First, only at most 4k of flow statistics
are reported.  Second, aggregate statistics are not yet supported.  Both
of these are fairly easily fixable, just not fixed yet.
16 files changed:
datapath/datapath.c
datapath/datapath.h
datapath/forward.c
include/dpif.h
include/ofp-print.h
include/openflow-netlink.h
include/openflow.h
include/vconn.h
lib/dpif.c
lib/ofp-print.c
lib/vconn.c
switch/chain.c
switch/chain.h
switch/datapath.c
switch/switch.c
utilities/dpctl.c