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:   1646 MB/s  1340749 calls/s
# udp tx:   1964 MB/s    33325 calls/s  33325 msg/s
# udp rx:   1942 MB/s  1581024 calls/s
# udp tx:   1953 MB/s    33136 calls/s  33136 msg/s
# udp rx:   1941 MB/s  1580725 calls/s
# udp tx:   1948 MB/s    33048 calls/s  33048 msg/s
# UDP GRO fwd perf                        udp rx:   1796 MB/s  1461959 calls/s
# udp tx:   1973 MB/s    33480 calls/s  33480 msg/s
# udp rx:   1958 MB/s  1594127 calls/s
# udp tx:   1967 MB/s    33369 calls/s  33369 msg/s
# udp rx:   1958 MB/s  1594193 calls/s
# udp tx:   1968 MB/s    33382 calls/s  33382 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:   1613 MB/s  1309182 calls/s
# udp tx:   1950 MB/s    33077 calls/s  33077 msg/s
# udp rx:   1731 MB/s  1403831 calls/s
# udp tx:   1970 MB/s    33417 calls/s  33417 msg/s
# udp rx:   1809 MB/s  1467885 calls/s
# udp tx:   1960 MB/s    33244 calls/s  33244 msg/s
# UDP GRO fwd perf                        udp rx:   1821 MB/s  1477746 calls/s
# udp tx:   1972 MB/s    33453 calls/s  33453 msg/s
# udp rx:   1879 MB/s  1524560 calls/s
# udp tx:   1976 MB/s    33526 calls/s  33526 msg/s
# udp rx:   1536 MB/s  1247540 calls/s
# udp tx:   1872 MB/s    31766 calls/s  31766 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__->