From: Jakub Kicinski <kuba@kernel.org>
To: Paolo Abeni <pabeni@redhat.com>
Cc: netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>, Shuah Khan <shuah@kernel.org>,
Willem de Bruijn <willemb@google.com>,
Lucas Karpinski <lkarpins@redhat.com>,
linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net 0/3] selftests: net: a few fixes
Date: Wed, 24 Jan 2024 17:45:47 -0800 [thread overview]
Message-ID: <20240124174547.3325d7bb@kernel.org> (raw)
In-Reply-To: <cover.1706131762.git.pabeni@redhat.com>
On Wed, 24 Jan 2024 22:33:19 +0100 Paolo Abeni wrote:
> This series address self-tests failures for udp gro-related tests.
>
> The first patch addresses the main problem I observe locally - the XDP
> program required by such tests, xdp_dummy, is currently build in the
> ebpf self-tests directory, not available if/when the user targets net
> only. Arguably is more a refactor than a fix, but still targeting net
> to hopefully
>
> The second patch fixes the integration of such tests with the build
> system.
>
> Patch 3/3 fixes sporadic failures due to races.
>
> Tested with:
>
> make -C tools/testing/selftests/ TARGETS=net install
> ./tools/testing/selftests/kselftest_install/run_kselftest.sh \
> -t "net:udpgro_bench.sh net:udpgro.sh net:udpgro_fwd.sh \
> net:udpgro_frglist.sh net:veth.sh"
>
> no failures.
This series got into net-next-2024-01-25--00-00, looking at the outputs
it turns out that the iproute2 was crashing somewhere in libbpf :(
I rebuilt latest iproute2 without libbpf support. It loads xdp_dummy.o
just fine, so hopefully that's good enough for now, we'll see for sure
in about 3 hours :)
next prev parent reply other threads:[~2024-01-25 1:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-24 21:33 [PATCH net 0/3] selftests: net: a few fixes Paolo Abeni
2024-01-24 21:33 ` [PATCH net 1/3] selftests: net: remove dependency on ebpf tests Paolo Abeni
2024-01-25 1:10 ` Willem de Bruijn
2024-01-25 7:32 ` Paolo Abeni
2024-01-25 14:27 ` Willem de Bruijn
2024-01-25 15:19 ` Paolo Abeni
2024-01-25 15:38 ` Willem de Bruijn
2024-01-24 21:33 ` [PATCH net 2/3] selftests: net: included needed helper in the install targets Paolo Abeni
2024-01-25 1:14 ` Willem de Bruijn
2024-01-24 21:33 ` [PATCH net 3/3] selftests: net: explicitly wait for listener ready Paolo Abeni
2024-01-25 1:15 ` Willem de Bruijn
2024-01-25 1:45 ` Jakub Kicinski [this message]
2024-01-26 0:10 ` [PATCH net 0/3] selftests: net: a few fixes patchwork-bot+netdevbpf
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=20240124174547.3325d7bb@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=linux-kselftest@vger.kernel.org \
--cc=lkarpins@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.org \
--cc=willemb@google.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.