From: David Marchand <david.marchand@redhat.com>
To: Eric Long <i@hack3r.moe>
Cc: Thomas Monjalon <thomas@monjalon.net>, dev@dpdk.org
Subject: Re: [PATCH] test: raise fast test timeout to 60s on RISC-V
Date: Tue, 26 Nov 2024 21:29:33 +0100 [thread overview]
Message-ID: <CAJFAV8xjcsip9dxKW3PdVtmv_-HYfbe7h9H+-8x816i=z=aL8Q@mail.gmail.com> (raw)
In-Reply-To: <MW4PR11MB8289B816B08C6E19716B8F82D72C2@MW4PR11MB8289.namprd11.prod.outlook.com>
On Sat, Nov 23, 2024 at 4:00 PM Eric Long <i@hack3r.moe> wrote:
>
> Current RISC-V hardware (e.g. HiFive Unmatched) is still way too slow
> compared to other architectures' counterparts. On the most powerful
> RISC-V CPU available (SG2042), DPDK still fails with 4 timeouts:
>
> ```
> Summary of Failures:
>
> 23/77 DPDK:fast-tests / eventdev_selftest_sw TIMEOUT
> 10.06s killed by signal 15 SIGTERM
> 56/77 DPDK:fast-tests / rib6_autotest TIMEOUT
> 10.04s
> 64/77 DPDK:fast-tests / spinlock_autotest TIMEOUT
> 10.06s killed by signal 15 SIGTERM
> 66/77 DPDK:fast-tests / table_autotest TIMEOUT
> 11.28s killed by signal 15 SIGTERM
> ```
>
> On HiFive Unmatched, the longest test takes 53 seconds:
>
> ```
> 37/77 DPDK:fast-tests / lpm6_autotest OK
> 53.29s
> ```
>
> Raising timeout to 60s on RISC-V target will help test effectiveness
> on it.
You can extend the timeout via the multiplier option (default timeout
of 10s * multiplier).
So in your case:
$ meson test -C <build> --suite fast-tests -t 6
--
David Marchand
next prev parent reply other threads:[~2024-11-26 20:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-23 14:58 Eric Long
2024-11-26 20:29 ` David Marchand [this message]
2024-11-27 3:26 ` Eric Long
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAJFAV8xjcsip9dxKW3PdVtmv_-HYfbe7h9H+-8x816i=z=aL8Q@mail.gmail.com' \
--to=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=i@hack3r.moe \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).