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:   1409 MB/s  1147047 calls/s
# udp tx:   1907 MB/s    32353 calls/s  32353 msg/s
# udp rx:   1780 MB/s  1448992 calls/s
# udp tx:   1944 MB/s    32973 calls/s  32973 msg/s
# udp rx:   1334 MB/s  1084957 calls/s
# udp tx:   1963 MB/s    33304 calls/s  33304 msg/s
# UDP GRO fwd perf                        udp rx:   1625 MB/s  1321511 calls/s
# udp tx:   1930 MB/s    32751 calls/s  32751 msg/s
# udp rx:   1892 MB/s  1540217 calls/s
# udp tx:   1931 MB/s    32765 calls/s  32765 msg/s
# udp rx:   1608 MB/s  1309675 calls/s
# udp tx:   1951 MB/s    33092 calls/s  33092 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:   1454 MB/s  1179166 calls/s
# udp tx:   1833 MB/s    31092 calls/s  31092 msg/s
# udp rx:   1584 MB/s  1284921 calls/s
# udp tx:   1755 MB/s    29772 calls/s  29772 msg/s
# udp rx:   1728 MB/s  1400029 calls/s
# udp tx:   1951 MB/s    33093 calls/s  33093 msg/s
# UDP GRO fwd perf                        udp rx:   1624 MB/s  1316830 calls/s
# udp tx:   1857 MB/s    31503 calls/s  31503 msg/s
# udp rx:   1734 MB/s  1405261 calls/s
# udp tx:   1930 MB/s    32746 calls/s  32746 msg/s
# udp rx:   1760 MB/s  1426621 calls/s
# udp tx:   1929 MB/s    32718 calls/s  32718 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__->