public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/7] Fixes and workarounds for tests, Coverity warnings
@ 2022-09-21 20:55 Stefano Brivio
  2022-09-21 20:55 ` [PATCH 1/7] test/perf: Always use /sbin/sysctl in tcp test Stefano Brivio
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Stefano Brivio @ 2022-09-21 20:55 UTC (permalink / raw)
  To: passt-dev

[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]

With this series, I'm almost able to run the full test suite together
with the new command dispatch mechanism.

I still hit frequent failures in the passt_tcp performance test, so
I'm not pushing this out at the moment, but as it's taking me a while,
I'd rather share this earlier.

Included are also two fixes for harmless (but ugly) issues discovered
by Coverity.

Stefano Brivio (7):
  test/perf: Always use /sbin/sysctl in tcp test
  test/perf: Switch performance test duration to 10 seconds instead of
    30
  tap: Check return value of accept4() before calling getsockopt()
  conf, tcp, udp: Arrays for ports need 2^16 values, not 2^16-8
  test/lib: Restore IFS while executing directives in def blocks
  test/lib: Wait on iperf3 clients to be done, then send SIGINT to
    servers
  test/perf: Disable periodic throughput reports to avoid vhost hang

 conf.c              |  2 +-
 tap.c               |  6 ++++--
 tcp.h               |  4 ++--
 test/lib/test       | 20 ++++++++++----------
 test/perf/passt_tcp | 10 +++++-----
 test/perf/passt_udp |  4 ++--
 test/perf/pasta_tcp | 10 +++++-----
 test/perf/pasta_udp |  4 ++--
 udp.h               |  4 ++--
 9 files changed, 33 insertions(+), 31 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-09-23  6:55 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21 20:55 [PATCH 0/7] Fixes and workarounds for tests, Coverity warnings Stefano Brivio
2022-09-21 20:55 ` [PATCH 1/7] test/perf: Always use /sbin/sysctl in tcp test Stefano Brivio
2022-09-22  6:28   ` David Gibson
2022-09-21 20:55 ` [PATCH 2/7] test/perf: Switch performance test duration to 10 seconds instead of 30 Stefano Brivio
2022-09-22  6:29   ` David Gibson
2022-09-21 20:55 ` [PATCH 3/7] tap: Check return value of accept4() before calling getsockopt() Stefano Brivio
2022-09-22  6:30   ` David Gibson
2022-09-21 20:55 ` [PATCH 4/7] conf, tcp, udp: Arrays for ports need 2^16 values, not 2^16-8 Stefano Brivio
2022-09-22  6:43   ` David Gibson
2022-09-22  8:21     ` Stefano Brivio
2022-09-22 23:39       ` Stefano Brivio
2022-09-23  2:09         ` David Gibson
2022-09-21 20:55 ` [PATCH 5/7] test/lib: Restore IFS while executing directives in def blocks Stefano Brivio
2022-09-22  6:44   ` David Gibson
2022-09-22  8:25     ` Stefano Brivio
2022-09-23  6:55       ` David Gibson
2022-09-21 20:55 ` [PATCH 6/7] test/lib: Wait on iperf3 clients to be done, then send SIGINT to servers Stefano Brivio
2022-09-21 20:55 ` [PATCH 7/7] test/perf: Disable periodic throughput reports to avoid vhost hang Stefano Brivio
2022-09-22  6:46   ` David Gibson

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