ofproto: Track subfacet stats in the backer.
authorEthan Jackson <ethan@nicira.com>
Tue, 4 Jun 2013 22:48:31 +0000 (15:48 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 7 Jun 2013 20:26:16 +0000 (13:26 -0700)
commitdc54ef36cb108f9ac594ac8c34c719880a9a7bd5
tree28a1283f559dddfc403b5e2089a652bfc033082b
parent9fc0165a5020b815bd75bcb84e30fc5fec15a85f
ofproto: Track subfacet stats in the backer.

Subfacets being per-datapath entities, their statistics are really
only interesting at per-datapath granularity.  This patch moves
them to the dpif_backer and makes some related simplifications.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif-unixctl.man
ofproto/ofproto-dpif.c
tests/ofproto-dpif.at
tests/tunnel.at