diff options
author | Florian Westphal <fw@strlen.de> | 2021-07-27 00:29:19 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2021-08-06 17:07:35 +0200 |
commit | 4608fdfc07e116f9fc0895beb40abad7cdb5ee3d (patch) | |
tree | c78586cfc4a92c8201a5ed0eea4f824c61177f3d /net/rxrpc/key.c | |
parent | 38ea9def5b62f9193f6bad96c5d108e2830ecbde (diff) |
netfilter: conntrack: collect all entries in one cycle
Michal Kubecek reports that conntrack gc is responsible for frequent
wakeups (every 125ms) on idle systems.
On busy systems, timed out entries are evicted during lookup.
The gc worker is only needed to remove entries after system becomes idle
after a busy period.
To resolve this, always scan the entire table.
If the scan is taking too long, reschedule so other work_structs can run
and resume from next bucket.
After a completed scan, wait for 2 minutes before the next cycle.
Heuristics for faster re-schedule are removed.
GC_SCAN_INTERVAL could be exposed as a sysctl in the future to allow
tuning this as-needed or even turn the gc worker off.
Reported-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/rxrpc/key.c')
0 files changed, 0 insertions, 0 deletions