make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_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:   1182 MB/s   961810 calls/s
# udp tx:   1937 MB/s    32860 calls/s  32860 msg/s
# udp rx:   1846 MB/s  1502652 calls/s
# udp tx:   1965 MB/s    33329 calls/s  33329 msg/s
# udp rx:   1947 MB/s  1585176 calls/s
# udp tx:   1955 MB/s    33167 calls/s  33167 msg/s
# UDP GRO fwd perf                        udp rx:   1778 MB/s  1447700 calls/s
# udp tx:   1942 MB/s    32945 calls/s  32945 msg/s
# udp rx:   1936 MB/s  1576291 calls/s
# udp tx:   1942 MB/s    32950 calls/s  32950 msg/s
# udp rx:   1941 MB/s  1579981 calls/s
# udp tx:   1948 MB/s    33041 calls/s  33041 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:   1401 MB/s  1137327 calls/s
# udp tx:   1844 MB/s    31283 calls/s  31283 msg/s
# udp rx:   1569 MB/s  1272191 calls/s
# udp tx:   1937 MB/s    32856 calls/s  32856 msg/s
# udp rx:   1727 MB/s  1401449 calls/s
# udp tx:   1926 MB/s    32674 calls/s  32674 msg/s
# UDP GRO fwd perf                        udp rx:   1292 MB/s  1048048 calls/s
# udp tx:   1900 MB/s    32240 calls/s  32240 msg/s
# udp rx:   1597 MB/s  1297543 calls/s
# udp tx:   1880 MB/s    31888 calls/s  31888 msg/s
# udp rx:   1446 MB/s  1171985 calls/s
# udp tx:   1914 MB/s    32477 calls/s  32477 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__->