All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stanislav Fomichev <stfomichev@gmail.com>
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org,
	shuah@kernel.org, hawk@kernel.org, petrm@nvidia.com,
	jdamato@fastly.com, willemdebruijn.kernel@gmail.com
Subject: Re: [PATCH net-next 0/4] selftests: drv-net: improve the queue test for XSK
Date: Tue, 18 Feb 2025 13:29:33 -0800	[thread overview]
Message-ID: <Z7T7vVZgvqt-DOVC@mini-arch> (raw)
In-Reply-To: <20250218195048.74692-1-kuba@kernel.org>

On 02/18, Jakub Kicinski wrote:
> We see some flakes in the the XSK test:
> 
>    Exception| Traceback (most recent call last):
>    Exception|   File "/home/virtme/testing-18/tools/testing/selftests/net/lib/py/ksft.py", line 218, in ksft_run
>    Exception|     case(*args)
>    Exception|   File "/home/virtme/testing-18/tools/testing/selftests/drivers/net/./queues.py", line 53, in check_xdp
>    Exception|     ksft_eq(q['xsk'], {})
>    Exception| KeyError: 'xsk'
> 
> I think it's because the method or running the helper in the background
> is racy. Add more solid infra for waiting for a background helper to be
> initialized.
> 
> Jakub Kicinski (4):
>   selftests: drv-net: use cfg.rpath() in netlink xsk attr test
>   selftests: drv-net: add a way to wait for a local process
>   selftests: drv-net: improve the use of ksft helpers in XSK queue test
>   selftests: drv-net: rename queues check_xdp to check_xsk
> 
>  .../selftests/drivers/net/xdp_helper.c        | 22 ++++++-
>  tools/testing/selftests/drivers/net/queues.py | 55 ++++++++----------
>  tools/testing/selftests/net/lib/py/ksft.py    |  5 ++
>  tools/testing/selftests/net/lib/py/utils.py   | 58 +++++++++++++++++--
>  4 files changed, 103 insertions(+), 37 deletions(-)
> 
> -- 
> 2.48.1
> 

Acked-by: Stanislav Fomichev <sdf@fomichev.me>

  parent reply	other threads:[~2025-02-18 21:29 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-18 19:50 [PATCH net-next 0/4] selftests: drv-net: improve the queue test for XSK Jakub Kicinski
2025-02-18 19:50 ` [PATCH net-next 1/4] selftests: drv-net: use cfg.rpath() in netlink xsk attr test Jakub Kicinski
2025-02-18 21:24   ` Joe Damato
2025-02-18 19:50 ` [PATCH net-next 2/4] selftests: drv-net: add a way to wait for a local process Jakub Kicinski
2025-02-18 21:10   ` Stanislav Fomichev
2025-02-18 21:21     ` Jakub Kicinski
2025-02-18 21:29       ` Stanislav Fomichev
2025-02-18 21:52   ` Joe Damato
2025-02-18 23:05     ` Jakub Kicinski
2025-02-19  1:37       ` Jakub Kicinski
2025-02-19 18:40         ` Joe Damato
2025-02-19 18:39       ` Joe Damato
2025-02-19 22:48         ` Jakub Kicinski
2025-02-20 17:45           ` Joe Damato
2025-02-18 19:50 ` [PATCH net-next 3/4] selftests: drv-net: improve the use of ksft helpers in XSK queue test Jakub Kicinski
2025-02-18 21:25   ` Joe Damato
2025-02-18 19:50 ` [PATCH net-next 4/4] selftests: drv-net: rename queues check_xdp to check_xsk Jakub Kicinski
2025-02-18 21:25   ` Joe Damato
2025-02-18 21:29 ` Stanislav Fomichev [this message]
2025-02-18 21:55 ` [PATCH net-next 0/4] selftests: drv-net: improve the queue test for XSK Joe Damato

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=Z7T7vVZgvqt-DOVC@mini-arch \
    --to=stfomichev@gmail.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hawk@kernel.org \
    --cc=horms@kernel.org \
    --cc=jdamato@fastly.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=petrm@nvidia.com \
    --cc=shuah@kernel.org \
    --cc=willemdebruijn.kernel@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.