Skip to content

Commit 7eb6b63

Browse files
committed
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: 0d0f417 ("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]>
1 parent 4bbe2e5 commit 7eb6b63

File tree

1 file changed

+5
-0
lines changed
  • tools/testing/selftests/drivers/net/hw

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CONFIG_IPV6=y
2+
CONFIG_IPV6_GRE=y
3+
CONFIG_NET_IPGRE=y
4+
CONFIG_NET_IPGRE_DEMUX=y
5+
CONFIG_VXLAN=y

0 commit comments

Comments
 (0)