]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/net: packetdrill: add --mss option to three tests
authorEric Dumazet <edumazet@google.com>
Thu, 10 Jul 2025 15:56:41 +0000 (15:56 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 12 Jul 2025 00:01:31 +0000 (17:01 -0700)
commitf0600fe94986f70f433f4a1a0664658a079b2feb
tree210a245cd7ce029f29daa586c8079fca3fd1dbb6
parent9ae277096fab54cfa01a6dc8b8ca93bc0907b700
selftests/net: packetdrill: add --mss option to three tests

Three tests are cooking GSO packets but do not provide
gso_size information to the kernel, triggering this message:

TCP: tun0: Driver has suspect GRO implementation, TCP performance may be compromised.

Add --mss option to avoid this warning.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20250710155641.3028726-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/packetdrill/tcp_blocking_blocking-read.pkt
tools/testing/selftests/net/packetdrill/tcp_inq_client.pkt
tools/testing/selftests/net/packetdrill/tcp_inq_server.pkt