netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v8 0/3] net: tcp: un-pin tw timer
@ 2024-06-06 15:11 Florian Westphal
  2024-06-06 15:11 ` [PATCH net-next v8 1/3] net: tcp/dccp: prepare for tw_timer un-pinning Florian Westphal
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Florian Westphal @ 2024-06-06 15:11 UTC (permalink / raw)
  To: netdev
  Cc: Paolo Abeni, David S. Miller, Eric Dumazet, Jakub Kicinski,
	bigeasy, vschneid

Changes since previous iteration:
 - Patch 1: update a comment, I copied Erics v7 RvB tag.
 - Patch 2: move bh off/on into hashdance_schedule and get rid of
   comment mentioning pinned tw timer.
   I did not copy Erics RvB tag over from v7 because of the change.
 - Patch 3 is unchanged, so I kept Erics RvB tag.

This is v8 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.

Florian Westphal (2):
  net: tcp: un-pin the tw_timer
  tcp: move inet_twsk_schedule helper out of header

Valentin Schneider (1):
  net: tcp/dccp: prepare for tw_timer un-pinning

 include/net/inet_timewait_sock.h | 11 ++----
 net/dccp/minisocks.c             |  9 +----
 net/ipv4/inet_timewait_sock.c    | 63 +++++++++++++++++++++++++++-----
 net/ipv4/tcp_ipv4.c              |  2 +-
 net/ipv4/tcp_minisocks.c         |  9 +----
 5 files changed, 61 insertions(+), 33 deletions(-)

-- 
2.44.2


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

end of thread, other threads:[~2024-06-10 11:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-06 15:11 [PATCH net-next v8 0/3] net: tcp: un-pin tw timer Florian Westphal
2024-06-06 15:11 ` [PATCH net-next v8 1/3] net: tcp/dccp: prepare for tw_timer un-pinning Florian Westphal
2024-06-06 15:11 ` [PATCH net-next v8 2/3] net: tcp: un-pin the tw_timer Florian Westphal
2024-06-07  5:51   ` Eric Dumazet
2024-06-06 15:11 ` [PATCH net-next v8 3/3] tcp: move inet_twsk_schedule helper out of header Florian Westphal
2024-06-06 15:23 ` [PATCH net-next v8 0/3] net: tcp: un-pin tw timer Sebastian Andrzej Siewior
2024-06-10 11:00 ` patchwork-bot+netdevbpf

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).