]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: drv-net: gro: add data burst test case
authorJakub Kicinski <kuba@kernel.org>
Thu, 2 Apr 2026 20:59:53 +0000 (13:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 3 Apr 2026 22:05:42 +0000 (15:05 -0700)
commit30f831b44a98a660ccaf608f88d8bb945318dc59
tree74b08738daf7c29584c660c6f4c114a10268f33c
parent789ec16eb397e7d1286e92a859859493f35878fe
selftests: drv-net: gro: add data burst test case

Add a test trying to induce a GRO context timeout followed
by another sequence of packets for the same flow. The second
burst arrives 100ms after the first one so any implementation
(SW or HW) must time out waiting at that point. We expect both
bursts to be aggregated successfully but separately.

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