Skip to content

tcp: un-pin tcp timewait timers

JIRA: https://issues.redhat.com/browse/RHEL-9279 Upstream Status: all mainline

TCP Timewait timers are pinned, i.e. the timer will fire on the same CPU as the one that arms the timer. This causes latency artefacts for realtime kernel setups where a CPU is isolated after a tcp timewait timer was armed. This removes the PINNED flag from the timer so timer subsystem can run the timer fn on another, non-isolated core.

Signed-off-by: Florian Westphal fwestpha@redhat.com

Merge request reports

Loading