diff options
| author | Jakub Kicinski <[email protected]> | 2025-06-04 00:16:52 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-06-05 15:00:50 +0000 |
| commit | 7eb6b63aa3c3b406512db15943ce9eb114095b51 (patch) | |
| tree | d681409991e65e7cfe1589027c92a67aadc2d52b | |
| parent | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... (diff) | |
| download | kernel-7eb6b63aa3c3b406512db15943ce9eb114095b51.tar.gz kernel-7eb6b63aa3c3b406512db15943ce9eb114095b51.zip | |
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 <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
| -rw-r--r-- | tools/testing/selftests/drivers/net/hw/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testing/selftests/drivers/net/hw/config b/tools/testing/selftests/drivers/net/hw/config new file mode 100644 index 000000000000..88ae719e6f8f --- /dev/null +++ b/tools/testing/selftests/drivers/net/hw/config @@ -0,0 +1,5 @@ +CONFIG_IPV6=y +CONFIG_IPV6_GRE=y +CONFIG_NET_IPGRE=y +CONFIG_NET_IPGRE_DEMUX=y +CONFIG_VXLAN=y |
