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:   1750 MB/s  1424577 calls/s
# udp tx:   1965 MB/s    33338 calls/s  33338 msg/s
# udp tx:   1967 MB/s    33362 calls/s  33362 msg/s
# udp rx:   1875 MB/s  1526508 calls/s
# udp tx:   1941 MB/s    32923 calls/s  32923 msg/s
# udp rx:   1791 MB/s  1458188 calls/s
# UDP GRO fwd perf                        udp rx:   1181 MB/s   962108 calls/s
# udp tx:   1239 MB/s    21022 calls/s  21022 msg/s
# udp rx:   1245 MB/s  1014049 calls/s
# udp tx:   1249 MB/s    21195 calls/s  21195 msg/s
# udp rx:   1250 MB/s  1018242 calls/s
# udp tx:   1252 MB/s    21250 calls/s  21250 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:   1201 MB/s   975168 calls/s
# udp tx:   1728 MB/s    29313 calls/s  29313 msg/s
# udp rx:   1485 MB/s  1207548 calls/s
# udp tx:   1874 MB/s    31800 calls/s  31800 msg/s
# udp rx:   1888 MB/s  1534869 calls/s
# udp tx:   1926 MB/s    32668 calls/s  32668 msg/s
# UDP GRO fwd perf                        udp rx:   1429 MB/s  1161328 calls/s
# udp tx:   1864 MB/s    31616 calls/s  31616 msg/s
# udp tx:   1919 MB/s    32555 calls/s  32555 msg/s
# udp rx:   1476 MB/s  1201002 calls/s
# udp tx:   1939 MB/s    32894 calls/s  32894 msg/s
# udp rx:   1880 MB/s  1529846 calls/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__->