![]() Motivation: The recently added UDP GRO tests fail on some older Linux Kernel versions. We believe that UDP GRO support on loopback was limited in early versions so we should tolerate those failures. However, we've verified that on 5.15 and newer that GRO is supported so we should not tolerate failure in those cases. Modifications: - Add shims to CNIOLinux to get system info via uname - Verify GRO works before running GRO tests and if it doesn't then validate the kernel version isn't greater than 5.15. Results: Less flaky tests. |
||
---|---|---|
.. | ||
include | ||
liburing_shims.c | ||
shim.c |