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:   1093 MB/s   889662 calls/s
# udp tx:   1216 MB/s    20633 calls/s  20633 msg/s
# udp rx:   1209 MB/s   984162 calls/s
# udp tx:   1243 MB/s    21099 calls/s  21099 msg/s
# udp rx:   1064 MB/s   866170 calls/s
# udp tx:   1161 MB/s    19708 calls/s  19708 msg/s
# UDP GRO fwd perf                        udp rx:   1138 MB/s   927015 calls/s
# udp tx:   1222 MB/s    20727 calls/s  20727 msg/s
# udp rx:   1237 MB/s  1007753 calls/s
# udp tx:   1242 MB/s    21077 calls/s  21077 msg/s
# udp rx:   1230 MB/s  1001842 calls/s
# udp tx:   1235 MB/s    20963 calls/s  20963 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:   1282 MB/s    21745 calls/s  21745 msg/s
# udp rx:    261 MB/s   212464 calls/s
# udp tx:   1213 MB/s    20585 calls/s  20585 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1229 MB/s    20861 calls/s  20861 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1224 MB/s    20772 calls/s  20772 msg/s
# udp rx:     30 MB/s    25072 calls/s
# udp tx:   1194 MB/s    20256 calls/s  20256 msg/s
# udp rx:     50 MB/s    41303 calls/s
# udp tx:   1177 MB/s    19977 calls/s  19977 msg/s
# udp rx:     51 MB/s    42031 calls/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1530 MB/s  1242566 calls/s
# udp tx:   1837 MB/s    31170 calls/s  31170 msg/s
# udp rx:   1495 MB/s  1216963 calls/s
# udp tx:   1931 MB/s    32753 calls/s  32753 msg/s
# udp rx:   1735 MB/s  1411024 calls/s
# udp tx:   1923 MB/s    32627 calls/s  32627 msg/s
# UDP GRO fwd perf                        udp rx:   1313 MB/s  1068383 calls/s
# udp tx:   1810 MB/s    30706 calls/s  30706 msg/s
# udp rx:   1565 MB/s  1274078 calls/s
# udp tx:   1865 MB/s    31646 calls/s  31646 msg/s
# udp rx:   1916 MB/s  1560296 calls/s
# udp tx:   1925 MB/s    32662 calls/s  32662 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 rx:    231 MB/s   188067 calls/s
# udp tx:   1572 MB/s    26674 calls/s  26674 msg/s
# udp tx:   1774 MB/s    30101 calls/s  30101 msg/s
# udp rx:    120 MB/s    98410 calls/s
# udp tx:   1796 MB/s    30476 calls/s  30476 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1779 MB/s    30185 calls/s  30185 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1888 MB/s    32035 calls/s  32035 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1900 MB/s    32236 calls/s  32236 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__->