datapath: Don't allocate space for per-CPU flow stats from cache.
authorJesse Gross <jesse@nicira.com>
Fri, 6 Dec 2013 21:17:33 +0000 (13:17 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 6 Dec 2013 21:28:18 +0000 (13:28 -0800)
commitd22d7ed076d29dadca431d1785f8acc4c33f2b5c
tree351133ae40374136772bce7e88934151388520d5
parentc3cc4d2dd265823828d93278b5d1ead4faad85ba
datapath: Don't allocate space for per-CPU flow stats from cache.

Per-CPU flow stats are now allocated separately (if necessary) so
there's no longer any need to allocate space for them directly in
the base flow.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
datapath/flow_table.c