From: Jakub Kicinski <kuba@kernel.org>
To: Wei Wang <weibunny.kernel@gmail.com>
Cc: netdev@vger.kernel.org, Daniel Zahka <daniel.zahka@gmail.com>,
Willem de Bruijn <willemdebruijn.kernel@gmail.com>,
David Wei <dw@davidwei.uk>, Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>, Wei Wang <weibunny@fb.com>
Subject: Re: [PATCH v6 net-next 5/5] selftest/net: psp: Add test for dev-assoc/disassoc
Date: Wed, 18 Mar 2026 19:40:27 -0700 [thread overview]
Message-ID: <20260318194027.12c23a4b@kernel.org> (raw)
In-Reply-To: <20260317235222.700615-6-weibunny.kernel@gmail.com>
On Tue, 17 Mar 2026 16:52:18 -0700 Wei Wang wrote:
> + # Test connectivity in both directions before PSP operations
> + remote_addr = cfg.remote_addr_v["6"] # remote peer address
> + nk_guest_addr = cfg.nk_guest_ipv6 # nk_guest address
ruff check says:
tools/testing/selftests/drivers/net/psp.py:22: [F401] `lib.py.cmd` imported but unused
tools/testing/selftests/drivers/net/psp.py:418: [F841] Local variable `remote_addr` is assigned to but never used
tools/testing/selftests/drivers/net/psp.py:419: [F841] Local variable `nk_guest_addr` is assigned to but never used
--
pw-bot: cr
prev parent reply other threads:[~2026-03-19 2:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-17 23:52 [PATCH v6 net-next 0/5] psp: Add support for dev-assoc/disassoc Wei Wang
2026-03-17 23:52 ` [PATCH v6 net-next 1/5] psp: add admin/non-admin version of psp_device_get_locked Wei Wang
2026-03-17 23:52 ` [PATCH v6 net-next 2/5] psp: add new netlink cmd for dev-assoc and dev-disassoc Wei Wang
2026-03-17 23:52 ` [PATCH v6 net-next 3/5] psp: add a new netdev event for dev unregister Wei Wang
2026-03-17 23:52 ` [PATCH v6 net-next 4/5] selftests/net: Add bpf skb forwarding program Wei Wang
2026-03-17 23:52 ` [PATCH v6 net-next 5/5] selftest/net: psp: Add test for dev-assoc/disassoc Wei Wang
2026-03-19 2:40 ` Jakub Kicinski [this message]
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=20260318194027.12c23a4b@kernel.org \
--to=kuba@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=daniel.zahka@gmail.com \
--cc=davem@davemloft.net \
--cc=dw@davidwei.uk \
--cc=edumazet@google.com \
--cc=netdev@vger.kernel.org \
--cc=weibunny.kernel@gmail.com \
--cc=weibunny@fb.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox