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:   1497 MB/s  1216225 calls/s
# udp tx:   1940 MB/s    32907 calls/s  32907 msg/s
# udp rx:   1875 MB/s  1525857 calls/s
# udp tx:   1889 MB/s    32046 calls/s  32046 msg/s
# udp rx:   1951 MB/s  1588580 calls/s
# udp tx:   1961 MB/s    33268 calls/s  33268 msg/s
# UDP GRO fwd perf                        udp rx:   1618 MB/s  1317128 calls/s
# udp tx:   1921 MB/s    32595 calls/s  32595 msg/s
# udp rx:   1859 MB/s  1513872 calls/s
# udp tx:   1868 MB/s    31686 calls/s  31686 msg/s
# udp rx:   1936 MB/s  1576177 calls/s
# udp tx:   1953 MB/s    33128 calls/s  33128 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:   1555 MB/s  1261474 calls/s
# udp tx:   1898 MB/s    32194 calls/s  32194 msg/s
# udp rx:   1736 MB/s  1406522 calls/s
# udp tx:   1954 MB/s    33155 calls/s  33155 msg/s
# udp rx:   1747 MB/s  1415931 calls/s
# udp tx:   1949 MB/s    33067 calls/s  33067 msg/s
# UDP GRO fwd perf                        udp rx:   1562 MB/s  1268585 calls/s
# udp tx:   1741 MB/s    29532 calls/s  29532 msg/s
# udp rx:   1756 MB/s  1424167 calls/s
# udp tx:   1929 MB/s    32732 calls/s  32732 msg/s
# udp rx:   1341 MB/s  1087210 calls/s
# udp tx:   1837 MB/s    31159 calls/s  31159 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__->