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:   1297 MB/s  1055801 calls/s
# udp tx:   1800 MB/s    30534 calls/s  30534 msg/s
# udp rx:   1743 MB/s  1418997 calls/s
# udp tx:   1944 MB/s    32979 calls/s  32979 msg/s
# udp rx:   1793 MB/s  1460306 calls/s
# udp tx:   1798 MB/s    30506 calls/s  30506 msg/s
# UDP GRO fwd perf                        udp rx:   1694 MB/s  1377012 calls/s
# udp tx:   1905 MB/s    32312 calls/s  32312 msg/s
# udp rx:   1781 MB/s  1450057 calls/s
# udp tx:   1891 MB/s    32079 calls/s  32079 msg/s
# udp rx:   1832 MB/s  1491162 calls/s
# udp tx:   1879 MB/s    31877 calls/s  31877 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:   1646 MB/s  1335272 calls/s
# udp tx:   1941 MB/s    32921 calls/s  32921 msg/s
# udp rx:   1749 MB/s  1421247 calls/s
# udp tx:   1887 MB/s    32016 calls/s  32016 msg/s
# udp rx:   1747 MB/s  1420705 calls/s
# udp tx:   1821 MB/s    30892 calls/s  30892 msg/s
# UDP GRO fwd perf                        udp rx:   1606 MB/s  1304070 calls/s
# udp tx:   1846 MB/s    31312 calls/s  31312 msg/s
# udp rx:   1089 MB/s   883084 calls/s
# udp tx:   1899 MB/s    32224 calls/s  32224 msg/s
# udp rx:   1675 MB/s  1357312 calls/s
# udp tx:   1951 MB/s    33091 calls/s  33091 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__->