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:   1825 MB/s  1485554 calls/s
# udp tx:   1921 MB/s    32583 calls/s  32583 msg/s
# udp rx:   1877 MB/s  1527958 calls/s
# udp tx:   1910 MB/s    32397 calls/s  32397 msg/s
# udp rx:   1850 MB/s  1506143 calls/s
# udp tx:   1877 MB/s    31844 calls/s  31844 msg/s
# UDP GRO fwd perf                        udp rx:   1636 MB/s  1331916 calls/s
# udp tx:   1838 MB/s    31179 calls/s  31179 msg/s
# udp rx:   1492 MB/s  1214732 calls/s
# udp tx:   1813 MB/s    30757 calls/s  30757 msg/s
# udp rx:   1740 MB/s  1415418 calls/s
# udp tx:   1840 MB/s    31217 calls/s  31217 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:   1590 MB/s  1292203 calls/s
# udp tx:   1836 MB/s    31156 calls/s  31156 msg/s
# udp rx:   1766 MB/s  1437714 calls/s
# udp tx:   1772 MB/s    30062 calls/s  30062 msg/s
# udp rx:   1836 MB/s  1493354 calls/s
# udp tx:   1891 MB/s    32080 calls/s  32080 msg/s
# UDP GRO fwd perf                        udp rx:   1467 MB/s  1190962 calls/s
# udp tx:   1889 MB/s    32042 calls/s  32042 msg/s
# udp rx:   1783 MB/s  1448799 calls/s
# udp tx:   1853 MB/s    31441 calls/s  31441 msg/s
# udp rx:   1726 MB/s  1404200 calls/s
# udp tx:   1856 MB/s    31479 calls/s  31479 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__->