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:   1294 MB/s  1052674 calls/s
# udp tx:   1933 MB/s    32789 calls/s  32789 msg/s
# udp rx:   1941 MB/s  1580332 calls/s
# udp tx:   1957 MB/s    33199 calls/s  33199 msg/s
# udp rx:   1941 MB/s  1580080 calls/s
# udp tx:   1956 MB/s    33185 calls/s  33185 msg/s
# UDP GRO fwd perf                        udp rx:   1566 MB/s  1274308 calls/s
# udp tx:   1962 MB/s    33292 calls/s  33292 msg/s
# udp rx:   1944 MB/s  1582192 calls/s
# udp tx:   1962 MB/s    33285 calls/s  33285 msg/s
# udp rx:   1948 MB/s  1585748 calls/s
# udp tx:   1970 MB/s    33419 calls/s  33419 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:   1122 MB/s   912438 calls/s
# udp tx:   1762 MB/s    29885 calls/s  29885 msg/s
# udp rx:   1794 MB/s  1459363 calls/s
# udp tx:   1870 MB/s    31722 calls/s  31722 msg/s
# udp rx:   1661 MB/s  1351238 calls/s
# udp tx:   1730 MB/s    29358 calls/s  29358 msg/s
# UDP GRO fwd perf                        udp rx:   1570 MB/s  1277071 calls/s
# udp tx:   1748 MB/s    29649 calls/s  29649 msg/s
# udp rx:   1659 MB/s  1350202 calls/s
# udp tx:   1802 MB/s    30566 calls/s  30566 msg/s
# udp rx:   1846 MB/s  1501164 calls/s
# udp tx:   1880 MB/s    31895 calls/s  31895 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__->