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     6952 calls/s   6952 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    445 MB/s     7563 calls/s   7563 msg/s
# udp tx:    599 MB/s    10162 calls/s  10162 msg/s
# udp rx:      5 MB/s     4352 calls/s
# UDP GRO fwd perf                        udp rx:    523 MB/s   422253 calls/s
# udp tx:    801 MB/s    13593 calls/s  13593 msg/s
# udp rx:    546 MB/s   440832 calls/s
# udp tx:    805 MB/s    13667 calls/s  13667 msg/s
# udp rx:    546 MB/s   441450 calls/s
# udp tx:    805 MB/s    13665 calls/s  13665 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    583 MB/s     9905 calls/s   9905 msg/s
# udp rx:      2 MB/s     1792 calls/s
# udp tx:    546 MB/s     9263 calls/s   9263 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    545 MB/s     9248 calls/s   9248 msg/s
[  866.799628] udpgso_bench_tx (2316) used greatest stack depth: 11104 bytes left
# UDP tunnel GRO fwd perf                 udp tx:    548 MB/s     9296 calls/s   9296 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    551 MB/s     9350 calls/s   9350 msg/s
# udp tx:    610 MB/s    10347 calls/s  10347 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:    725 MB/s    12297 calls/s  12297 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    736 MB/s    12492 calls/s  12492 msg/s
# udp tx:    715 MB/s    12132 calls/s  12132 msg/s
# udp rx:      0 MB/s      512 calls/s
# UDP GRO fwd perf                        udp rx:    518 MB/s   417998 calls/s
# udp tx:    902 MB/s    15311 calls/s  15311 msg/s
# udp rx:    559 MB/s   451313 calls/s
# udp tx:    901 MB/s    15285 calls/s  15285 msg/s
# udp rx:    558 MB/s   450304 calls/s
# udp tx:    903 MB/s    15332 calls/s  15332 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    462 MB/s     7846 calls/s   7846 msg/s
# udp tx:    256 MB/s     4349 calls/s   4349 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    265 MB/s     4498 calls/s   4498 msg/s
# UDP tunnel GRO fwd perf                 udp tx:    510 MB/s     8660 calls/s   8660 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    513 MB/s     8704 calls/s   8704 msg/s
# udp tx:    373 MB/s     6328 calls/s   6328 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__->