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:     26 MB/s    21952 calls/s
# udp tx:    625 MB/s    10614 calls/s  10614 msg/s
# udp tx:    706 MB/s    11982 calls/s  11982 msg/s
# udp rx:     57 MB/s    47184 calls/s
# udp tx:    723 MB/s    12266 calls/s  12266 msg/s
# UDP GRO fwd perf                        udp rx:    444 MB/s   361604 calls/s
# udp tx:    526 MB/s     8923 calls/s   8923 msg/s
# udp rx:    353 MB/s   286161 calls/s
# udp tx:    924 MB/s    15677 calls/s  15677 msg/s
# udp rx:    331 MB/s   268585 calls/s
# udp tx:    934 MB/s    15848 calls/s  15848 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    258 MB/s     4376 calls/s   4376 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    548 MB/s     9305 calls/s   9305 msg/s
# udp rx:      1 MB/s     1265 calls/s
# udp tx:    514 MB/s     8721 calls/s   8721 msg/s
[  954.007625] udpgso_bench_tx (6610) used greatest stack depth: 11112 bytes left
# UDP tunnel GRO fwd perf                 udp tx:    477 MB/s     8095 calls/s   8095 msg/s
# udp rx:     79 MB/s    64324 calls/s
# udp tx:    541 MB/s     9178 calls/s   9178 msg/s
# udp tx:    563 MB/s     9558 calls/s   9558 msg/s
# udp rx:      0 MB/s      512 calls/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:     62 MB/s    50970 calls/s
# udp tx:    584 MB/s     9917 calls/s   9917 msg/s
# udp tx:    637 MB/s    10812 calls/s  10812 msg/s
# udp rx:     73 MB/s    59536 calls/s
# udp tx:    700 MB/s    11884 calls/s  11884 msg/s
# UDP GRO fwd perf                        udp rx:    641 MB/s   521964 calls/s
# udp tx:    666 MB/s    11300 calls/s  11300 msg/s
# udp rx:    675 MB/s   549660 calls/s
# udp tx:    788 MB/s    13366 calls/s  13366 msg/s
# udp rx:    641 MB/s   521600 calls/s
# udp tx:    812 MB/s    13783 calls/s  13783 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    415 MB/s     7046 calls/s   7046 msg/s
# udp rx:     19 MB/s    16221 calls/s
# udp tx:    431 MB/s     7318 calls/s   7318 msg/s
# udp rx:     40 MB/s    32707 calls/s
# udp tx:    461 MB/s     7833 calls/s   7833 msg/s
# UDP tunnel GRO fwd perf                 udp tx:    458 MB/s     7780 calls/s   7780 msg/s
# udp rx:     56 MB/s    46086 calls/s
# udp tx:    485 MB/s     8235 calls/s   8235 msg/s
# udp tx:    520 MB/s     8835 calls/s   8835 msg/s
# udp rx:      0 MB/s      768 calls/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__->