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:   1702 MB/s  1385203 calls/s
# udp tx:   1955 MB/s    33173 calls/s  33173 msg/s
# udp rx:   1896 MB/s  1543332 calls/s
# udp tx:   1963 MB/s    33295 calls/s  33295 msg/s
# udp rx:   1857 MB/s  1511694 calls/s
# udp tx:   1952 MB/s    33119 calls/s  33119 msg/s
# UDP GRO fwd perf                        udp rx:   1653 MB/s  1345587 calls/s
# udp tx:   1913 MB/s    32448 calls/s  32448 msg/s
# udp rx:   1391 MB/s  1132080 calls/s
# udp tx:   1844 MB/s    31283 calls/s  31283 msg/s
# udp rx:   1710 MB/s  1390824 calls/s
# udp tx:   1798 MB/s    30512 calls/s  30512 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:   1618 MB/s  1315395 calls/s
# udp tx:   1886 MB/s    31996 calls/s  31996 msg/s
# udp rx:   1660 MB/s  1350079 calls/s
# udp tx:   1838 MB/s    31176 calls/s  31176 msg/s
# udp rx:   1897 MB/s  1543379 calls/s
# udp tx:   1924 MB/s    32637 calls/s  32637 msg/s
# UDP GRO fwd perf                        udp rx:   1609 MB/s  1306530 calls/s
# udp tx:   1906 MB/s    32339 calls/s  32339 msg/s
# udp rx:   1831 MB/s  1487631 calls/s
# udp tx:   1889 MB/s    32046 calls/s  32046 msg/s
# udp rx:   1704 MB/s  1385442 calls/s
# udp tx:   1848 MB/s    31356 calls/s  31356 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__->