sst-linux/net/openvswitch
Pravin B Shelar e298e50570 openvswitch: Per cpu flow stats.
With mega flow implementation ovs flow can be shared between
multiple CPUs which makes stats updates highly contended
operation. This patch uses per-CPU stats in cases where a flow
is likely to be shared (if there is a wildcard in the 5-tuple
and therefore likely to be spread by RSS). In other situations,
it uses the current strategy, saving memory and allocation time.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
2014-01-06 15:52:24 -08:00
..
2013-08-26 14:03:13 -07:00
2014-01-06 15:52:24 -08:00
2014-01-06 15:52:24 -08:00
2014-01-06 15:52:24 -08:00
2014-01-06 15:52:24 -08:00
2014-01-06 15:52:24 -08:00
2013-08-26 14:03:13 -07:00