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:   1680 MB/s  1368341 calls/s
# udp tx:   1852 MB/s    31419 calls/s  31419 msg/s
# udp rx:   1873 MB/s  1525084 calls/s
# udp tx:   1876 MB/s    31827 calls/s  31827 msg/s
# udp rx:   1834 MB/s  1493622 calls/s
# udp tx:   1871 MB/s    31735 calls/s  31735 msg/s
# UDP GRO fwd perf                        udp rx:   1751 MB/s  1425540 calls/s
# udp tx:   1828 MB/s    31007 calls/s  31007 msg/s
# udp rx:   1770 MB/s  1441104 calls/s
# udp tx:   1809 MB/s    30694 calls/s  30694 msg/s
# udp rx:   1734 MB/s  1410415 calls/s
# udp tx:   1848 MB/s    31359 calls/s  31359 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:    979 MB/s   796979 calls/s
# udp tx:   1099 MB/s    18654 calls/s  18654 msg/s
# udp rx:    944 MB/s   768633 calls/s
# udp tx:   1144 MB/s    19413 calls/s  19413 msg/s
# udp rx:   1128 MB/s   919079 calls/s
# udp tx:   1133 MB/s    19225 calls/s  19225 msg/s
# UDP GRO fwd perf                        udp rx:   1431 MB/s  1161458 calls/s
# udp tx:   1851 MB/s    31397 calls/s  31397 msg/s
# udp rx:   1767 MB/s  1432043 calls/s
# udp tx:   1939 MB/s    32891 calls/s  32891 msg/s
# udp rx:   1793 MB/s  1453478 calls/s
# udp tx:   1939 MB/s    32890 calls/s  32890 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__->