On Tue, Jun 03, 2025 at 06:20:31PM -0700, Jakub Kicinski wrote:
The device type for IPv4 GRE is "gre" not "ipgre", unlike for IPv6 which uses "ip6gre".
Not sure how I missed this when writing the test, perhaps because all HW I have access to is on an IPv6-only network.
Fixes: 0d0f4174f6c8 ("selftests: drv-net: add a simple TSO test") Signed-off-by: Jakub Kicinski kuba@kernel.org
Reviewed-by: Simon Horman horms@kernel.org