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 tx:   1756 MB/s    29787 calls/s  29787 msg/s
# udp rx:   1422 MB/s  1157159 calls/s
# udp tx:   1916 MB/s    32511 calls/s  32511 msg/s
# udp rx:   1882 MB/s  1532895 calls/s
# udp tx:   1935 MB/s    32830 calls/s  32830 msg/s
# udp rx:   1868 MB/s  1521285 calls/s
# UDP GRO fwd perf                        udp rx:   1674 MB/s  1360620 calls/s
# udp tx:   1911 MB/s    32428 calls/s  32428 msg/s
# udp rx:   1766 MB/s  1435885 calls/s
# udp tx:   1953 MB/s    33131 calls/s  33131 msg/s
# udp rx:   1609 MB/s  1308815 calls/s
# udp tx:   1941 MB/s    32927 calls/s  32927 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:   1311 MB/s  1063997 calls/s
# udp tx:   1859 MB/s    31537 calls/s  31537 msg/s
# udp rx:   1734 MB/s  1406901 calls/s
# udp tx:   1893 MB/s    32120 calls/s  32120 msg/s
# udp rx:   1797 MB/s  1458131 calls/s
# udp tx:   1922 MB/s    32600 calls/s  32600 msg/s
# UDP GRO fwd perf                        udp rx:   1518 MB/s  1231066 calls/s
# udp tx:   1938 MB/s    32870 calls/s  32870 msg/s
# udp tx:   1933 MB/s    32798 calls/s  32798 msg/s
# udp rx:   1553 MB/s  1260059 calls/s
# udp tx:   1943 MB/s    32965 calls/s  32965 msg/s
# udp rx:   1578 MB/s  1280604 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__->