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:   1400 MB/s  1139810 calls/s
# udp tx:   1744 MB/s    29594 calls/s  29594 msg/s
# udp rx:   1900 MB/s  1547470 calls/s
# udp tx:   1940 MB/s    32910 calls/s  32910 msg/s
# udp rx:   1924 MB/s  1566387 calls/s
# udp tx:   1960 MB/s    33253 calls/s  33253 msg/s
# UDP GRO fwd perf                        udp rx:   1735 MB/s  1412250 calls/s
# udp tx:   1935 MB/s    32832 calls/s  32832 msg/s
# udp rx:   1925 MB/s  1567480 calls/s
# udp tx:   1947 MB/s    33029 calls/s  33029 msg/s
# udp rx:   1853 MB/s  1508574 calls/s
# udp tx:   1943 MB/s    32966 calls/s  32966 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1592 MB/s    27018 calls/s  27018 msg/s
# udp rx:    141 MB/s   114982 calls/s
# udp tx:   1801 MB/s    30556 calls/s  30556 msg/s
# udp rx:     31 MB/s    25844 calls/s
# udp tx:   1715 MB/s    29096 calls/s  29096 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1792 MB/s    30406 calls/s  30406 msg/s
# udp rx:     67 MB/s    54934 calls/s
# udp tx:   1878 MB/s    31855 calls/s  31855 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1848 MB/s    31344 calls/s  31344 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1600 MB/s  1301057 calls/s
# udp tx:   1922 MB/s    32601 calls/s  32601 msg/s
# udp rx:   1731 MB/s  1407957 calls/s
# udp tx:   1880 MB/s    31896 calls/s  31896 msg/s
# udp rx:   1622 MB/s  1319475 calls/s
# udp tx:   1879 MB/s    31881 calls/s  31881 msg/s
# UDP GRO fwd perf                        udp rx:   1779 MB/s  1447796 calls/s
# udp tx:   1904 MB/s    32308 calls/s  32308 msg/s
# udp rx:   1831 MB/s  1490118 calls/s
# udp tx:   1877 MB/s    31848 calls/s  31848 msg/s
# udp rx:   1863 MB/s  1516980 calls/s
# udp tx:   1879 MB/s    31883 calls/s  31883 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:      2 MB/s     1745 calls/s
# udp tx:   1136 MB/s    19274 calls/s  19274 msg/s
# udp tx:   1125 MB/s    19092 calls/s  19092 msg/s
# udp rx:     37 MB/s    30511 calls/s
# udp tx:   1139 MB/s    19335 calls/s  19335 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1188 MB/s    20151 calls/s  20151 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1121 MB/s    19018 calls/s  19018 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1115 MB/s    18925 calls/s  18925 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__->