public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/4] RFC: bind() migrated connections in repair mode
@ 2025-04-02  3:13 David Gibson
  2025-04-02  3:13 ` [PATCH 1/4] platform requirements: Fix clang-tidy warning David Gibson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: David Gibson @ 2025-04-02  3:13 UTC (permalink / raw)
  To: passt-dev, Stefano Brivio; +Cc: David Gibson

Downstream testing recently discovered that inbound connections can't
be migrated properly, because the new socket gets an address conflict
with its corresponding listening socket.  It turns out this can be
avoided by delaying bind() until after we're already in repair mode.

Patch 4/4 is the actual fix here.  Patch 3/4 adds a test program
checking the behaviour to doc/platform-requirements.  Patches 1 & 2
fix minor problems I spotted in doc/platform-requirements writing 3/4.
Only 4/4 will need to be backported.

David Gibson (4):
  platform requirements: Fix clang-tidy warning
  platform requirements: Add attributes to die() function
  platform requirements: Add test for address conflicts with TCP_REPAIR
  migrate, tcp: bind() migrated sockets in repair mode

 doc/platform-requirements/.gitignore          |   1 +
 doc/platform-requirements/Makefile            |   4 +-
 doc/platform-requirements/common.h            |   1 +
 doc/platform-requirements/listen-vs-repair.c  | 128 ++++++++++++++++++
 .../reuseaddr-priority.c                      |   6 +-
 tcp.c                                         |  38 ++++--
 6 files changed, 162 insertions(+), 16 deletions(-)
 create mode 100644 doc/platform-requirements/listen-vs-repair.c

-- 
2.49.0


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

end of thread, other threads:[~2025-04-02  7:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-02  3:13 [PATCH 0/4] RFC: bind() migrated connections in repair mode David Gibson
2025-04-02  3:13 ` [PATCH 1/4] platform requirements: Fix clang-tidy warning David Gibson
2025-04-02  3:13 ` [PATCH 2/4] platform requirements: Add attributes to die() function David Gibson
2025-04-02  3:13 ` [PATCH 3/4] platform requirements: Add test for address conflicts with TCP_REPAIR David Gibson
2025-04-02  3:13 ` [PATCH 4/4] migrate, tcp: bind() migrated sockets in repair mode David Gibson
2025-04-02  7:00 ` [PATCH 0/4] RFC: bind() migrated connections " Stefano Brivio

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

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 IMAP folder(s).