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:    714 MB/s    12120 calls/s  12120 msg/s
# udp rx:     36 MB/s    29411 calls/s
# udp tx:    729 MB/s    12381 calls/s  12381 msg/s
# udp rx:     21 MB/s    17151 calls/s
# udp tx:    741 MB/s    12579 calls/s  12579 msg/s
# UDP GRO fwd perf                        udp rx:    764 MB/s   618159 calls/s
# udp tx:    953 MB/s    16179 calls/s  16179 msg/s
# udp rx:    795 MB/s   642986 calls/s
# udp tx:    957 MB/s    16243 calls/s  16243 msg/s
# udp rx:    799 MB/s   646144 calls/s
# udp tx:    957 MB/s    16240 calls/s  16240 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    534 MB/s     9061 calls/s   9061 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    585 MB/s     9931 calls/s   9931 msg/s
# udp tx:    555 MB/s     9420 calls/s   9420 msg/s
# udp rx:      0 MB/s      512 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    564 MB/s     9572 calls/s   9572 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    567 MB/s     9631 calls/s   9631 msg/s
# udp tx:    563 MB/s     9560 calls/s   9560 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:    738 MB/s    12533 calls/s  12533 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    718 MB/s    12193 calls/s  12193 msg/s
# udp tx:    692 MB/s    11753 calls/s  11753 msg/s
# udp rx:     68 MB/s    55790 calls/s
# UDP GRO fwd perf                        udp rx:    737 MB/s   598121 calls/s
# udp tx:    862 MB/s    14622 calls/s  14622 msg/s
# udp rx:    835 MB/s   677059 calls/s
# udp tx:    935 MB/s    15875 calls/s  15875 msg/s
# udp rx:    853 MB/s   692206 calls/s
# udp tx:    930 MB/s    15789 calls/s  15789 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    553 MB/s     9391 calls/s   9391 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    546 MB/s     9265 calls/s   9265 msg/s
# udp tx:    543 MB/s     9212 calls/s   9212 msg/s
# udp rx:      0 MB/s      512 calls/s
# UDP tunnel GRO fwd perf                 udp tx:    548 MB/s     9303 calls/s   9303 msg/s
# udp rx:      0 MB/s      512 calls/s
# udp tx:    549 MB/s     9325 calls/s   9325 msg/s
# udp tx:    545 MB/s     9251 calls/s   9251 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__->