diff options
author | Davidlohr Bueso <dave@stgolabs.net> | 2017-05-08 15:57:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-08 17:15:12 -0700 |
commit | 60f3e00d25b44e3aa51846590d1e10f408466a83 (patch) | |
tree | 3596ddb9b62bef33a4fef3665b38ccc6700884ec /include/linux/vmalloc.h | |
parent | f0cb88026f51a0d8c952cf5e09e1933ef10b50b4 (diff) | |
download | linux-60f3e00d25b44e3aa51846590d1e10f408466a83.tar.gz linux-60f3e00d25b44e3aa51846590d1e10f408466a83.tar.bz2 linux-60f3e00d25b44e3aa51846590d1e10f408466a83.zip |
sysv,ipc: cacheline align kern_ipc_perm
Assign 'struct kern_ipc_perm' its own cacheline to avoid false sharing
with sysv ipc calls.
While the structure itself is rather read-mostly throughout the lifespan
of ipc, the spinlock causes most of the invalidations. One example is
commit 31a7c4746e9 ("ipc/sem.c: cacheline align the ipc spinlock for
semaphores"). Therefore, extend this to all ipc.
The effect of cacheline alignment on sems can be seen in sembench, which
deals mostly with semtimedop wait/wakes is seen to improve raw
throughput (worker loops) between 8 to 12% on a 24-core x86 with over 4
threads.
Link: http://lkml.kernel.org/r/1486673582-6979-4-git-send-email-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Cc: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/vmalloc.h')
0 files changed, 0 insertions, 0 deletions