make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_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:   1679 MB/s  1365378 calls/s
# udp tx:   1948 MB/s    33055 calls/s  33055 msg/s
# udp rx:   1805 MB/s  1468206 calls/s
# udp tx:   1898 MB/s    32201 calls/s  32201 msg/s
# udp rx:   1961 MB/s  1596479 calls/s
# udp tx:   1973 MB/s    33476 calls/s  33476 msg/s
# UDP GRO fwd perf                        udp rx:   1854 MB/s  1508079 calls/s
# udp tx:   1961 MB/s    33263 calls/s  33263 msg/s
# udp rx:   1762 MB/s  1434259 calls/s
# udp tx:   1959 MB/s    33229 calls/s  33229 msg/s
# udp rx:   1740 MB/s  1415561 calls/s
# udp tx:   1960 MB/s    33253 calls/s  33253 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:   1048 MB/s   851631 calls/s
# udp tx:   1679 MB/s    28480 calls/s  28480 msg/s
# udp rx:   1751 MB/s  1422689 calls/s
# udp tx:   1879 MB/s    31881 calls/s  31881 msg/s
# udp rx:   1730 MB/s  1403282 calls/s
# udp tx:   1915 MB/s    32496 calls/s  32496 msg/s
# UDP GRO fwd perf                        udp rx:   1642 MB/s  1335096 calls/s
# udp tx:   1768 MB/s    30001 calls/s  30001 msg/s
# udp rx:   1710 MB/s  1390048 calls/s
# udp tx:   1839 MB/s    31207 calls/s  31207 msg/s
# udp rx:   1730 MB/s  1404004 calls/s
# udp tx:   1867 MB/s    31679 calls/s  31679 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__->