mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/4] net: tcp: support probing OOM
@ 2023-08-11  2:55 menglong8.dong
  2023-08-11  2:55 ` [PATCH net-next v4 1/4] net: tcp: send zero-window ACK when no memory menglong8.dong
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: menglong8.dong @ 2023-08-11  2:55 UTC (permalink / raw)
  To: edumazet, ncardwell
  Cc: davem, kuba, pabeni, dsahern, netdev, linux-kernel, flyingpeng,
	Menglong Dong

From: Menglong Dong <imagedong@tencent.com>

In this series, we make some small changes to make the tcp retransmission
become zero-window probes if the receiver drops the skb because of memory
pressure.

In the 1st patch, we reply a zero-window ACK if the skb is dropped
because out of memory, instead of dropping the skb silently.

In the 2nd patch, we allow a zero-window ACK to update the window.

In the 3rd patch, fix unexcepted socket die when snd_wnd is 0 in
tcp_retransmit_timer().

In the 4th patch, we refactor the debug message in tcp_retransmit_timer()
to make it more correct.

After these changes, the tcp can probe the OOM of the receiver forever.

Changes since v3:
- make the timeout "2 * TCP_RTO_MAX" in the 3rd patch
- tp->retrans_stamp is not based on jiffies and can't be compared with
  icsk->icsk_timeout in the 3rd patch. Fix it.
- introduce the 4th patch

Changes since v2:
- refactor the code to avoid code duplication in the 1st patch
- use after() instead of max() in tcp_rtx_probe0_timed_out()

Changes since v1:
- send 0 rwin ACK for the receive queue empty case when necessary in the
  1st patch
- send the ACK immediately by using the ICSK_ACK_NOW flag in the 1st
  patch
- consider the case of the connection restart from idle, as Neal comment,
  in the 3rd patch

Menglong Dong (4):
  net: tcp: send zero-window ACK when no memory
  net: tcp: allow zero-window ACK update the window
  net: tcp: fix unexcepted socket die when snd_wnd is 0
  net: tcp: refactor the dbg message in tcp_retransmit_timer()

 include/net/inet_connection_sock.h |  3 ++-
 net/ipv4/tcp_input.c               | 20 ++++++++++-----
 net/ipv4/tcp_output.c              | 14 +++++++---
 net/ipv4/tcp_timer.c               | 41 ++++++++++++++++++++++--------
 4 files changed, 56 insertions(+), 22 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-08-13 11:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-11  2:55 [PATCH net-next v4 0/4] net: tcp: support probing OOM menglong8.dong
2023-08-11  2:55 ` [PATCH net-next v4 1/4] net: tcp: send zero-window ACK when no memory menglong8.dong
2023-08-11  7:37   ` Eric Dumazet
2023-08-11  2:55 ` [PATCH net-next v4 2/4] net: tcp: allow zero-window ACK update the window menglong8.dong
2023-08-11  7:37   ` Eric Dumazet
2023-08-11  2:55 ` [PATCH net-next v4 3/4] net: tcp: fix unexcepted socket die when snd_wnd is 0 menglong8.dong
2023-08-11  7:38   ` Eric Dumazet
2023-08-11  2:55 ` [PATCH net-next v4 4/4] net: tcp: refactor the dbg message in tcp_retransmit_timer() menglong8.dong
2023-08-11  7:38   ` Eric Dumazet
2023-08-11  7:39 ` [PATCH net-next v4 0/4] net: tcp: support probing OOM Eric Dumazet
2023-08-13 11:30 ` 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

all inboxes | Powered by JetHome®