]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: drv-net: gro: always wait for FIN in the capacity test
authorJakub Kicinski <kuba@kernel.org>
Thu, 2 Apr 2026 20:59:55 +0000 (13:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 3 Apr 2026 22:05:43 +0000 (15:05 -0700)
commitd97348474708d5f67bec6da28c2e14e12598b965
tree189e867e6cbf00f1a515857c2fe1efbdfdf64280
parent436ea8a1b7ed1328cf24cebb3ebaa21aa0c6a81a
selftests: drv-net: gro: always wait for FIN in the capacity test

The new capacity/order test exits as soon as it sees the expected
packet sequence. This may allow the "flushing" FIN packet to spill
over to the next test. Let's always wait for the FIN before exiting.

Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20260402210000.1512696-4-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/lib/gro.c