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:   1700 MB/s  1383112 calls/s
# udp tx:   1857 MB/s    31499 calls/s  31499 msg/s
# udp rx:   1420 MB/s  1156081 calls/s
# udp tx:   1954 MB/s    33151 calls/s  33151 msg/s
# udp rx:   1151 MB/s   936297 calls/s
# udp tx:   1940 MB/s    32909 calls/s  32909 msg/s
# UDP GRO fwd perf                        udp rx:   1416 MB/s  1152826 calls/s
# udp tx:   1750 MB/s    29691 calls/s  29691 msg/s
# udp rx:   1487 MB/s  1210548 calls/s
# udp tx:   1735 MB/s    29440 calls/s  29440 msg/s
# udp rx:   1789 MB/s  1456144 calls/s
# udp tx:   1950 MB/s    33081 calls/s  33081 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:   1552 MB/s  1262176 calls/s
# udp tx:   1791 MB/s    30379 calls/s  30379 msg/s
# udp rx:   1792 MB/s  1453600 calls/s
# udp tx:   1916 MB/s    32506 calls/s  32506 msg/s
# udp rx:   1769 MB/s  1433788 calls/s
# udp tx:   1926 MB/s    32671 calls/s  32671 msg/s
# UDP GRO fwd perf                        udp rx:   1410 MB/s  1144971 calls/s
# udp tx:   1811 MB/s    30716 calls/s  30716 msg/s
# udp rx:   1644 MB/s  1333690 calls/s
# udp tx:   1829 MB/s    31031 calls/s  31031 msg/s
# udp rx:   1832 MB/s  1485979 calls/s
# udp tx:   1935 MB/s    32821 calls/s  32821 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__->