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:   1810 MB/s  1473431 calls/s
# udp tx:   1916 MB/s    32506 calls/s  32506 msg/s
# udp rx:   1624 MB/s  1322239 calls/s
# udp tx:   1950 MB/s    33082 calls/s  33082 msg/s
# udp rx:   1913 MB/s  1557737 calls/s
# udp tx:   1954 MB/s    33148 calls/s  33148 msg/s
# UDP GRO fwd perf                        udp rx:   1662 MB/s  1353182 calls/s
# udp tx:   1806 MB/s    30634 calls/s  30634 msg/s
# udp rx:   1777 MB/s  1446663 calls/s
# udp tx:   1813 MB/s    30750 calls/s  30750 msg/s
# udp rx:   1948 MB/s  1586426 calls/s
# udp tx:   1967 MB/s    33371 calls/s  33371 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1796 MB/s    30465 calls/s  30465 msg/s
# udp rx:     10 MB/s     8843 calls/s
# udp tx:   1663 MB/s    28220 calls/s  28220 msg/s
# udp rx:    241 MB/s   196757 calls/s
# udp tx:   1777 MB/s    30147 calls/s  30147 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1777 MB/s    30152 calls/s  30152 msg/s
# udp rx:      1 MB/s     1188 calls/s
# udp tx:   1797 MB/s    30484 calls/s  30484 msg/s
# udp rx:      1 MB/s     1174 calls/s
# udp tx:   1801 MB/s    30555 calls/s  30555 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1377 MB/s  1119729 calls/s
# udp tx:   1815 MB/s    30799 calls/s  30799 msg/s
# udp rx:   1707 MB/s  1388502 calls/s
# udp tx:   1837 MB/s    31157 calls/s  31157 msg/s
# udp rx:   1654 MB/s  1345434 calls/s
# udp tx:   1806 MB/s    30632 calls/s  30632 msg/s
# UDP GRO fwd perf                        udp rx:   1303 MB/s  1059423 calls/s
# udp tx:   1914 MB/s    32468 calls/s  32468 msg/s
# udp rx:   1774 MB/s  1442840 calls/s
# udp tx:   1911 MB/s    32412 calls/s  32412 msg/s
# udp rx:   1345 MB/s  1095707 calls/s
# udp tx:   1861 MB/s    31580 calls/s  31580 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1437 MB/s    24384 calls/s  24384 msg/s
# udp rx:     21 MB/s    17612 calls/s
# udp tx:   1006 MB/s    17064 calls/s  17064 msg/s
# udp rx:     92 MB/s    74837 calls/s
# udp tx:   1741 MB/s    29535 calls/s  29535 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1809 MB/s    30697 calls/s  30697 msg/s
# udp rx:    121 MB/s    98357 calls/s
# udp tx:   1882 MB/s    31930 calls/s  31930 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1843 MB/s    31262 calls/s  31262 msg/s
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__->