]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Merge branch 'selftests-udpgro-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 19 Aug 2024 08:54:24 +0000 (09:54 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Aug 2024 08:54:24 +0000 (09:54 +0100)
Hangbin Liu says:

====================
selftests: Fix udpgro failures

There are 2 issues for the current udpgro test. The first one is the testing
doesn't record all the failures, which may report pass but the test actually
failed. e.g.
https://netdev-3.bots.linux.dev/vmksft-net/results/725661/45-udpgro-sh/stdout

The other one is after commit d7db7775ea2e ("net: veth: do not manipulate
GRO when using XDP"), there is no need to load xdp program to enable GRO
on veth device.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge