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:   1209 MB/s   983178 calls/s
# udp tx:   1918 MB/s    32537 calls/s  32537 msg/s
# udp rx:   1753 MB/s  1426984 calls/s
# udp tx:   1990 MB/s    33753 calls/s  33753 msg/s
# udp rx:   1978 MB/s  1610002 calls/s
# udp tx:   1988 MB/s    33720 calls/s  33720 msg/s
# UDP GRO fwd perf                        udp rx:   1532 MB/s  1245390 calls/s
# udp tx:   1973 MB/s    33470 calls/s  33470 msg/s
# udp rx:   1952 MB/s  1587342 calls/s
# udp tx:   1982 MB/s    33631 calls/s  33631 msg/s
# udp rx:   1959 MB/s  1593928 calls/s
# udp tx:   1977 MB/s    33543 calls/s  33543 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:   1431 MB/s  1160502 calls/s
# udp tx:   1942 MB/s    32950 calls/s  32950 msg/s
# udp rx:   1604 MB/s  1299408 calls/s
# udp tx:   1979 MB/s    33580 calls/s  33580 msg/s
# udp rx:   1690 MB/s  1369840 calls/s
# udp tx:   1963 MB/s    33295 calls/s  33295 msg/s
# UDP GRO fwd perf                        udp rx:   1587 MB/s  1286673 calls/s
# udp tx:   1963 MB/s    33294 calls/s  33294 msg/s
# udp rx:   1772 MB/s  1436961 calls/s
# udp tx:   1966 MB/s    33361 calls/s  33361 msg/s
# udp rx:   1753 MB/s  1421297 calls/s
# udp tx:   1964 MB/s    33313 calls/s  33313 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__->