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:   1436 MB/s  1169132 calls/s
# udp tx:   1796 MB/s    30478 calls/s  30478 msg/s
# udp rx:   1678 MB/s  1366746 calls/s
# udp tx:   1887 MB/s    32006 calls/s  32006 msg/s
# udp rx:   1860 MB/s  1514305 calls/s
# udp tx:   1895 MB/s    32141 calls/s  32141 msg/s
# UDP GRO fwd perf                        udp rx:   1858 MB/s  1512824 calls/s
# udp tx:   1955 MB/s    33166 calls/s  33166 msg/s
# udp rx:   1948 MB/s  1586091 calls/s
# udp tx:   1968 MB/s    33390 calls/s  33390 msg/s
# udp rx:   1948 MB/s  1585920 calls/s
# udp tx:   1968 MB/s    33387 calls/s  33387 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:   1132 MB/s   920874 calls/s
# udp tx:   1425 MB/s    24171 calls/s  24171 msg/s
# udp rx:   1238 MB/s  1007910 calls/s
# udp tx:   1248 MB/s    21172 calls/s  21172 msg/s
# udp rx:   1224 MB/s   996734 calls/s
# udp tx:   1236 MB/s    20964 calls/s  20964 msg/s
# UDP GRO fwd perf                        udp rx:   1107 MB/s   901187 calls/s
# udp tx:   1222 MB/s    20726 calls/s  20726 msg/s
# udp rx:   1232 MB/s  1003655 calls/s
# udp tx:   1246 MB/s    21134 calls/s  21134 msg/s
# udp rx:   1235 MB/s  1005797 calls/s
# udp tx:   1249 MB/s    21188 calls/s  21188 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__->