]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: drv-net: add configs for the TSO test
authorJakub Kicinski <kuba@kernel.org>
Wed, 4 Jun 2025 00:16:52 +0000 (17:16 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Jun 2025 15:00:50 +0000 (08:00 -0700)
commit7eb6b63aa3c3b406512db15943ce9eb114095b51
treed681409991e65e7cfe1589027c92a67aadc2d52b
parent4bbe2e570f454ca1765d4e45b9b8266c4e65c581
selftests: drv-net: add configs for the TSO test

Add missing config options for the tso.py test, specifically
to make sure the kernel is built with vxlan and gre tunnels.

I noticed this while adding a TSO-capable device QEMU to the CI.
Previously we only run virtio tests and it doesn't report LSO
stats on the QEMU we have.

Fixes: 0d0f4174f6c8 ("selftests: drv-net: add a simple TSO test")
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20250604001653.853008-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/hw/config [new file with mode: 0644]