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:   1539 MB/s  1251631 calls/s
# udp tx:   1838 MB/s    31178 calls/s  31178 msg/s
# udp rx:   1906 MB/s  1551788 calls/s
# udp tx:   1910 MB/s    32403 calls/s  32403 msg/s
# udp rx:   1902 MB/s  1548448 calls/s
# udp tx:   1906 MB/s    32338 calls/s  32338 msg/s
# UDP GRO fwd perf                        udp rx:   1654 MB/s  1346840 calls/s
# udp tx:   1738 MB/s    29478 calls/s  29478 msg/s
# udp rx:   1781 MB/s  1449880 calls/s
# udp tx:   1789 MB/s    30350 calls/s  30350 msg/s
# udp rx:   1897 MB/s  1544254 calls/s
# udp tx:   1906 MB/s    32340 calls/s  32340 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:   1427 MB/s  1157629 calls/s
# udp tx:   1858 MB/s    31516 calls/s  31516 msg/s
# udp rx:   1734 MB/s  1409315 calls/s
# udp tx:   1847 MB/s    31339 calls/s  31339 msg/s
# udp rx:   1667 MB/s  1351303 calls/s
# udp tx:   1899 MB/s    32222 calls/s  32222 msg/s
# UDP GRO fwd perf                        udp rx:   1290 MB/s  1046685 calls/s
# udp tx:   1830 MB/s    31039 calls/s  31039 msg/s
# udp rx:   1695 MB/s  1374950 calls/s
# udp tx:   1888 MB/s    32031 calls/s  32031 msg/s
# udp rx:   1527 MB/s  1237732 calls/s
# udp tx:   1875 MB/s    31818 calls/s  31818 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__->