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:   1494 MB/s  1214820 calls/s
# udp tx:   1895 MB/s    32147 calls/s  32147 msg/s
# udp rx:   1275 MB/s  1036898 calls/s
# udp tx:   1977 MB/s    33546 calls/s  33546 msg/s
# udp rx:   1672 MB/s  1358146 calls/s
# udp tx:   1977 MB/s    33544 calls/s  33544 msg/s
# UDP GRO fwd perf                        udp rx:   1372 MB/s  1117475 calls/s
# udp tx:   1882 MB/s    31921 calls/s  31921 msg/s
# udp rx:   1959 MB/s  1594789 calls/s
# udp tx:   1972 MB/s    33463 calls/s  33463 msg/s
# udp rx:   1953 MB/s  1590450 calls/s
# udp tx:   1969 MB/s    33411 calls/s  33411 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:   1428 MB/s  1160863 calls/s
# udp tx:   1680 MB/s    28498 calls/s  28498 msg/s
# udp rx:   1208 MB/s   982895 calls/s
# udp tx:   1300 MB/s    22053 calls/s  22053 msg/s
# udp rx:   1200 MB/s   977415 calls/s
# udp tx:   1222 MB/s    20733 calls/s  20733 msg/s
# UDP GRO fwd perf                        udp rx:    697 MB/s   567626 calls/s
# udp tx:   1190 MB/s    20186 calls/s  20186 msg/s
# udp rx:   1061 MB/s   864240 calls/s
# udp tx:   1227 MB/s    20823 calls/s  20823 msg/s
# udp rx:   1420 MB/s  1156170 calls/s
# udp tx:   1462 MB/s    24804 calls/s  24804 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__->