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 tx:    409 MB/s     6946 calls/s   6946 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    537 MB/s     9114 calls/s   9114 msg/s
# udp rx:     44 MB/s    36227 calls/s
# udp tx:    626 MB/s    10625 calls/s  10625 msg/s
# UDP GRO fwd perf                        udp rx:    491 MB/s   399489 calls/s
# udp tx:    703 MB/s    11936 calls/s  11936 msg/s
# udp rx:    662 MB/s   539026 calls/s
# udp tx:    704 MB/s    11945 calls/s  11945 msg/s
# udp rx:    665 MB/s   541320 calls/s
# udp tx:    773 MB/s    13118 calls/s  13118 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:      0 MB/s      768 calls/s
# udp tx:    327 MB/s     5551 calls/s   5551 msg/s
# udp tx:    466 MB/s     7918 calls/s   7918 msg/s
# udp rx:      2 MB/s     2264 calls/s
# udp tx:    452 MB/s     7678 calls/s   7678 msg/s
[ 1024.341779] udpgso_bench_tx (6916) used greatest stack depth: 11112 bytes left
# UDP tunnel GRO fwd perf                 udp tx:    555 MB/s     9420 calls/s   9420 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    534 MB/s     9070 calls/s   9070 msg/s
# udp rx:      3 MB/s     3164 calls/s
# udp tx:    518 MB/s     8790 calls/s   8790 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:    600 MB/s    10180 calls/s  10180 msg/s
# udp rx:     36 MB/s    29574 calls/s
# udp tx:    622 MB/s    10565 calls/s  10565 msg/s
# udp rx:      7 MB/s     6115 calls/s
# udp tx:    661 MB/s    11221 calls/s  11221 msg/s
# UDP GRO fwd perf                        udp rx:    156 MB/s   126848 calls/s
# udp tx:    913 MB/s    15493 calls/s  15493 msg/s
# udp rx:    770 MB/s   624451 calls/s
# udp tx:    896 MB/s    15213 calls/s  15213 msg/s
# udp rx:    789 MB/s   640443 calls/s
# udp tx:    880 MB/s    14940 calls/s  14940 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    472 MB/s     8008 calls/s   8008 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    437 MB/s     7415 calls/s   7415 msg/s
# udp rx:     40 MB/s    32627 calls/s
# udp tx:    473 MB/s     8039 calls/s   8039 msg/s
# udp rx:     46 MB/s    37459 calls/s
# UDP tunnel GRO fwd perf                 udp rx:      0 MB/s      256 calls/s
# udp tx:    504 MB/s     8558 calls/s   8558 msg/s
# udp tx:    502 MB/s     8519 calls/s   8519 msg/s
# udp rx:     19 MB/s    15510 calls/s
# udp tx:    461 MB/s     7829 calls/s   7829 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__->