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:    434 MB/s     7370 calls/s   7370 msg/s
# udp rx:     17 MB/s    13844 calls/s
# udp tx:    337 MB/s     5724 calls/s   5724 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    533 MB/s     9043 calls/s   9043 msg/s
# UDP GRO fwd perf                        udp rx:    591 MB/s   480124 calls/s
# udp tx:    832 MB/s    14125 calls/s  14125 msg/s
# udp rx:    534 MB/s   434701 calls/s
# udp tx:    732 MB/s    12424 calls/s  12424 msg/s
# udp rx:    594 MB/s   483699 calls/s
# udp tx:    818 MB/s    13874 calls/s  13874 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:      0 MB/s      512 calls/s
# udp tx:    321 MB/s     5461 calls/s   5461 msg/s
# udp tx:    479 MB/s     8139 calls/s   8139 msg/s
# udp rx:      1 MB/s     1390 calls/s
# udp tx:    496 MB/s     8419 calls/s   8419 msg/s
[ 1001.012976] udpgso_bench_tx (585) used greatest stack depth: 11112 bytes left
# udp rx:      0 MB/s      399 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    443 MB/s     7516 calls/s   7516 msg/s
# udp rx:      4 MB/s     3297 calls/s
# udp tx:    414 MB/s     7033 calls/s   7033 msg/s
# udp tx:    453 MB/s     7690 calls/s   7690 msg/s
# udp rx:      8 MB/s     7131 calls/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp tx:    638 MB/s    10828 calls/s  10828 msg/s
# udp rx:     88 MB/s    72359 calls/s
# udp tx:    709 MB/s    12041 calls/s  12041 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    750 MB/s    12730 calls/s  12730 msg/s
# UDP GRO fwd perf                        udp rx:    657 MB/s   534746 calls/s
# udp tx:    762 MB/s    12936 calls/s  12936 msg/s
# udp rx:    538 MB/s   438245 calls/s
# udp tx:    638 MB/s    10836 calls/s  10836 msg/s
# udp rx:    595 MB/s   484892 calls/s
# udp tx:    646 MB/s    10959 calls/s  10959 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    320 MB/s     5435 calls/s   5435 msg/s
# udp rx:     12 MB/s     9899 calls/s
# udp tx:    241 MB/s     4100 calls/s   4100 msg/s
# udp rx:     20 MB/s    16784 calls/s
# udp tx:    468 MB/s     7949 calls/s   7949 msg/s
# UDP tunnel GRO fwd perf                 udp rx:      0 MB/s      256 calls/s
# udp tx:    506 MB/s     8588 calls/s   8588 msg/s
# udp tx:    479 MB/s     8128 calls/s   8128 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    486 MB/s     8250 calls/s   8250 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__->