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:    552 MB/s     9370 calls/s   9370 msg/s
# udp rx:     17 MB/s    13997 calls/s
# udp tx:    484 MB/s     8211 calls/s   8211 msg/s
# udp rx:     18 MB/s    14783 calls/s
# udp tx:    507 MB/s     8606 calls/s   8606 msg/s
# UDP GRO fwd perf                        udp rx:    453 MB/s   368795 calls/s
# udp tx:    773 MB/s    13121 calls/s  13121 msg/s
# udp rx:    520 MB/s   423666 calls/s
# udp tx:    666 MB/s    11311 calls/s  11311 msg/s
# udp rx:    608 MB/s   495063 calls/s
# udp tx:    604 MB/s    10250 calls/s  10250 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    226 MB/s     3840 calls/s   3840 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    250 MB/s     4242 calls/s   4242 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    235 MB/s     3997 calls/s   3997 msg/s
[  998.378270] udpgso_bench_tx (2026) used greatest stack depth: 11112 bytes left
# UDP tunnel GRO fwd perf                 udp tx:    464 MB/s     7875 calls/s   7875 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    456 MB/s     7751 calls/s   7751 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    495 MB/s     8402 calls/s   8402 msg/s
# udp rx:      0 MB/s      611 calls/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:      0 MB/s      256 calls/s
# udp tx:    691 MB/s    11733 calls/s  11733 msg/s
# udp tx:    598 MB/s    10152 calls/s  10152 msg/s
# udp rx:    144 MB/s   117539 calls/s
# udp tx:    568 MB/s     9649 calls/s   9649 msg/s
# UDP GRO fwd perf                        udp rx:    521 MB/s   422473 calls/s
# udp tx:    911 MB/s    15465 calls/s  15465 msg/s
# udp rx:    757 MB/s   615067 calls/s
# udp tx:    819 MB/s    13903 calls/s  13903 msg/s
# udp rx:    842 MB/s   684826 calls/s
# udp tx:    890 MB/s    15104 calls/s  15104 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:      0 MB/s      256 calls/s
# udp tx:    425 MB/s     7215 calls/s   7215 msg/s
# udp tx:    427 MB/s     7253 calls/s   7253 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    393 MB/s     6671 calls/s   6671 msg/s
# UDP tunnel GRO fwd perf                 udp tx:    450 MB/s     7644 calls/s   7644 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    432 MB/s     7343 calls/s   7343 msg/s
# udp rx:     12 MB/s    10334 calls/s
# udp tx:    488 MB/s     8277 calls/s   8277 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__->