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:   1273 MB/s  1036368 calls/s
# udp tx:   1762 MB/s    29889 calls/s  29889 msg/s
# udp rx:   1910 MB/s  1555084 calls/s
# udp tx:   1975 MB/s    33502 calls/s  33502 msg/s
# udp rx:   1965 MB/s  1600225 calls/s
# udp tx:   1972 MB/s    33457 calls/s  33457 msg/s
# UDP GRO fwd perf                        udp rx:   1700 MB/s  1384116 calls/s
# udp tx:   1943 MB/s    32964 calls/s  32964 msg/s
# udp rx:   1476 MB/s  1200717 calls/s
# udp tx:   1968 MB/s    33382 calls/s  33382 msg/s
# udp rx:   1638 MB/s  1332160 calls/s
# udp tx:   1961 MB/s    33263 calls/s  33263 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:   1559 MB/s  1264495 calls/s
# udp tx:   1926 MB/s    32668 calls/s  32668 msg/s
# udp rx:   1812 MB/s  1472012 calls/s
# udp tx:   1883 MB/s    31944 calls/s  31944 msg/s
# udp rx:   1785 MB/s  1447618 calls/s
# udp tx:   1929 MB/s    32733 calls/s  32733 msg/s
# UDP GRO fwd perf                        udp rx:   1714 MB/s  1391419 calls/s
# udp tx:   1897 MB/s    32184 calls/s  32184 msg/s
# udp rx:   1763 MB/s  1431368 calls/s
# udp tx:   1886 MB/s    31994 calls/s  31994 msg/s
# udp rx:   1780 MB/s  1442946 calls/s
# udp tx:   1943 MB/s    32957 calls/s  32957 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__->