commit | 26d212c7442e93ca58f3fa75eab16141970a0729 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 10 17:06:40 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Apr 10 19:27:41 2021 +0200 |
tree | 876d11758e3f1f189e8cb67f6c28b1167927a8d3 | |
parent | a1090a5b61247da206dd6aad2508345af2b0412f [diff] |
MINOR: epoll: move epoll_fd to read_mostly This one only contains the list of per-thread epoll FDs, and is used a lot during updates. Let's mark it read_mostly to avoid false sharing of FDs placed at the extremities.