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:   1417 MB/s  1153865 calls/s
# udp tx:   1894 MB/s    32124 calls/s  32124 msg/s
# udp rx:   1823 MB/s  1483989 calls/s
# udp tx:   1858 MB/s    31513 calls/s  31513 msg/s
# udp rx:   1929 MB/s  1569676 calls/s
# udp tx:   1962 MB/s    33289 calls/s  33289 msg/s
# UDP GRO fwd perf                        udp rx:   1879 MB/s  1529862 calls/s
# udp tx:   1951 MB/s    33106 calls/s  33106 msg/s
# udp rx:   1818 MB/s  1480148 calls/s
# udp tx:   1953 MB/s    33131 calls/s  33131 msg/s
# udp rx:   1920 MB/s  1563040 calls/s
# udp tx:   1935 MB/s    32828 calls/s  32828 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:   1880 MB/s  1530870 calls/s
# udp tx:   1950 MB/s    33077 calls/s  33077 msg/s
# udp rx:   1932 MB/s  1572580 calls/s
# udp tx:   1945 MB/s    32998 calls/s  32998 msg/s
# udp rx:   1954 MB/s  1590723 calls/s
# udp tx:   1965 MB/s    33339 calls/s  33339 msg/s
# UDP GRO fwd perf                        udp rx:   1897 MB/s  1544599 calls/s
# udp tx:   1965 MB/s    33338 calls/s  33338 msg/s
# udp rx:   1948 MB/s  1586103 calls/s
# udp tx:   1965 MB/s    33331 calls/s  33331 msg/s
# udp rx:   1960 MB/s  1595855 calls/s
# udp tx:   1978 MB/s    33549 calls/s  33549 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__->