mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-28 06:23:42 -04:00
selftests: drv-net: Fix TSO test doc
Replace copy paste from csum.py with a real test purpose. Signed-off-by: Petr Vorel <pvorel@suse.cz> Link: https://patch.msgid.link/20260720215149.631145-2-pvorel@suse.cz Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
b8363908ea
commit
1306cf6dc1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user