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:   1763 MB/s  1434869 calls/s
# udp tx:   1895 MB/s    32145 calls/s  32145 msg/s
# udp rx:   1897 MB/s  1543934 calls/s
# udp tx:   1945 MB/s    32996 calls/s  32996 msg/s
# udp rx:   1939 MB/s  1578187 calls/s
# udp tx:   1975 MB/s    33514 calls/s  33514 msg/s
# UDP GRO fwd perf                        udp rx:   1861 MB/s  1514993 calls/s
# udp tx:   1946 MB/s    33021 calls/s  33021 msg/s
# udp rx:   1931 MB/s  1572702 calls/s
# udp tx:   1942 MB/s    32942 calls/s  32942 msg/s
# udp rx:   1941 MB/s  1580548 calls/s
# udp tx:   1950 MB/s    33085 calls/s  33085 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:   1489 MB/s  1207675 calls/s
# udp tx:   1868 MB/s    31694 calls/s  31694 msg/s
# udp rx:   1309 MB/s  1061197 calls/s
# udp tx:   1933 MB/s    32792 calls/s  32792 msg/s
# udp rx:   1659 MB/s  1345305 calls/s
# udp tx:   1929 MB/s    32720 calls/s  32720 msg/s
# UDP GRO fwd perf                        udp rx:   1568 MB/s  1270932 calls/s
# udp tx:   1948 MB/s    33046 calls/s  33046 msg/s
# udp rx:   1719 MB/s  1394005 calls/s
# udp tx:   1934 MB/s    32816 calls/s  32816 msg/s
# udp rx:   1700 MB/s  1379984 calls/s
# udp tx:   1878 MB/s    31866 calls/s  31866 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__->