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:    848 MB/s   689062 calls/s
# udp tx:   1221 MB/s    20722 calls/s  20722 msg/s
# udp rx:   1087 MB/s   883007 calls/s
# udp tx:   1252 MB/s    21250 calls/s  21250 msg/s
# udp rx:   1170 MB/s   950901 calls/s
# udp tx:   1256 MB/s    21308 calls/s  21308 msg/s
# UDP GRO fwd perf                        udp rx:   1175 MB/s   956464 calls/s
# udp tx:   1261 MB/s    21396 calls/s  21396 msg/s
# udp rx:   1233 MB/s  1003563 calls/s
# udp tx:   1262 MB/s    21414 calls/s  21414 msg/s
# udp rx:   1231 MB/s  1001489 calls/s
# udp tx:   1263 MB/s    21429 calls/s  21429 msg/s
# GRO frag list over UDP tunnel            fail - received 10 packets, expected 1
# GRO fwd over UDP tunnel                  fail - received 10 packets, expected 1
# UDP tunnel fwd perf                     udp tx:   1342 MB/s    22771 calls/s  22771 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1829 MB/s    31031 calls/s  31031 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1840 MB/s    31210 calls/s  31210 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1836 MB/s    31147 calls/s  31147 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1823 MB/s    30921 calls/s  30921 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1844 MB/s    31284 calls/s  31284 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1449 MB/s  1178410 calls/s
# udp tx:   1849 MB/s    31376 calls/s  31376 msg/s
# udp rx:   1513 MB/s  1229344 calls/s
# udp tx:   1964 MB/s    33316 calls/s  33316 msg/s
# udp rx:   1727 MB/s  1404517 calls/s
# udp tx:   1953 MB/s    33141 calls/s  33141 msg/s
# UDP GRO fwd perf                        udp rx:   1414 MB/s  1150611 calls/s
# udp tx:   1838 MB/s    31187 calls/s  31187 msg/s
# udp rx:   1768 MB/s  1439097 calls/s
# udp tx:   1843 MB/s    31267 calls/s  31267 msg/s
# udp rx:   1907 MB/s  1552685 calls/s
# udp tx:   1927 MB/s    32696 calls/s  32696 msg/s
# GRO frag list over UDP tunnel            fail - received 10 packets, expected 1
# GRO fwd over UDP tunnel                  fail - received 10 packets, expected 1
# UDP tunnel fwd perf                     udp tx:   1728 MB/s    29309 calls/s  29309 msg/s
# udp rx:     98 MB/s    79786 calls/s
# udp tx:   1852 MB/s    31425 calls/s  31425 msg/s
# udp rx:      6 MB/s     5313 calls/s
# udp tx:   1846 MB/s    31325 calls/s  31325 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1751 MB/s    29711 calls/s  29711 msg/s
# udp rx:    132 MB/s   107714 calls/s
# udp tx:   1814 MB/s    30773 calls/s  30773 msg/s
# udp rx:     73 MB/s    59795 calls/s
# udp tx:   1872 MB/s    31766 calls/s  31766 msg/s
not ok 1 selftests: net: udpgro_fwd.sh # exit=1
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__->