From: Eric Dumazet Date: Mon, 14 Jun 2010 05:59:22 +0000 (+0000) Subject: loopback: Implement 64bit stats on 32bit arches X-Git-Tag: v2.6.36-rc1~571^2~592 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b10de38f0ef4e921a1f6e5cba2b6c92d6b46ecd;p=pandora-kernel.git loopback: Implement 64bit stats on 32bit arches Uses a seqcount_t to synchronize stat producer and consumer, for packets and bytes counter, now u64 types. (dropped counter being rarely used, stay a native "unsigned long" type) No noticeable performance impact on x86, as it only adds two increments per frame. It might be more expensive on arches where smp_wmb() is not free. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed