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:   1926 MB/s  1568660 calls/s
# udp tx:   1982 MB/s    33625 calls/s  33625 msg/s
# udp rx:   1965 MB/s  1599936 calls/s
# udp tx:   1980 MB/s    33589 calls/s  33589 msg/s
# udp rx:   1991 MB/s  1621201 calls/s
# udp tx:   1997 MB/s    33885 calls/s  33885 msg/s
# UDP GRO fwd perf                        udp rx:   1510 MB/s  1229938 calls/s
# udp tx:   1844 MB/s    31292 calls/s  31292 msg/s
# udp rx:   1705 MB/s  1388127 calls/s
# udp tx:   1982 MB/s    33625 calls/s  33625 msg/s
# udp rx:   1756 MB/s  1429570 calls/s
# udp tx:   1978 MB/s    33553 calls/s  33553 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:   1688 MB/s  1374355 calls/s
# udp tx:   1823 MB/s    30934 calls/s  30934 msg/s
# udp rx:   1980 MB/s  1611876 calls/s
# udp tx:   1989 MB/s    33743 calls/s  33743 msg/s
# udp rx:   1969 MB/s  1602951 calls/s
# udp tx:   1978 MB/s    33557 calls/s  33557 msg/s
# UDP GRO fwd perf                        udp rx:   1148 MB/s   934735 calls/s
# udp tx:   1191 MB/s    20203 calls/s  20203 msg/s
# udp rx:   1198 MB/s   975690 calls/s
# udp tx:   1200 MB/s    20367 calls/s  20367 msg/s
# udp rx:   1084 MB/s   882049 calls/s
# udp tx:   1191 MB/s    20214 calls/s  20214 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__->