public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH] passt-repair: Send one confirmation *per command*, not *per socket*
 2025-02-07 23:45 UTC  (2+ messages)

migrate/bidirectional debugging
 2025-02-07 23:44 UTC  (3+ messages)

[PATCH v12 0/6] Non-draft state migration
 2025-02-07 22:54 UTC  (7+ messages)
` [PATCH v12 1/6] migrate: Skeleton of live migration logic
` [PATCH v12 2/6] migrate: Migrate guest observed addresses
` [PATCH v12 3/6] Add interfaces and configuration bits for passt-repair
` [PATCH v12 4/6] vhost_user: Make source quit after reporting migration state
` [PATCH v12 5/6] migrate: Migrate TCP flows
` [PATCH v12 6/6] test: Add migration tests

[PATCH v11] dhcp, dhcpv6: Add hostname and client fqdn ops
 2025-02-07 11:36 UTC 

[PATCH v2] dhcp: Don't re-use request message for reply
 2025-02-07 10:26 UTC  (2+ messages)

[PATCH] passt-repair: Don't use perror(), accept ECONNRESET as termination
 2025-02-07  9:42 UTC  (5+ messages)

Apparmor (and other) Issues
 2025-02-07  9:16 UTC  (20+ messages)

[PATCH 0/2] Migration debugging hacks
 2025-02-07  5:50 UTC  (3+ messages)
` [PATCH 1/2] pcap comment hacks
` [PATCH 2/2] debug

[PATCH] passt-repair: Dodge "structurally unreachable code" warning from Coverity
 2025-02-07  1:18 UTC  (2+ messages)

[PATCH v11 0/9] Draft state migration
 2025-02-07  1:07 UTC  (10+ messages)
` [PATCH v11 1/9] migrate: Skeleton of live migration logic
` [PATCH v11 2/9] fixup: Fix errors in modes that don't support migration
` [PATCH v11 3/9] migrate: Migrate guest observed addresses
` [PATCH v11 4/9] Add interfaces and configuration bits for passt-repair
` [PATCH v11 5/9] vhost_user: Make source quit after reporting migration state
` [PATCH v11 6/9] migrate: Hack for late migration fixups
` [PATCH v11 7/9] migrate: Migrate TCP flows
` [PATCH v11 8/9] fixup: Reset SO_PEEK_OFF value after incoming migration
` [PATCH v11 9/9] test: Add migration tests

[PATCH] passt-repair: Fix calculation of payload length from cmsg_len
 2025-02-07  0:57 UTC 

[PATCH] conf, passt.1: Un-deprecate --host-lo-to-ns-lo
 2025-02-06  9:30 UTC  (2+ messages)

[PATCH v10 00/10] Draft state migration
 2025-02-06  9:14 UTC  (12+ messages)
` [PATCH v10 01/10] debug: Add tcpdump to mbuto.img
` [PATCH v10 02/10] migrate: Skeleton of live migration logic
` [PATCH v10 03/10] fixup: Fix errors in modes that don't support migration
` [PATCH v10 04/10] migrate: Migrate guest observed addresses
` [PATCH v10 05/10] Add interfaces and configuration bits for passt-repair
` [PATCH v10 06/10] vhost_user: Make source quit after reporting migration state
` [PATCH v10 07/10] migrate: Hack for late migration fixups
` [PATCH v10 08/10] migrate: Migrate TCP flows
` [PATCH v10 09/10] fixup: Reset SO_PEEK_OFF value after incoming migration
` [PATCH v10 10/10] test: Add migrate/basic tests

Another migration bug
 2025-02-06  5:11 UTC 

[PATCH v9 0/6] Draft state migration
 2025-02-05 23:09 UTC  (7+ messages)
` [PATCH v9 1/6] migrate: Skeleton of live migration logic
` [PATCH v9 2/6] Add interfaces and configuration bits for passt-repair
` [PATCH v9 3/6] vhost_user: Make source quit after reporting migration state
` [PATCH v9 4/6] migrate: Hack for late migration fixups
` [PATCH v9 5/6] migrate: Migrate TCP flows
` [PATCH v9 6/6] test: Add migrate/basic tests

[PATCH v8 0/6] Draft state migration
 2025-02-05 23:03 UTC  (7+ messages)
` [PATCH v8 1/6] migrate: Skeleton of live migration logic
` [PATCH v8 2/6] Add interfaces and configuration bits for passt-repair
` [PATCH v8 3/6] vhost_user: Make source quit after reporting migration state
` [PATCH v8 4/6] migrate: Hack for late migration fixups
` [PATCH v8 5/6] migrate: Migrate TCP flows
` [PATCH v8 6/6] test: Add migrate/basic tests

[PATCH] passt-repair.1: Fix indication of TCP_REPAIR constants
 2025-02-05 22:31 UTC  (2+ messages)

[PATCH] passt-repair: Build fixes for musl
 2025-02-05 22:31 UTC  (3+ messages)

[PATCH] apparmor: Workaround for unconfined libvirtd when triggered by unprivileged user
 2025-02-05 16:31 UTC 

[PATCH 1/2] treewide: use _exit() over exit()
 2025-02-05 14:44 UTC  (4+ messages)
` [PATCH 2/2] passt-repair: use _exit() over return

[PATCH v7 0/5] Draft state migration
 2025-02-05 11:55 UTC  (6+ messages)
` [PATCH v7 1/5] migrate: Skeleton of live migration logic
` [PATCH v7 2/5] Add interfaces and configuration bits for passt-repair
` [PATCH v7 3/5] vhost_user: Make source quit after reporting migration state
` [PATCH v7 4/5] migrate: Hack for late migration fixups
` [PATCH v7 5/5] migrate: Migrate TCP flows

[PATCH v5 0/6] Draft, incomplete series introducing state migration
 2025-02-05 11:39 UTC  (14+ messages)
` [PATCH v5 1/6] Introduce facilities for guest migration on top of vhost-user infrastructure
` [PATCH v5 2/6] migrate: Make more handling common rather than vhost-user specific
` [PATCH v5 3/6] migrate: Don't handle the migration channel through epoll
` [PATCH v5 4/6] Add interfaces and configuration bits for passt-repair
` [PATCH v5 5/6] vhost_user: Make source quit after reporting migration state
` [PATCH v5 6/6] Implement source and target sides of migration

[PATCH v6 0/5] Draft state migration
 2025-02-05 10:51 UTC  (6+ messages)
` [PATCH v6 1/5] migrate: Skeleton of live migration logic
` [PATCH v6 2/5] Add interfaces and configuration bits for passt-repair
` [PATCH v6 3/5] vhost_user: Make source quit after reporting migration state
` [PATCH v6 4/5] migrate: Hack for late migration fixups
` [PATCH v6 5/5] migrate: Migrate TCP flows

[PATCH v4 0/8] Draft, incomplete series introducing state migration
 2025-02-05  0:58 UTC  (14+ messages)
` [PATCH v4 1/8] flow_table: Use size in extern declaration for flowtab, export hash table
` [PATCH v4 2/8] Introduce facilities for guest migration on top of vhost-user infrastructure
` [PATCH v4 3/8] migrate: Make more handling common rather than vhost-user specific
` [PATCH v4 4/8] migrate: Don't handle the migration channel through epoll
` [PATCH v4 5/8] Add interfaces and configuration bits for passt-repair
` [PATCH v4 6/8] flow, tcp: Basic pre-migration source handler to dump sequence numbers
` [PATCH v4 7/8] vhost_user: Make source quit after reporting migration state
` [PATCH v4 8/8] Implement target side of migration

[PATCH] dhcp: Don't re-use request message for reply
 2025-02-04  9:27 UTC  (10+ messages)

[PATCH v2 0/3] Further migration fixes
 2025-02-04  8:36 UTC  (7+ messages)
` [PATCH v2 1/3] migrate: Fix several errors with passt-repair
` [PATCH v2 2/3] migrate, tcp: Report more error conditions during connection repair
` [PATCH v2 3/3] tcp: Simplify handling of getsockname()

[PATCH] Introduce passt-repair
 2025-02-04  3:59 UTC  (2+ messages)

[PATCH 0/6] More migration improvements
 2025-02-04  3:36 UTC  (13+ messages)
` [PATCH 1/6] vhost-user: Change different vhost-user messages to trace() level
` [PATCH 2/6] migrate, flow: Abort migration on repair_flush() failure
` [PATCH 3/6] migrate: Clearer debug message in migrate_request()
` [PATCH 4/6] migrate: Handle sending header section from data sections
` [PATCH 5/6] util: read_remainder should take const pointer to iovec
` [PATCH 6/6] migrate: Make migration handlers simpler and more flexible

[PATCH 0/5] RFC: Assorted migration improvements
 2025-02-04  2:09 UTC  (4+ messages)
` [PATCH 3/5] migrate: Move repair_sock_init() to vu_init()

[PATCH] doc: Add mock of migration source and target
 2025-02-04  0:05 UTC 

[PATCH] tcp: Get socket port and address using getsockname() when connecting from guest
 2025-02-04  0:05 UTC 

[PATCH 6/7] Introduce facilities for guest migration on top of vhost-user infrastructure
 2025-02-03  9:57 UTC  (20+ messages)

[PATCH v3 00/20] Draft, incomplete series introducing state migration
 2025-02-03  9:45 UTC  (28+ messages)
` [PATCH v3 08/20] Introduce passt-repair
` [PATCH v3 09/20] Add interfaces and configuration bits for passt-repair
` [PATCH v3 14/20] migrate: Don't handle the migration channel through epoll
` [PATCH v3 16/20] vhost_user: Turn vhost-user message reports to trace()
` [PATCH v3 17/20] vhost_user: Make source quit after reporting migration state
` [PATCH v3 18/20] tcp: Get our socket port using getsockname() when connecting from guest
` [PATCH v3 19/20] tcp: Add HOSTSIDE(x), HOSTFLOW(x) macros

[PATCH] tcp: Don't reset outbound connection on SYN retries
 2025-02-03  9:08 UTC  (2+ messages)

[PATCH] tcp_splice, udp_flow: fcntl64() support on PPC64 depends on glibc version
 2025-02-03  9:07 UTC  (2+ messages)

[PATCH] vhost_user: On 32-bit ARM, mmap() is not available, mmap2() is used instead
 2025-02-03  9:07 UTC  (2+ messages)

[PATCH] conf: Don't map DNS traffic to host, if host gateway is a resolver
 2025-02-03  8:22 UTC 

[PATCH 0/2] Trivial cleanups to EPOLL_CTL_DEL handling
 2025-02-03  7:09 UTC  (2+ messages)

[PATCH] pasta.te: fix demo.sh and remove one duplicate rule
 2025-02-03  6:40 UTC  (2+ messages)


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