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:   1707 MB/s  1389224 calls/s
# udp tx:   1900 MB/s    32240 calls/s  32240 msg/s
# udp rx:   1638 MB/s  1332753 calls/s
# udp tx:   1898 MB/s    32198 calls/s  32198 msg/s
# udp rx:   1798 MB/s  1463672 calls/s
# udp tx:   1944 MB/s    32975 calls/s  32975 msg/s
# UDP GRO fwd perf                        udp rx:   1725 MB/s  1403008 calls/s
# udp tx:   1949 MB/s    33070 calls/s  33070 msg/s
# udp rx:   1583 MB/s  1288215 calls/s
# udp tx:   1959 MB/s    33227 calls/s  33227 msg/s
# udp rx:   1026 MB/s   834441 calls/s
# udp tx:   1968 MB/s    33380 calls/s  33380 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:   1421 MB/s  1152769 calls/s
# udp tx:   1791 MB/s    30383 calls/s  30383 msg/s
# udp tx:   1756 MB/s    29784 calls/s  29784 msg/s
# udp rx:   1419 MB/s  1151794 calls/s
# udp tx:   1799 MB/s    30513 calls/s  30513 msg/s
# udp rx:   1726 MB/s  1403284 calls/s
# UDP GRO fwd perf                        udp rx:   1596 MB/s  1296460 calls/s
# udp tx:   1855 MB/s    31463 calls/s  31463 msg/s
# udp rx:   1669 MB/s  1352699 calls/s
# udp tx:   1914 MB/s    32468 calls/s  32468 msg/s
# udp rx:   1742 MB/s  1412299 calls/s
# udp tx:   1922 MB/s    32606 calls/s  32606 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__->