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:   1872 MB/s  1524099 calls/s
# udp tx:   1965 MB/s    33342 calls/s  33342 msg/s
# udp rx:   1831 MB/s  1490226 calls/s
# udp tx:   1954 MB/s    33158 calls/s  33158 msg/s
# udp rx:   1348 MB/s  1096415 calls/s
# udp tx:   1827 MB/s    30996 calls/s  30996 msg/s
# UDP GRO fwd perf                        udp rx:   1460 MB/s  1189005 calls/s
# udp tx:   1734 MB/s    29423 calls/s  29423 msg/s
# udp rx:   1597 MB/s  1300576 calls/s
# udp tx:   1875 MB/s    31817 calls/s  31817 msg/s
# udp rx:   1413 MB/s  1149531 calls/s
# udp tx:   1937 MB/s    32865 calls/s  32865 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:    907 MB/s   737156 calls/s
# udp tx:   1568 MB/s    26598 calls/s  26598 msg/s
# udp rx:   1598 MB/s  1299417 calls/s
# udp tx:   1868 MB/s    31686 calls/s  31686 msg/s
# udp rx:   1806 MB/s  1467629 calls/s
# udp tx:   1905 MB/s    32312 calls/s  32312 msg/s
# UDP GRO fwd perf                        udp rx:   1662 MB/s  1351389 calls/s
# udp tx:   1833 MB/s    31098 calls/s  31098 msg/s
# udp rx:   1751 MB/s  1421908 calls/s
# udp tx:   1850 MB/s    31392 calls/s  31392 msg/s
# udp rx:   1605 MB/s  1303353 calls/s
# udp tx:   1754 MB/s    29757 calls/s  29757 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__->