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:   1272 MB/s  1035837 calls/s
# udp tx:   1782 MB/s    30226 calls/s  30226 msg/s
# udp rx:   1885 MB/s  1534903 calls/s
# udp tx:   1918 MB/s    32547 calls/s  32547 msg/s
# udp rx:   1888 MB/s  1536322 calls/s
# udp tx:   1967 MB/s    33372 calls/s  33372 msg/s
# UDP GRO fwd perf                        udp rx:   1694 MB/s  1379342 calls/s
# udp tx:   1844 MB/s    31288 calls/s  31288 msg/s
# udp rx:   1875 MB/s  1527158 calls/s
# udp tx:   1894 MB/s    32138 calls/s  32138 msg/s
# udp rx:   1946 MB/s  1584553 calls/s
# udp tx:   1965 MB/s    33331 calls/s  33331 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:   1606 MB/s  1303801 calls/s
# udp tx:   1781 MB/s    30216 calls/s  30216 msg/s
# udp rx:   1472 MB/s  1195731 calls/s
# udp tx:   1934 MB/s    32808 calls/s  32808 msg/s
# udp rx:   1876 MB/s  1525380 calls/s
# udp tx:   1922 MB/s    32601 calls/s  32601 msg/s
# UDP GRO fwd perf                        udp rx:   1726 MB/s  1403346 calls/s
# udp tx:   1841 MB/s    31235 calls/s  31235 msg/s
# udp rx:   1870 MB/s  1518815 calls/s
# udp tx:   1934 MB/s    32810 calls/s  32810 msg/s
# udp rx:   1889 MB/s  1535166 calls/s
# udp tx:   1933 MB/s    32799 calls/s  32799 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__->