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:   1166 MB/s   949964 calls/s
# udp tx:   1281 MB/s    21728 calls/s  21728 msg/s
# udp rx:   1277 MB/s  1039779 calls/s
# udp tx:   1287 MB/s    21845 calls/s  21845 msg/s
# udp rx:   1292 MB/s  1052110 calls/s
# udp tx:   1301 MB/s    22077 calls/s  22077 msg/s
# UDP GRO fwd perf                        udp rx:   1196 MB/s   973728 calls/s
# udp tx:   1282 MB/s    21750 calls/s  21750 msg/s
# udp rx:   1177 MB/s   958162 calls/s
# udp tx:   1296 MB/s    21988 calls/s  21988 msg/s
# udp rx:   1171 MB/s   953389 calls/s
# udp tx:   1285 MB/s    21800 calls/s  21800 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:   1660 MB/s  1347747 calls/s
# udp tx:   1895 MB/s    32148 calls/s  32148 msg/s
# udp rx:   1703 MB/s  1381994 calls/s
# udp tx:   1934 MB/s    32807 calls/s  32807 msg/s
# udp rx:   1670 MB/s  1354114 calls/s
# udp tx:   1923 MB/s    32622 calls/s  32622 msg/s
# UDP GRO fwd perf                        udp rx:   1595 MB/s  1295290 calls/s
# udp tx:   1820 MB/s    30877 calls/s  30877 msg/s
# udp rx:   1611 MB/s  1306651 calls/s
# udp tx:   1886 MB/s    32004 calls/s  32004 msg/s
# udp rx:   1360 MB/s  1102213 calls/s
# udp tx:   1942 MB/s    32943 calls/s  32943 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__->