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:   1314 MB/s  1069870 calls/s
# udp tx:   1925 MB/s    32651 calls/s  32651 msg/s
# udp rx:   1980 MB/s  1612458 calls/s
# udp tx:   1990 MB/s    33752 calls/s  33752 msg/s
# udp rx:   1990 MB/s  1620520 calls/s
# udp tx:   1998 MB/s    33903 calls/s  33903 msg/s
# UDP GRO fwd perf                        udp rx:   1455 MB/s  1184595 calls/s
# udp tx:   1979 MB/s    33576 calls/s  33576 msg/s
# udp rx:   1971 MB/s  1605210 calls/s
# udp tx:   1986 MB/s    33690 calls/s  33690 msg/s
# udp rx:   1976 MB/s  1608698 calls/s
# udp tx:   1992 MB/s    33800 calls/s  33800 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:   1452 MB/s  1179873 calls/s
# udp tx:   1885 MB/s    31974 calls/s  31974 msg/s
# udp rx:   1726 MB/s  1402033 calls/s
# udp tx:   1938 MB/s    32877 calls/s  32877 msg/s
# udp rx:   1876 MB/s  1526732 calls/s
# udp tx:   1941 MB/s    32929 calls/s  32929 msg/s
# UDP GRO fwd perf                        udp rx:   1772 MB/s  1442349 calls/s
# udp tx:   1843 MB/s    31263 calls/s  31263 msg/s
# udp rx:   1782 MB/s  1450763 calls/s
# udp tx:   1805 MB/s    30620 calls/s  30620 msg/s
# udp rx:   1872 MB/s  1524079 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__->