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:   1571 MB/s  1278144 calls/s
# udp tx:   1851 MB/s    31411 calls/s  31411 msg/s
# udp rx:   1643 MB/s  1337671 calls/s
# udp tx:   1883 MB/s    31950 calls/s  31950 msg/s
# udp rx:   1853 MB/s  1507421 calls/s
# udp tx:   1948 MB/s    33042 calls/s  33042 msg/s
# UDP GRO fwd perf                        udp rx:   1604 MB/s  1305664 calls/s
# udp tx:   1961 MB/s    33274 calls/s  33274 msg/s
# udp rx:   1915 MB/s  1558335 calls/s
# udp tx:   1981 MB/s    33602 calls/s  33602 msg/s
# udp rx:   1830 MB/s  1488691 calls/s
# udp tx:   1918 MB/s    32542 calls/s  32542 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:   1729 MB/s  1405578 calls/s
# udp tx:   1872 MB/s    31752 calls/s  31752 msg/s
# udp rx:   1620 MB/s  1317178 calls/s
# udp tx:   1857 MB/s    31498 calls/s  31498 msg/s
# udp rx:   1545 MB/s  1254175 calls/s
# udp tx:   1869 MB/s    31706 calls/s  31706 msg/s
# UDP GRO fwd perf                        udp rx:   1156 MB/s   938451 calls/s
# udp tx:   1790 MB/s    30373 calls/s  30373 msg/s
# udp rx:   1075 MB/s   873266 calls/s
# udp tx:   1713 MB/s    29066 calls/s  29066 msg/s
# udp rx:   1274 MB/s  1034512 calls/s
# udp tx:   1787 MB/s    30320 calls/s  30320 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__->