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:   1057 MB/s   860028 calls/s
# udp tx:   1231 MB/s    20882 calls/s  20882 msg/s
# udp rx:   1139 MB/s   926630 calls/s
# udp tx:   1260 MB/s    21383 calls/s  21383 msg/s
# udp rx:   1158 MB/s   941831 calls/s
# udp tx:   1264 MB/s    21440 calls/s  21440 msg/s
# UDP GRO fwd perf                        udp rx:   1175 MB/s   957096 calls/s
# udp tx:   1279 MB/s    21703 calls/s  21703 msg/s
# udp rx:   1212 MB/s   986571 calls/s
# udp tx:   1282 MB/s    21755 calls/s  21755 msg/s
# udp rx:   1269 MB/s  1033509 calls/s
# udp tx:   1281 MB/s    21729 calls/s  21729 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:   1650 MB/s  1340160 calls/s
# udp tx:   1850 MB/s    31387 calls/s  31387 msg/s
# udp rx:   1574 MB/s  1277040 calls/s
# udp tx:   1866 MB/s    31665 calls/s  31665 msg/s
# udp rx:   1631 MB/s  1326628 calls/s
# udp tx:   1822 MB/s    30913 calls/s  30913 msg/s
# UDP GRO fwd perf                        udp rx:   1664 MB/s  1353293 calls/s
# udp tx:   1847 MB/s    31335 calls/s  31335 msg/s
# udp rx:   1504 MB/s  1220824 calls/s
# udp tx:   1892 MB/s    32095 calls/s  32095 msg/s
# udp rx:   1167 MB/s   945939 calls/s
# udp tx:   1685 MB/s    28581 calls/s  28581 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__->