public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2025-01-29 09:41:21 to 2025-02-05 14:44:27 UTC [more...]

[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

Apparmor (and other) Issues
 2025-02-05 10:16 UTC  (18+ messages)

[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 v2] dhcp: Don't re-use request message for reply
 2025-02-04  9:43 UTC 

[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  (14+ messages)
` [PATCH 1/5] migrate: Add passt-repair to .gitignore
` [PATCH 2/5] migrate: vu_migrate_{source,target}() aren't actually vu speciic
` [PATCH 3/5] migrate: Move repair_sock_init() to vu_init()
` [PATCH 4/5] migrate: Make more handling common rather than vhost-user specific
` [PATCH 5/5] migrate: Don't handle the migration channel through epoll

[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 0/7] Draft, incomplete series introducing state migration
 2025-02-03  9:57 UTC  (46+ messages)
` [PATCH 3/7] tcp_conn: Avoid 7-bit hole in struct tcp_splice_conn
` [PATCH 5/7] util: Add read_remainder() and read_all_buf()
` [PATCH 6/7] Introduce facilities for guest migration on top of vhost-user infrastructure
` [PATCH 7/7] Introduce passt-repair

[PATCH v3 00/20] Draft, incomplete series introducing state migration
 2025-02-03  9:45 UTC  (41+ messages)
` [PATCH v3 01/20] tcp: Always pass NULL event with EPOLL_CTL_DEL
` [PATCH v3 02/20] util: Rename and make global vu_remove_watch()
` [PATCH v3 03/20] icmp, udp: Pad time_t timestamp to 64-bit to ease state migration
` [PATCH v3 04/20] flow, flow_table: Pad flow table entries to 128 bytes, hash entries to 32 bits
` [PATCH v3 05/20] flow_table: Use size in extern declaration for flowtab
` [PATCH v3 06/20] util: Add read_remainder() and read_all_buf()
` [PATCH v3 07/20] Introduce facilities for guest migration on top of vhost-user infrastructure
` [PATCH v3 08/20] Introduce passt-repair
` [PATCH v3 09/20] Add interfaces and configuration bits for passt-repair
` [PATCH v3 10/20] flow, tcp: Basic pre-migration source handler to dump sequence numbers
` [PATCH v3 11/20] migrate: vu_migrate_{source,target}() aren't actually vu speciic
` [PATCH v3 12/20] migrate: Move repair_sock_init() to vu_init()
` [PATCH v3 13/20] migrate: Make more handling common rather than vhost-user specific
` [PATCH v3 14/20] migrate: Don't handle the migration channel through epoll
` [PATCH v3 15/20] flow, flow_table: Export declaration of hash table
` [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 v3 20/20] Implement target side of migration

[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  (4+ messages)
` [PATCH 1/2] tcp: Always pass NULL event with EPOLL_CTL_DEL
` [PATCH 2/2] util: Rename and make global vu_remove_watch()

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

[PATCH 0/2] Fancier version handling for migration
 2025-01-31  6:21 UTC  (7+ messages)
` [PATCH 1/2] migrate: Merge protocol version information into one table
` [PATCH 2/2] migrate: More sophisticated versioning

[net,v3] tcp: correct handling of extreme memory squeeze
 2025-01-30  3:10 UTC  (2+ messages)

[PATCH v2 0/8] Draft, incomplete series introducing state migration
 2025-01-30  1:33 UTC  (9+ messages)
` [PATCH v2 5/8] Introduce facilities for guest migration on top of vhost-user infrastructure
` [PATCH v2 7/8] Add interfaces and configuration bits for passt-repair


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