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 3600
# selftests: net: udpgro_fwd.sh
# IPv4
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:    587 MB/s     9970 calls/s   9970 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    576 MB/s     9771 calls/s   9771 msg/s
# udp tx:    576 MB/s     9779 calls/s   9779 msg/s
# udp rx:      0 MB/s      512 calls/s
# UDP GRO fwd perf                        udp rx:    689 MB/s   558680 calls/s
# udp tx:    851 MB/s    14450 calls/s  14450 msg/s
# udp rx:    718 MB/s   582075 calls/s
# udp tx:    854 MB/s    14485 calls/s  14485 msg/s
# udp rx:    717 MB/s   581061 calls/s
# udp tx:    854 MB/s    14494 calls/s  14494 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    481 MB/s     8164 calls/s   8164 msg/s
# udp rx:      6 MB/s     5649 calls/s
# udp tx:    487 MB/s     8274 calls/s   8274 msg/s
# udp tx:    485 MB/s     8239 calls/s   8239 msg/s
[  378.398188] udpgso_bench_tx (16055) used greatest stack depth: 11112 bytes left
# udp rx:      0 MB/s      511 calls/s
# UDP tunnel GRO fwd perf                 udp rx:      0 MB/s      256 calls/s
# udp tx:    483 MB/s     8192 calls/s   8192 msg/s
# udp tx:    472 MB/s     8015 calls/s   8015 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    486 MB/s     8247 calls/s   8247 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:    545 MB/s     9250 calls/s   9250 msg/s
# udp rx:     60 MB/s    48956 calls/s
# udp tx:    547 MB/s     9289 calls/s   9289 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    536 MB/s     9100 calls/s   9100 msg/s
# UDP GRO fwd perf                        udp rx:    660 MB/s   535583 calls/s
# udp tx:    841 MB/s    14265 calls/s  14265 msg/s
# udp rx:    643 MB/s   522306 calls/s
# udp tx:    828 MB/s    14055 calls/s  14055 msg/s
# udp rx:    736 MB/s   599258 calls/s
# udp tx:    756 MB/s    12825 calls/s  12825 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:    387 MB/s     6570 calls/s   6570 msg/s
# udp tx:    353 MB/s     6004 calls/s   6004 msg/s
# udp rx:      9 MB/s     7485 calls/s
# UDP tunnel GRO fwd perf                 udp rx:      0 MB/s      256 calls/s
# udp tx:    468 MB/s     7950 calls/s   7950 msg/s
# udp tx:    465 MB/s     7901 calls/s   7901 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    466 MB/s     7915 calls/s   7915 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__->