diff options
author | Eric Dumazet <dada1@cosmosbay.com> | 2007-03-27 21:18:34 (GMT) |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 05:28:20 (GMT) |
commit | 03d4f879b9ddf7d5c1f788792247e62450342eed (patch) | |
tree | ae5598e3309da4a6725f60ce7facf968849a7ab8 /net/netrom | |
parent | 4103f8cd5c1f260d674a7b426ed221812de54d47 (diff) | |
download | linux-03d4f879b9ddf7d5c1f788792247e62450342eed.tar.xz |
[IPV4]: align inet_protos[] on SMP
As IPPROTO_TCP is 6, it makes sense to make sure inet_protos[] array
is properly cache line aligned to avoid false sharing on SMP.
c0680540 b peer_total
c0680544 b inet_peer_unused_head
c0680560 B inet_protos
On i386 this example, we can see that inet_protos[IPPROTO_TCP] shares
a potentially hot (and modified) cache line.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netrom')
0 files changed, 0 insertions, 0 deletions