netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] tcp/dcpp: Un-pin tw_timer
@ 2024-02-19  9:57 Valentin Schneider
  2024-02-19  9:57 ` [PATCH v3 1/1] " Valentin Schneider
  0 siblings, 1 reply; 11+ messages in thread
From: Valentin Schneider @ 2024-02-19  9:57 UTC (permalink / raw)
  To: dccp, netdev, linux-kernel, linux-rt-users
  Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	mleitner, David Ahern, Juri Lelli, Tomas Glozar,
	Sebastian Andrzej Siewior, Thomas Gleixner

Hi,

This is v3 of the series where the tw_timer is un-pinned to get rid of interferences in
isolated CPUs setups.

Eric mentionned rsk_timer needs looking into, but I haven't had the time to do
that. It doesn't show up in our testing, which might be due to its relatively
low timeout (IIUC 3s).

Revisions
=========

RFCv1 -> v2
++++++++

o Added comment in inet_twsk_deschedule_put() to highlight the race
o Added bh_disable patch

v2 -> v3
++++++++

o Dropped bh_disable patch
o Rebased against latest Linus' tree

Valentin Schneider (1):
  tcp/dcpp: Un-pin tw_timer

 net/dccp/minisocks.c          | 16 +++++++---------
 net/ipv4/inet_timewait_sock.c | 20 +++++++++++++++-----
 net/ipv4/tcp_minisocks.c      | 16 +++++++---------
 3 files changed, 29 insertions(+), 23 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-03-25 15:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-19  9:57 [PATCH v3 0/1] tcp/dcpp: Un-pin tw_timer Valentin Schneider
2024-02-19  9:57 ` [PATCH v3 1/1] " Valentin Schneider
2024-02-19 14:42   ` Eric Dumazet
2024-02-20 17:38     ` Valentin Schneider
2024-02-20 17:42       ` Eric Dumazet
2024-02-21 16:45         ` Valentin Schneider
2024-03-21 19:03           ` Paolo Abeni
2024-03-22 20:58             ` Valentin Schneider
2024-03-25 15:15               ` Paolo Abeni
2024-02-19 18:55   ` Kuniyuki Iwashima
2024-02-20 17:38     ` Valentin Schneider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).