]> git.kaiwu.me - haproxy.git/commit
MINOR: buffers: cache-align buffer_wq_lock
authorWilly Tarreau <w@1wt.eu>
Sun, 26 Nov 2017 10:08:14 +0000 (11:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 26 Nov 2017 10:10:51 +0000 (11:10 +0100)
commitb6a2f5899361c0de45048b2d7b7104ad2a27f16b
treec8e5bd05f3d99a9c621ce2277b9139f54c83d07d
parent8b94969054fcbecf5a8aad909852ca84086c3c65
MINOR: buffers: cache-align buffer_wq_lock

This lock is highly stressed, avoid cache-line sharing to limit stress.
src/buffer.c