From: Jesse Gross <je...@nicira.com>
Date: Tue, 29 Oct 2013 17:22:21 -0700

> From: Pravin B Shelar <pshe...@nicira.com>
> 
> 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 <pshe...@nicira.com>
> Signed-off-by: Jesse Gross <je...@nicira.com>

Please properly use __percpu memory for this.

Using arrays for this is very strongly discouraged, please instead
use the kernel facility designed exactly for this.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to