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:    744 MB/s    12621 calls/s  12621 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    762 MB/s    12927 calls/s  12927 msg/s
# udp tx:    746 MB/s    12658 calls/s  12658 msg/s
# udp rx:      0 MB/s      512 calls/s
# UDP GRO fwd perf                        udp rx:    778 MB/s   630730 calls/s
# udp tx:    932 MB/s    15817 calls/s  15817 msg/s
# udp rx:    824 MB/s   667862 calls/s
# udp tx:    934 MB/s    15844 calls/s  15844 msg/s
# udp rx:    839 MB/s   682115 calls/s
# udp tx:    871 MB/s    14781 calls/s  14781 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    273 MB/s     4644 calls/s   4644 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    271 MB/s     4608 calls/s   4608 msg/s
# udp rx:      0 MB/s      256 calls/s
# udp tx:    271 MB/s     4612 calls/s   4612 msg/s
[  392.506735] udpgso_bench_tx (7915) used greatest stack depth: 11064 bytes left
# udp rx:      0 MB/s      424 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    551 MB/s     9353 calls/s   9353 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    554 MB/s     9409 calls/s   9409 msg/s
# udp tx:    554 MB/s     9411 calls/s   9411 msg/s
# udp rx:      0 MB/s      512 calls/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:    722 MB/s    12249 calls/s  12249 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    732 MB/s    12431 calls/s  12431 msg/s
# udp tx:    728 MB/s    12357 calls/s  12357 msg/s
# udp rx:      0 MB/s      512 calls/s
# UDP GRO fwd perf                        udp rx:    823 MB/s   670326 calls/s
# udp tx:    866 MB/s    14704 calls/s  14704 msg/s
# udp rx:    875 MB/s   712431 calls/s
# udp tx:    881 MB/s    14948 calls/s  14948 msg/s
# udp rx:    869 MB/s   707318 calls/s
# udp tx:    877 MB/s    14885 calls/s  14885 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    579 MB/s     9836 calls/s   9836 msg/s
# udp rx:      1 MB/s     1536 calls/s
# udp tx:    584 MB/s     9919 calls/s   9919 msg/s
# udp tx:    536 MB/s     9104 calls/s   9104 msg/s
# udp rx:      0 MB/s      512 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    466 MB/s     7916 calls/s   7916 msg/s
# udp rx:      8 MB/s     6923 calls/s
# udp tx:    504 MB/s     8550 calls/s   8550 msg/s
# udp tx:    490 MB/s     8322 calls/s   8322 msg/s
# udp rx:      0 MB/s      512 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__->