All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] selftests: drv-net: Fix csum path in doc
@ 2026-07-02 21:22 Petr Vorel
  2026-07-02 21:22 ` [PATCH 2/2] selftests: drv-net: Fix TSO test doc Petr Vorel
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2026-07-02 21:22 UTC (permalink / raw)
  To: linux-kselftest; +Cc: Petr Vorel, Jakub Kicinski, Willem de Bruijn, Petr Vorel

From: Petr Vorel <petr.vorel@gmail.com>

C source was moved in 1d0dc857b5d87.

Fixes: 1d0dc857b5d87 ("selftests: drv-net: add checksum tests")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Trivial doc fix - feel free to remove Fixes: tag before merge.

 tools/testing/selftests/drivers/net/hw/csum.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/drivers/net/hw/csum.py b/tools/testing/selftests/drivers/net/hw/csum.py
index 3e3a89a34afe7..0e99198f8d399 100755
--- a/tools/testing/selftests/drivers/net/hw/csum.py
+++ b/tools/testing/selftests/drivers/net/hw/csum.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 
-"""Run the tools/testing/selftests/net/csum testsuite."""
+"""Run the tools/testing/selftests/net/lib/csum testsuite."""
 
 from os import path
 
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] selftests: drv-net: Fix TSO test doc
  2026-07-02 21:22 [PATCH 1/2] selftests: drv-net: Fix csum path in doc Petr Vorel
@ 2026-07-02 21:22 ` Petr Vorel
  2026-07-20 19:51   ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2026-07-02 21:22 UTC (permalink / raw)
  To: linux-kselftest; +Cc: Petr Vorel, Jakub Kicinski, Willem de Bruijn

Replace copy paste from csum.py with a real test purpose.

Fixes: 0d0f4174f6c87 ("selftests: drv-net: add a simple TSO test")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Trivial doc fix - feel free to remove Fixes: tag before merge.

 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 802bb48680465..67f6c9ca9a647 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.53.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] selftests: drv-net: Fix TSO test doc
  2026-07-02 21:22 ` [PATCH 2/2] selftests: drv-net: Fix TSO test doc Petr Vorel
@ 2026-07-20 19:51   ` Jakub Kicinski
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2026-07-20 19:51 UTC (permalink / raw)
  To: Petr Vorel; +Cc: linux-kselftest, Willem de Bruijn

On Thu,  2 Jul 2026 23:22:48 +0200 Petr Vorel wrote:
> Fixes: 0d0f4174f6c87 ("selftests: drv-net: add a simple TSO test")
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> Trivial doc fix - feel free to remove Fixes: tag before merge.

Networking tests needs to be sent to netdev.
Please remove Fixes tags.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-20 19:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-02 21:22 [PATCH 1/2] selftests: drv-net: Fix csum path in doc Petr Vorel
2026-07-02 21:22 ` [PATCH 2/2] selftests: drv-net: Fix TSO test doc Petr Vorel
2026-07-20 19:51   ` Jakub Kicinski

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.