public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 00/11] Minor assorted fixes, mostly logging and tests
@ 2024-07-24 21:50 Stefano Brivio
  2024-07-24 21:50 ` [PATCH 01/11] tap: Don't quit if pasta gets EIO on writev() to tap, interface might be down Stefano Brivio
                   ` (11 more replies)
  0 siblings, 12 replies; 33+ messages in thread
From: Stefano Brivio @ 2024-07-24 21:50 UTC (permalink / raw)
  To: passt-dev

Here are a bunch of mostly unrelated assorted fixes for small issues
I found in the past few weeks but didn't really find time to report.

Stefano Brivio (11):
  tap: Don't quit if pasta gets EIO on writev() to tap, interface might
    be down
  tcp: Change SO_PEEK_OFF support message to debug()
  log: Drop newlines in the middle of the perror()-like messages
  log: Fix sub-second part in relative log time calculation
  log: Initialise timestamp for relative log time also if we use a log
    file
  test: Fix memory/passt tests, --netns-only is not a valid option for
    passt
  test: Update names of symbols and slabinfo entries
  test: iperf3 3.16 introduces multiple threads, drop our own
    implementation of that
  tap: Exit if we fail to bind a UNIX domain socket with explicit path
  tap: Discard guest data on length descriptor mismatch
  conf: Accept addresses enclosed by square brackets in port forwarding
    specifiers

 conf.c               | 24 ++++++++----
 flow.c               |  2 +-
 log.c                | 76 +++++++++++++++++++++-----------------
 log.h                | 19 +++++-----
 passt.c              |  2 +
 tap.c                | 18 ++++++---
 tcp.c                |  2 +-
 test/lib/perf_report |  2 +-
 test/lib/test        | 31 +++++-----------
 test/memory/passt    | 35 ++++++++----------
 test/passt.mem.mbuto |  9 +----
 test/perf/passt_tcp  | 39 ++++++++++----------
 test/perf/passt_udp  | 55 ++++++++++++++--------------
 test/perf/pasta_tcp  | 58 ++++++++++++++---------------
 test/perf/pasta_udp  | 87 ++++++++++++++++++++++----------------------
 15 files changed, 229 insertions(+), 230 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-07-26  1:27 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-24 21:50 [PATCH 00/11] Minor assorted fixes, mostly logging and tests Stefano Brivio
2024-07-24 21:50 ` [PATCH 01/11] tap: Don't quit if pasta gets EIO on writev() to tap, interface might be down Stefano Brivio
2024-07-25  3:21   ` David Gibson
2024-07-24 21:50 ` [PATCH 02/11] tcp: Change SO_PEEK_OFF support message to debug() Stefano Brivio
2024-07-25  3:22   ` David Gibson
2024-07-24 21:50 ` [PATCH 03/11] log: Drop newlines in the middle of the perror()-like messages Stefano Brivio
2024-07-25  3:26   ` David Gibson
2024-07-25 11:27     ` Stefano Brivio
2024-07-26  0:33       ` David Gibson
2024-07-24 21:50 ` [PATCH 04/11] log: Fix sub-second part in relative log time calculation Stefano Brivio
2024-07-25  3:32   ` David Gibson
2024-07-25  7:51     ` Stefano Brivio
2024-07-24 21:50 ` [PATCH 05/11] log: Initialise timestamp for relative log time also if we use a log file Stefano Brivio
2024-07-25  3:35   ` David Gibson
2024-07-25  7:51     ` Stefano Brivio
2024-07-24 21:50 ` [PATCH 06/11] test: Fix memory/passt tests, --netns-only is not a valid option for passt Stefano Brivio
2024-07-25  3:50   ` David Gibson
2024-07-24 21:50 ` [PATCH 07/11] test: Update names of symbols and slabinfo entries Stefano Brivio
2024-07-25  3:54   ` David Gibson
2024-07-24 21:50 ` [PATCH 08/11] test: iperf3 3.16 introduces multiple threads, drop our own implementation of that Stefano Brivio
2024-07-25  4:23   ` David Gibson
2024-07-24 21:50 ` [PATCH 09/11] tap: Exit if we fail to bind a UNIX domain socket with explicit path Stefano Brivio
2024-07-25  4:00   ` David Gibson
2024-07-24 21:50 ` [PATCH 10/11] tap: Discard guest data on length descriptor mismatch Stefano Brivio
2024-07-25  4:37   ` David Gibson
2024-07-25  9:15     ` Stefano Brivio
2024-07-25 10:23       ` David Gibson
2024-07-25 11:09         ` Stefano Brivio
2024-07-26  1:22           ` David Gibson
2024-07-24 21:50 ` [PATCH 11/11] conf: Accept addresses enclosed by square brackets in port forwarding specifiers Stefano Brivio
2024-07-25  4:39   ` David Gibson
2024-07-25 11:26     ` Stefano Brivio
2024-07-25 11:28 ` [PATCH 00/11] Minor assorted fixes, mostly logging and tests 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).