]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stick-table: requeue the wakeup task out of the write lock
authorWilly Tarreau <w@1wt.eu>
Wed, 12 Oct 2022 10:04:01 +0000 (10:04 +0000)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Oct 2022 12:19:05 +0000 (14:19 +0200)
commitcbdb528a7635be502949651016aeea938feb4479
treeee217b115d2fdda05c10dcb57547a7d219425803
parentdbae89e09cc80cc14e50a8e00f53848a1591b302
MEDIUM: stick-table: requeue the wakeup task out of the write lock

We don't need to call stktable_requeue_exp() with the table's lock
held anymore, so let's move it out. It should slightly reduce the
contention on the write lock, though it is now already quite low.
src/stick_table.c