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:   1750 MB/s  1424482 calls/s
# udp tx:   1839 MB/s    31192 calls/s  31192 msg/s
# udp rx:   1867 MB/s  1519784 calls/s
# udp tx:   1961 MB/s    33268 calls/s  33268 msg/s
# udp rx:   1957 MB/s  1593339 calls/s
# udp tx:   1980 MB/s    33599 calls/s  33599 msg/s
# UDP GRO fwd perf                        udp rx:   1578 MB/s  1284695 calls/s
# udp tx:   1878 MB/s    31853 calls/s  31853 msg/s
# udp rx:   1681 MB/s  1369064 calls/s
# udp tx:   1673 MB/s    28383 calls/s  28383 msg/s
# udp rx:   1193 MB/s   971637 calls/s
# udp tx:   1207 MB/s    20477 calls/s  20477 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   921563 calls/s
# udp tx:   1443 MB/s    24490 calls/s  24490 msg/s
# udp rx:   1137 MB/s   926397 calls/s
# udp tx:   1182 MB/s    20051 calls/s  20051 msg/s
# udp rx:   1203 MB/s   979635 calls/s
# udp tx:   1209 MB/s    20508 calls/s  20508 msg/s
# UDP GRO fwd perf                        udp rx:   1175 MB/s   956898 calls/s
# udp tx:   1215 MB/s    20617 calls/s  20617 msg/s
# udp rx:   1211 MB/s   985890 calls/s
# udp tx:   1215 MB/s    20608 calls/s  20608 msg/s
# udp rx:   1201 MB/s   978520 calls/s
# udp tx:   1206 MB/s    20471 calls/s  20471 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__->