Message ID | 20240604140903.31939-1-fw@strlen.de (mailing list archive) |
---|---|
Headers | show |
Series | net: tcp: un-pin tw timer | expand |
On 2024-06-04 16:08:46 [+0200], Florian Westphal wrote: > This is v7 of the series where the tw_timer is un-pinned to get rid of > interferences in isolated CPUs setups. > > First patch makes necessary preparations, existing code relies on > TIMER_PINNED to avoid races. And BH-disabled. Thank you. Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Sebastian
On 04/06/24 16:08, Florian Westphal wrote: > This is v7 of the series where the tw_timer is un-pinned to get rid of > interferences in isolated CPUs setups. > > First patch makes necessary preparations, existing code relies on > TIMER_PINNED to avoid races. > > Second patch un-pins the TW timer. Could be folded into the first one, > but it might help wrt. bisection. > > Third patch is a minor cleanup to move a helper from .h to the only > remaining compilation unit. > > Tested with iperf3 and stress-ng socket mode. > > Changes since previous iteration: > - use timer_shutdown_sync, ehash lock can be released before > - fix 'ddcp' typo in patch subject > With Sebastian's suggested changes: Reviewed-by: Valentin Schneider <vschneid@redhat.com>