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 6000
# selftests: net: udpgro_fwd.sh
# IPv4
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:      7 MB/s     6240 calls/s
# udp tx:    541 MB/s     9191 calls/s   9191 msg/s
# udp tx:    609 MB/s    10335 calls/s  10335 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:    576 MB/s     9780 calls/s   9780 msg/s
# udp rx:     63 MB/s    51745 calls/s
# UDP GRO fwd perf                        udp rx:    551 MB/s   448943 calls/s
# udp tx:    722 MB/s    12259 calls/s  12259 msg/s
# udp rx:    531 MB/s   431818 calls/s
# udp tx:    677 MB/s    11486 calls/s  11486 msg/s
# udp rx:    554 MB/s   450753 calls/s
# udp tx:    641 MB/s    10873 calls/s  10873 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    266 MB/s     4519 calls/s   4519 msg/s
# udp rx:     39 MB/s    31911 calls/s
# udp tx:    466 MB/s     7910 calls/s   7910 msg/s
# udp rx:     31 MB/s    25812 calls/s
# udp tx:    492 MB/s     8347 calls/s   8347 msg/s
[  994.711555] udpgso_bench_tx (3643) used greatest stack depth: 11112 bytes left
# UDP tunnel GRO fwd perf                 udp tx:    456 MB/s     7744 calls/s   7744 msg/s
# udp rx:     11 MB/s     9363 calls/s
# udp tx:    480 MB/s     8142 calls/s   8142 msg/s
# udp rx:      4 MB/s     4028 calls/s
# udp tx:    472 MB/s     8012 calls/s   8012 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:    691 MB/s    11733 calls/s  11733 msg/s
# udp rx:     17 MB/s    14597 calls/s
# udp tx:    642 MB/s    10898 calls/s  10898 msg/s
# udp rx:    213 MB/s   173374 calls/s
# udp tx:    524 MB/s     8899 calls/s   8899 msg/s
# UDP GRO fwd perf                        udp rx:    560 MB/s   455938 calls/s
# udp tx:    589 MB/s    10005 calls/s  10005 msg/s
# udp rx:    737 MB/s   599498 calls/s
# udp tx:    788 MB/s    13370 calls/s  13370 msg/s
# udp rx:    814 MB/s   661876 calls/s
# udp tx:    857 MB/s    14544 calls/s  14544 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    396 MB/s     6718 calls/s   6718 msg/s
# udp rx:     76 MB/s    62034 calls/s
# udp tx:    408 MB/s     6934 calls/s   6934 msg/s
# udp tx:    440 MB/s     7474 calls/s   7474 msg/s
# udp rx:      0 MB/s      492 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    476 MB/s     8078 calls/s   8078 msg/s
# udp rx:      3 MB/s     2905 calls/s
# udp tx:    479 MB/s     8137 calls/s   8137 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    447 MB/s     7593 calls/s   7593 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__->