From: Allison Henderson <redacted>
Hi all,
This is subset 4 of the larger RDS-TCP patch series I posted last
Oct. The greater series aims to correct multiple rds-tcp issues that
can cause dropped or out of sequence messages. I've broken it down into
smaller sets to make reviews more manageable.
In this set, we address some reconnect issues occurring during connection
teardowns, and also move connection fanout operations to a background
worker.
The entire set can be viewed in the rfc here:
https://lore.kernel.org/netdev/20251022191715.157755-1-achender@kernel.org/ (local)
Questions, comments, flames appreciated!
Thanks,
Allison
Allison Henderson (1):
net/rds: rds_sendmsg should not discard payload_len
Gerd Rausch (1):
net/rds: Delegate fan-out to a background worker
Greg Jumper (1):
net/rds: Use proper peer port number even when not connected
net/rds/send.c | 6 +++--
net/rds/tcp.c | 3 +++
net/rds/tcp.h | 7 ++---
net/rds/tcp_connect.c | 2 ++
net/rds/tcp_listen.c | 63 ++++++++++++++++++++++++++++++++-----------
5 files changed, 58 insertions(+), 23 deletions(-)
--
2.43.0