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:   1012 MB/s   824276 calls/s
# udp tx:   1744 MB/s    29582 calls/s  29582 msg/s
# udp rx:   1965 MB/s  1600252 calls/s
# udp tx:   1971 MB/s    33436 calls/s  33436 msg/s
# udp rx:   1960 MB/s  1596232 calls/s
# udp tx:   1966 MB/s    33361 calls/s  33361 msg/s
# UDP GRO fwd perf                        udp rx:   1878 MB/s  1528900 calls/s
# udp tx:   1949 MB/s    33067 calls/s  33067 msg/s
# udp rx:   1737 MB/s  1414356 calls/s
# udp tx:   1957 MB/s    33208 calls/s  33208 msg/s
# udp rx:   1933 MB/s  1573439 calls/s
# udp tx:   1962 MB/s    33293 calls/s  33293 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:   1467 MB/s  1192503 calls/s
# udp tx:   1786 MB/s    30305 calls/s  30305 msg/s
# udp rx:   1490 MB/s  1212238 calls/s
# udp tx:   1922 MB/s    32607 calls/s  32607 msg/s
# udp rx:   1419 MB/s  1154383 calls/s
# udp tx:   1876 MB/s    31832 calls/s  31832 msg/s
# UDP GRO fwd perf                        udp rx:    770 MB/s   627254 calls/s
# udp tx:   1160 MB/s    19687 calls/s  19687 msg/s
# udp rx:   1075 MB/s   874941 calls/s
# udp tx:   1185 MB/s    20102 calls/s  20102 msg/s
# udp rx:   1178 MB/s   959253 calls/s
# udp tx:   1199 MB/s    20342 calls/s  20342 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__->