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:   1822 MB/s  1483178 calls/s
# udp tx:   1930 MB/s    32751 calls/s  32751 msg/s
# udp rx:   1843 MB/s  1498993 calls/s
# udp tx:   1956 MB/s    33184 calls/s  33184 msg/s
# udp rx:   1813 MB/s  1473757 calls/s
# udp tx:   1961 MB/s    33263 calls/s  33263 msg/s
# UDP GRO fwd perf                        udp tx:   1827 MB/s    31000 calls/s  31000 msg/s
# udp rx:   1343 MB/s  1092651 calls/s
# udp tx:   1971 MB/s    33443 calls/s  33443 msg/s
# udp rx:   1289 MB/s  1048580 calls/s
# udp tx:   1956 MB/s    33191 calls/s  33191 msg/s
# udp rx:   1634 MB/s  1330742 calls/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:   1568 MB/s  1271076 calls/s
# udp tx:   1897 MB/s    32179 calls/s  32179 msg/s
# udp rx:   1820 MB/s  1477556 calls/s
# udp tx:   1939 MB/s    32891 calls/s  32891 msg/s
# udp rx:   1791 MB/s  1454350 calls/s
# udp tx:   1856 MB/s    31490 calls/s  31490 msg/s
# UDP GRO fwd perf                        udp rx:   1336 MB/s  1083846 calls/s
# udp tx:   1776 MB/s    30127 calls/s  30127 msg/s
# udp rx:   1740 MB/s  1409829 calls/s
# udp tx:   1951 MB/s    33095 calls/s  33095 msg/s
# udp rx:   1748 MB/s  1416630 calls/s
# udp tx:   1952 MB/s    33115 calls/s  33115 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__->