public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/3] net/rds: RDS-TCP reconnect and fanout improvements
@ 2026-02-06  2:24 Allison Henderson
  2026-02-06  2:24 ` [PATCH net-next v1 1/3] net/rds: Delegate fan-out to a background worker Allison Henderson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Allison Henderson @ 2026-02-06  2:24 UTC (permalink / raw)
  To: netdev
  Cc: linux-kselftest, pabeni, edumazet, rds-devel, kuba, horms,
	linux-rdma, allison.henderson

From: Allison Henderson <allison.henderson@oracle.com>

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/

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


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

end of thread, other threads:[~2026-02-06  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-06  2:24 [PATCH net-next v1 0/3] net/rds: RDS-TCP reconnect and fanout improvements Allison Henderson
2026-02-06  2:24 ` [PATCH net-next v1 1/3] net/rds: Delegate fan-out to a background worker Allison Henderson
2026-02-06  2:24 ` [PATCH net-next v1 2/3] net/rds: Use proper peer port number even when not connected Allison Henderson
2026-02-06  2:24 ` [PATCH net-next v1 3/3] net/rds: rds_sendmsg should not discard payload_len Allison Henderson
2026-02-06  8:32 ` [syzbot ci] Re: net/rds: RDS-TCP reconnect and fanout improvements syzbot ci

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox