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:   1100 MB/s   896091 calls/s
# udp tx:   1177 MB/s    19975 calls/s  19975 msg/s
# udp rx:   1197 MB/s   974610 calls/s
# udp tx:   1259 MB/s    21366 calls/s  21366 msg/s
# udp rx:   1249 MB/s  1017551 calls/s
# udp tx:   1250 MB/s    21201 calls/s  21201 msg/s
# UDP GRO fwd perf                        udp rx:   1099 MB/s   895131 calls/s
# udp tx:   1205 MB/s    20439 calls/s  20439 msg/s
# udp rx:   1254 MB/s  1021400 calls/s
# udp tx:   1257 MB/s    21335 calls/s  21335 msg/s
# udp rx:   1257 MB/s  1024022 calls/s
# udp tx:   1261 MB/s    21395 calls/s  21395 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:   1406 MB/s  1140953 calls/s
# udp tx:   1878 MB/s    31854 calls/s  31854 msg/s
# udp rx:   1786 MB/s  1449142 calls/s
# udp tx:   1917 MB/s    32516 calls/s  32516 msg/s
# udp rx:   1819 MB/s  1475762 calls/s
# udp tx:   1931 MB/s    32759 calls/s  32759 msg/s
# UDP GRO fwd perf                        udp rx:   1580 MB/s  1283508 calls/s
# udp tx:   1863 MB/s    31610 calls/s  31610 msg/s
# udp rx:   1624 MB/s  1318739 calls/s
# udp tx:   1834 MB/s    31109 calls/s  31109 msg/s
# udp rx:   1726 MB/s  1399697 calls/s
# udp tx:   1915 MB/s    32489 calls/s  32489 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__->