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:    920 MB/s   748133 calls/s
# udp tx:   1536 MB/s    26055 calls/s  26055 msg/s
# udp rx:    951 MB/s   772847 calls/s
# udp tx:   1719 MB/s    29158 calls/s  29158 msg/s
# udp rx:    962 MB/s   782004 calls/s
# udp tx:   1764 MB/s    29923 calls/s  29923 msg/s
# UDP GRO fwd perf                        udp rx:    962 MB/s   782051 calls/s
# udp tx:   1458 MB/s    24736 calls/s  24736 msg/s
# udp rx:   1047 MB/s   850667 calls/s
# udp tx:   1699 MB/s    28828 calls/s  28828 msg/s
# udp rx:   1362 MB/s  1107606 calls/s
# udp tx:   1657 MB/s    28108 calls/s  28108 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    947 MB/s    16074 calls/s  16074 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:   1305 MB/s    22137 calls/s  22137 msg/s
# udp rx:    806 MB/s   653749 calls/s
# udp tx:   1378 MB/s    23378 calls/s  23378 msg/s
# udp rx:   1056 MB/s   853505 calls/s
# UDP tunnel GRO fwd perf                 udp rx:    964 MB/s   778899 calls/s
# udp tx:   1367 MB/s    23190 calls/s  23190 msg/s
# udp rx:    932 MB/s   753700 calls/s
# udp tx:   1292 MB/s    21926 calls/s  21926 msg/s
# udp rx:   1150 MB/s   930754 calls/s
# udp tx:   1371 MB/s    23265 calls/s  23265 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1109 MB/s   903201 calls/s
# udp tx:   1605 MB/s    27234 calls/s  27234 msg/s
# udp rx:    878 MB/s   715265 calls/s
# udp tx:   1625 MB/s    27570 calls/s  27570 msg/s
# udp tx:   1742 MB/s    29562 calls/s  29562 msg/s
# udp rx:   1490 MB/s  1212982 calls/s
# UDP GRO fwd perf                        udp rx:   1152 MB/s   937192 calls/s
# udp tx:   1423 MB/s    24141 calls/s  24141 msg/s
# udp rx:   1099 MB/s   891876 calls/s
# udp tx:   1610 MB/s    27310 calls/s  27310 msg/s
# udp rx:   1098 MB/s   892754 calls/s
# udp tx:   1298 MB/s    22022 calls/s  22022 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:    451 MB/s   366838 calls/s
# udp tx:   1116 MB/s    18944 calls/s  18944 msg/s
# udp rx:    500 MB/s   405800 calls/s
# udp tx:   1154 MB/s    19577 calls/s  19577 msg/s
# udp rx:    478 MB/s   387831 calls/s
# udp tx:   1225 MB/s    20784 calls/s  20784 msg/s
# UDP tunnel GRO fwd perf                 udp rx:    345 MB/s   280119 calls/s
# udp tx:   1268 MB/s    21515 calls/s  21515 msg/s
# udp rx:    420 MB/s   341629 calls/s
# udp tx:   1257 MB/s    21336 calls/s  21336 msg/s
# udp rx:    391 MB/s   318022 calls/s
# udp tx:   1290 MB/s    21885 calls/s  21885 msg/s
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__->