make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-1/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net'
TAP version 13
1..1
# timeout set to 3600
# selftests: net: udpgro_fwd.sh
# IPv4
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1550 MB/s  1259340 calls/s
# udp tx:   1842 MB/s    31256 calls/s  31256 msg/s
# udp rx:   1816 MB/s  1474123 calls/s
# udp tx:   1898 MB/s    32192 calls/s  32192 msg/s
# udp rx:   1936 MB/s  1573746 calls/s
# udp tx:   1978 MB/s    33557 calls/s  33557 msg/s
# UDP GRO fwd perf                        udp rx:   1869 MB/s  1520026 calls/s
# udp tx:   1980 MB/s    33596 calls/s  33596 msg/s
# udp rx:   1920 MB/s  1560258 calls/s
# udp tx:   1986 MB/s    33687 calls/s  33687 msg/s
# udp rx:   1920 MB/s  1560758 calls/s
# udp tx:   1984 MB/s    33660 calls/s  33660 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1558 MB/s  1264855 calls/s
# udp tx:   1881 MB/s    31907 calls/s  31907 msg/s
# udp rx:   1750 MB/s  1418585 calls/s
# udp tx:   1912 MB/s    32434 calls/s  32434 msg/s
# udp rx:   1758 MB/s  1425522 calls/s
# udp tx:   1911 MB/s    32415 calls/s  32415 msg/s
# UDP GRO fwd perf                        udp rx:   1538 MB/s  1248244 calls/s
# udp tx:   1845 MB/s    31298 calls/s  31298 msg/s
# udp rx:   1746 MB/s  1415756 calls/s
# udp tx:   1919 MB/s    32562 calls/s  32562 msg/s
# udp rx:   1381 MB/s  1119259 calls/s
# udp tx:   1841 MB/s    31235 calls/s  31235 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
ok 1 selftests: net: udpgro_fwd.sh
make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests'
xx__-> echo $?
0
xx__->