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:    143 MB/s   116996 calls/s
# udp tx:    566 MB/s     9610 calls/s   9610 msg/s
# udp tx:    729 MB/s    12369 calls/s  12369 msg/s
# udp rx:     61 MB/s    50014 calls/s
# udp tx:    723 MB/s    12270 calls/s  12270 msg/s
# udp rx:      1 MB/s     1488 calls/s
# UDP GRO fwd perf                        udp rx:    533 MB/s   434603 calls/s
# udp tx:    562 MB/s     9543 calls/s   9543 msg/s
# udp rx:    536 MB/s   436173 calls/s
# udp tx:    646 MB/s    10971 calls/s  10971 msg/s
# udp rx:    536 MB/s   436397 calls/s
# udp tx:    567 MB/s     9623 calls/s   9623 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    398 MB/s     6765 calls/s   6765 msg/s
# udp rx:     69 MB/s    56381 calls/s
# udp tx:    470 MB/s     7979 calls/s   7979 msg/s
# udp tx:    472 MB/s     8012 calls/s   8012 msg/s
[  999.502215] udpgso_bench_tx (3675) used greatest stack depth: 11112 bytes left
# udp rx:      0 MB/s      512 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    398 MB/s     6753 calls/s   6753 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    430 MB/s     7309 calls/s   7309 msg/s
# udp rx:      1 MB/s     1244 calls/s
# udp tx:    467 MB/s     7937 calls/s   7937 msg/s
# udp rx:      2 MB/s     2034 calls/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:    163 MB/s   132569 calls/s
# udp tx:    558 MB/s     9481 calls/s   9481 msg/s
# udp tx:    675 MB/s    11459 calls/s  11459 msg/s
# udp rx:     59 MB/s    48526 calls/s
# udp tx:    523 MB/s     8875 calls/s   8875 msg/s
# UDP GRO fwd perf                        udp rx:    271 MB/s   220439 calls/s
# udp tx:    684 MB/s    11611 calls/s  11611 msg/s
# udp rx:    455 MB/s   370568 calls/s
# udp tx:    658 MB/s    11170 calls/s  11170 msg/s
# udp rx:    610 MB/s   496565 calls/s
# udp tx:    681 MB/s    11561 calls/s  11561 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    409 MB/s     6944 calls/s   6944 msg/s
# udp rx:      4 MB/s     3584 calls/s
# udp tx:    449 MB/s     7616 calls/s   7616 msg/s
# udp rx:      2 MB/s     1792 calls/s
# udp tx:    488 MB/s     8284 calls/s   8284 msg/s
# UDP tunnel GRO fwd perf                 udp rx:      0 MB/s      256 calls/s
# udp tx:    446 MB/s     7581 calls/s   7581 msg/s
# udp tx:    472 MB/s     8018 calls/s   8018 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    420 MB/s     7129 calls/s   7129 msg/s
# udp rx:     38 MB/s    31283 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__->