From: Jakub Kicinski <kuba@kernel.org>
To: Muhammad Usama Anjum <usama.anjum@collabora.com>
Cc: Mohsin Bashir <mohsin.bashr@gmail.com>,
netdev@vger.kernel.org, andrew+netdev@lunn.ch,
davem@davemloft.net, edumazet@google.com, pabeni@redhat.com,
shuah@kernel.org, horms@kernel.org, cratiu@nvidia.com,
noren@nvidia.com, cjubran@nvidia.com, mbloch@nvidia.com,
jdamato@fastly.com, gal@nvidia.com, sdf@fomichev.me,
ast@kernel.org, daniel@iogearbox.net, hawk@kernel.org,
john.fastabend@gmail.com, bpf@vger.kernel.org,
linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net-next V3 1/4] selftests: drv-net: Test XDP_PASS/DROP support
Date: Sat, 12 Jul 2025 07:58:59 -0700 [thread overview]
Message-ID: <20250712075859.1667219a@kernel.org> (raw)
In-Reply-To: <8b37460c-8812-4427-ad54-2bab02058413@collabora.com>
On Sat, 12 Jul 2025 14:25:58 +0500 Muhammad Usama Anjum wrote:
> > ./drivers/net/xdp.py
> > TAP version 13
> > 1..6
> > ok 1 xdp.test_xdp_native_pass_sb
> > ok 2 xdp.test_xdp_native_pass_mb
> > ok 3 xdp.test_xdp_native_drop_sb
> > ok 4 xdp.test_xdp_native_drop_mb
> n exit a summary of passed and failed tests should be printed. Probably
> a exit api call is missing?
> # Totals: pass:4 fail:0 xfail:0 xpass:0 skip:0 error:0
It's there when we run it in the CI, I think he just missed quoting it
in the commit msg.
# # Totals: pass:0 fail:9 xfail:0 xpass:0 skip:0 error:0
> > +from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_ne
> Not related, but we have 2 ksft.py libraries currently:
> tools/testing/selftests/kselftest/ksft.py
> tools/testing/selftests/net/lib/py/ksft.py
next prev parent reply other threads:[~2025-07-12 14:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-12 0:26 [PATCH net-next V3 0/4] selftests: drv-net: Test XDP native support Mohsin Bashir
2025-07-12 0:26 ` [PATCH net-next V3 1/4] selftests: drv-net: Test XDP_PASS/DROP support Mohsin Bashir
2025-07-12 9:25 ` Muhammad Usama Anjum
2025-07-12 14:58 ` Jakub Kicinski [this message]
2025-07-13 19:09 ` Mohsin Bashir
2025-07-12 0:26 ` [PATCH net-next V3 2/4] selftests: drv-net: Test XDP_TX support Mohsin Bashir
2025-07-12 0:26 ` [PATCH net-next V3 3/4] selftests: drv-net: Test tail-adjustment support Mohsin Bashir
2025-07-12 0:26 ` [PATCH net-next V3 4/4] selftests: drv-net: Test head-adjustment support Mohsin Bashir
2025-07-12 15:00 ` Jakub Kicinski
2025-07-12 15:02 ` [PATCH net-next V3 0/4] selftests: drv-net: Test XDP native support Jakub Kicinski
2025-07-13 19:11 ` Mohsin Bashir
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=20250712075859.1667219a@kernel.org \
--to=kuba@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=cjubran@nvidia.com \
--cc=cratiu@nvidia.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gal@nvidia.com \
--cc=hawk@kernel.org \
--cc=horms@kernel.org \
--cc=jdamato@fastly.com \
--cc=john.fastabend@gmail.com \
--cc=linux-kselftest@vger.kernel.org \
--cc=mbloch@nvidia.com \
--cc=mohsin.bashr@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=noren@nvidia.com \
--cc=pabeni@redhat.com \
--cc=sdf@fomichev.me \
--cc=shuah@kernel.org \
--cc=usama.anjum@collabora.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 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).