public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2023-01-21 09:47:25 to 2023-02-16 16:42:44 UTC [more...]

[PATCH v2 0/5] qemu_passt: Fix issues with PID file
 2023-02-16 16:42 UTC  (21+ messages)
` [PATCH v2 1/5] qemu_passt: Avoid double daemonizing passt
` [PATCH v2 2/5] qemu_passt: Report passt's error on failed start
` [PATCH v2 3/5] qemu_passt: Make passt report errors to stderr whenever possible
` [PATCH v2 4/5] qemu_passt: Deduplicate passt killing code
` [PATCH v2 5/5] qemu_passt: Let passt write the PID file

[PATCH 0/4] qemu_passt: Don't let passt fork off
 2023-02-16  9:15 UTC  (19+ messages)
` [PATCH 1/4] Revert "qemu: allow passt to self-daemonize"
` [PATCH 2/4] qemu_extdevice: Make qemuExtDevicesHasDevice() check def->nets
` [PATCH 3/4] qemu_passt: Report error when getting passt PID failed
` [PATCH 4/4] qemu_passt: Don't let passt fork off

[PATCH 0/4] RFC: Some cleanups to tap and tcp
 2023-02-16  7:43 UTC  (10+ messages)
` [PATCH 1/4] tap: Don't pcap frames that didn't get sent
` [PATCH 2/4] tap: Eliminate goto from tap_handler()
` [PATCH 3/4] tcp: Remove 'recvmsg' goto from tcp_data_from_sock
` [PATCH 4/4] tcp: Remove 'zero_len' "

[PATCH v2] passt.1: Fix typo, improve wording in examples of port forwarding specifiers
 2023-02-16  7:23 UTC 

[PATCH] passt.1: Fix typo, improve wording in examples of port forwarding specifiers
 2023-02-16  7:19 UTC  (3+ messages)

[PATCH] log: Don't duplicate messages on stderr before daemonising
 2023-02-16  5:44 UTC  (2+ messages)

[PATCH v2 0/4] Some cleanups to tap and tcp
 2023-02-16  5:43 UTC  (5+ messages)
` [PATCH v2 1/4] tap: Don't pcap frames that didn't get sent
` [PATCH v2 2/4] tap: Eliminate goto from tap_handler()
` [PATCH v2 3/4] tcp: Remove 'recvmsg' goto from tcp_data_from_sock
` [PATCH v2 4/4] tcp: Remove 'zero_len' "

[PATCH v4 0/9] error logging fixes
 2023-02-16  5:40 UTC  (21+ messages)
` [PATCH v4 1/9] log to stderr until process is daemonized, even if a log file is set
` [PATCH v4 2/9] add die() to log an error message and exit with a single call
` [PATCH v4 3/9] eliminate most calls to usage() in conf()
` [PATCH v4 4/9] make conf_ports() exit immediately after logging error
` [PATCH v4 5/9] make conf_pasta_ns() "
` [PATCH v4 6/9] make conf_ugid() "
` [PATCH v4 7/9] make conf_netns_opt() "
` [PATCH v4 8/9] log a detailed error (not usage()) when there are extra non-option arguments
` [PATCH v4 9/9] convert all remaining err() followed by exit() to die()

[PATCH] conf, tcp, udp: Exit if we fail to bind sockets for all given ports
 2023-02-16  4:42 UTC  (2+ messages)

[PATCH] dhcp: Fix netmask calculation for option 1 from prefix length
 2023-02-16  3:48 UTC  (2+ messages)

[PATCH] tap: Use single counter for iov elements in tap_send_frames_pasta()
 2023-02-16  3:47 UTC  (2+ messages)

[PATCH v3 0/9] error logging fixes
 2023-02-15  6:57 UTC  (10+ messages)
` [PATCH v3 1/9] log to stderr until process is daemonized, even if a logfile is set
` [PATCH v3 2/9] add die() to log an error message and exit with a single call
` [PATCH v3 3/9] eliminate most calls to usage() in conf()
` [PATCH v3 4/9] make conf_ports() exit immediately after logging error
` [PATCH v3 5/9] make conf_pasta_ns() "
` [PATCH v3 6/9] make conf_ugid() "
` [PATCH v3 7/9] make conf_netns_opt() "
` [PATCH v3 8/9] log a detailed error (not usage()) when there are extra non-option arguments
` [PATCH v3 9/9] convert all remaining err() followed by exit() to die()

Problem with IPv4 performance tests
 2023-02-15  5:50 UTC  (3+ messages)

[PATCH] Makefile: Explict int type in FALLOC_FL_COLLAPSE_RANGE probe
 2023-02-14 23:53 UTC  (2+ messages)

[PATCH v2 0/5] Cleanups to tcp socket pool handling
 2023-02-14 16:27 UTC  (7+ messages)
` [PATCH v2 1/5] tcp: Make a helper to refill each socket pool
` [PATCH v2 2/5] tcp: Split init and ns cases for tcp_sock_refill()
` [PATCH v2 3/5] tcp: Move socket pool declarations around
` [PATCH v2 4/5] tcp: Split pool lookup from creating new sockets in tcp_conn_new_sock()
` [PATCH v2 5/5] tcp: Improve handling of fallback if socket pool is empty on new splice

[PATCH 0/2] Update locations for some downloaded images
 2023-02-14 16:27 UTC  (4+ messages)
` [PATCH 1/2] test: Update location for Debian ppc64 images
` [PATCH 2/2] test: Fedora 32-35 have moved to the archives

Improved handling of changing DNS resolvers
 2023-02-14 15:06 UTC  (8+ messages)

[libvirt PATCH] qemu: allow passt to self-daemonize
 2023-02-14 12:29 UTC  (15+ messages)

[PATCH v2 0/9] error logging fixes
 2023-02-14  3:41 UTC  (21+ messages)
` [PATCH v2 1/9] log to stderr until process is daemonized, even if a logfile is set
` [PATCH v2 2/9] add errexit() to log an error message and exit with a single call
` [PATCH v2 3/9] eliminate most calls to usage() in conf()
` [PATCH v2 4/9] make conf_ports() exit immediately after logging error
` [PATCH v2 5/9] make conf_pasta_ns() "
` [PATCH v2 6/9] make conf_ugid() "
` [PATCH v2 7/9] make conf_netns_opt() "
` [PATCH v2 8/9] log a detailed error (not usage()) when there are extra non-option arguments
` [PATCH v2 9/9] convert all remaining err() followed by exit() to errexit()

[PATCH] tap: Send frames after the first one in tap_send_frames_pasta()
 2023-02-13 23:39 UTC  (4+ messages)

[PATCH v2] pasta: propagate exit code from child command
 2023-02-13  2:37 UTC  (3+ messages)

[PATCH] pasta: Wait for tap to be set up before spawning command
 2023-02-13  2:33 UTC  (2+ messages)

[PATCH] test/pasta_options: Ignore failures on shell 'exit'
 2023-02-13  2:30 UTC  (2+ messages)

[PATCH 1/2] pasta: correctly exit when execvp() fails
 2023-02-13  1:15 UTC  (6+ messages)
` [PATCH 2/2] pasta: propagate exit code from child command

[PATCH] pasta: do not leak netlink sock into child
 2023-02-13  1:15 UTC  (3+ messages)

[PATCH] Make assertions actually useful
 2023-02-13  1:14 UTC  (2+ messages)

[PATCH v3 00/18] RFC: Unify and simplify tap send path
 2023-02-13  1:14 UTC  (7+ messages)
` [PATCH v3 06/18] tcp: Combine two parts of pasta tap send path together

[PATCH] tcp: Reset ACK_FROM_TAP_DUE flag only as needed, update timer
 2023-02-13  1:12 UTC 

[PATCH] pasta: wait for netns setup before calling exec
 2023-02-08 15:06 UTC  (11+ messages)

Race condition with pasta COMMAND
 2023-01-31 18:43 UTC  (4+ messages)

[PATCH 0/5] Cleanups to tcp socket pool handling
 2023-01-23 17:47 UTC  (5+ messages)
` [PATCH 5/5] tcp: Improve handling of fallback if socket pool is empty on new splice


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