From: Petr Vorel <pvorel@suse.cz>
To: netdev@vger.kernel.org
Cc: Petr Vorel <pvorel@suse.cz>, Jakub Kicinski <kuba@kernel.org>,
Willem de Bruijn <willemb@google.com>,
linux-kselftest@vger.kernel.org
Subject: [PATCH v2 2/2] selftests: drv-net: Fix TSO test doc
Date: Mon, 20 Jul 2026 23:51:49 +0200 [thread overview]
Message-ID: <20260720215149.631145-2-pvorel@suse.cz> (raw)
In-Reply-To: <20260720215149.631145-1-pvorel@suse.cz>
Replace copy paste from csum.py with a real test purpose.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Changes v1->v2 (both asked by Jakub):
* Sent to netdev
* Remove Fixes tag
Link to v1:
https://lore.kernel.org/linux-kselftest/20260702212248.358977-2-pvorel@suse.cz/
tools/testing/selftests/drivers/net/hw/tso.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/drivers/net/hw/tso.py b/tools/testing/selftests/drivers/net/hw/tso.py
index 802bb4868046..67f6c9ca9a64 100755
--- a/tools/testing/selftests/drivers/net/hw/tso.py
+++ b/tools/testing/selftests/drivers/net/hw/tso.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: GPL-2.0
-"""Run the tools/testing/selftests/net/csum testsuite."""
+"""A simple test for TSO."""
import fcntl
import socket
--
2.55.0
next prev parent reply other threads:[~2026-07-20 21:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-20 21:51 [PATCH v2 1/2] selftests: drv-net: Fix csum path in doc Petr Vorel
2026-07-20 21:51 ` Petr Vorel [this message]
2026-07-23 17:20 ` 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=20260720215149.631145-2-pvorel@suse.cz \
--to=pvorel@suse.cz \
--cc=kuba@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=netdev@vger.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 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).