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 rx:   1663 MB/s  1352747 calls/s
# udp tx:   1852 MB/s    31424 calls/s  31424 msg/s
# udp rx:   1853 MB/s  1507636 calls/s
# udp tx:   1872 MB/s    31765 calls/s  31765 msg/s
# udp rx:   1955 MB/s  1589722 calls/s
# udp tx:   1985 MB/s    33669 calls/s  33669 msg/s
# UDP GRO fwd perf                        udp rx:   1654 MB/s  1343760 calls/s
# udp tx:   1977 MB/s    33534 calls/s  33534 msg/s
# udp rx:   1705 MB/s  1385543 calls/s
# udp tx:   1967 MB/s    33378 calls/s  33378 msg/s
# udp rx:   1611 MB/s  1308371 calls/s
# udp tx:   1963 MB/s    33302 calls/s  33302 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1454 MB/s  1179415 calls/s
# udp tx:   1946 MB/s    33012 calls/s  33012 msg/s
# udp rx:   1292 MB/s  1049791 calls/s
# udp tx:   1579 MB/s    26785 calls/s  26785 msg/s
# udp rx:    715 MB/s   580495 calls/s
# udp tx:   1315 MB/s    22309 calls/s  22309 msg/s
# UDP GRO fwd perf                        udp rx:    640 MB/s   519397 calls/s
# udp tx:   1246 MB/s    21135 calls/s  21135 msg/s
# udp rx:    645 MB/s   523294 calls/s
# udp tx:   1278 MB/s    21691 calls/s  21691 msg/s
# udp rx:    655 MB/s   530688 calls/s
# udp tx:   1337 MB/s    22692 calls/s  22692 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
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__->