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:     61 MB/s    50432 calls/s
# udp tx:    676 MB/s    11482 calls/s  11482 msg/s
# udp tx:    616 MB/s    10452 calls/s  10452 msg/s
# udp rx:     23 MB/s    19357 calls/s
# udp tx:    637 MB/s    10811 calls/s  10811 msg/s
# UDP GRO fwd perf                        udp rx:    546 MB/s   443724 calls/s
# udp tx:    757 MB/s    12852 calls/s  12852 msg/s
# udp rx:    729 MB/s   594090 calls/s
# udp tx:    737 MB/s    12509 calls/s  12509 msg/s
# udp rx:    783 MB/s   637596 calls/s
# udp tx:    858 MB/s    14568 calls/s  14568 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:     49 MB/s    40092 calls/s
# udp tx:    456 MB/s     7742 calls/s   7742 msg/s
# udp rx:     21 MB/s    17149 calls/s
# udp tx:    406 MB/s     6890 calls/s   6890 msg/s
# udp tx:    401 MB/s     6808 calls/s   6808 msg/s
[ 1000.777544] udpgso_bench_tx (5132) used greatest stack depth: 11112 bytes left
# udp rx:     36 MB/s    29768 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    534 MB/s     9070 calls/s   9070 msg/s
# udp rx:      2 MB/s     2048 calls/s
# udp tx:    537 MB/s     9124 calls/s   9124 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    553 MB/s     9380 calls/s   9380 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:    621 MB/s    10535 calls/s  10535 msg/s
# udp rx:    144 MB/s   117730 calls/s
# udp tx:    668 MB/s    11338 calls/s  11338 msg/s
# udp rx:     53 MB/s    43686 calls/s
# udp tx:    691 MB/s    11730 calls/s  11730 msg/s
# UDP GRO fwd perf                        udp rx:    758 MB/s   617097 calls/s
# udp tx:    812 MB/s    13787 calls/s  13787 msg/s
# udp rx:    712 MB/s   579759 calls/s
# udp tx:    712 MB/s    12083 calls/s  12083 msg/s
# udp rx:    768 MB/s   625652 calls/s
# udp tx:    768 MB/s    13028 calls/s  13028 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    487 MB/s     8270 calls/s   8270 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    534 MB/s     9069 calls/s   9069 msg/s
# udp tx:    370 MB/s     6282 calls/s   6282 msg/s
# udp rx:      0 MB/s      470 calls/s
# UDP tunnel GRO fwd perf                 udp rx:      0 MB/s      256 calls/s
# udp tx:    460 MB/s     7804 calls/s   7804 msg/s
# udp tx:    480 MB/s     8147 calls/s   8147 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    486 MB/s     8252 calls/s   8252 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__->