datapath: Per cpu flow stats.
authorPravin B Shelar <pshelar@nicira.com>
Wed, 23 Oct 2013 21:34:39 +0000 (14:34 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 21 Oct 2013 15:42:20 +0000 (08:42 -0700)
With mega flow implementation ovs flow can be shared between
multiple CPUs which makes stats updates highly contended
operation. Following patch allocates separate stats for each
CPU to make stats update scalable.

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

No differences found