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:   1147 MB/s   933502 calls/s
# udp tx:   1808 MB/s    30671 calls/s  30671 msg/s
# udp rx:   1708 MB/s  1388972 calls/s
# udp tx:   1945 MB/s    32989 calls/s  32989 msg/s
# udp rx:   1863 MB/s  1515427 calls/s
# udp tx:   1949 MB/s    33060 calls/s  33060 msg/s
# UDP GRO fwd perf                        udp rx:   1564 MB/s  1272272 calls/s
# udp tx:   1941 MB/s    32925 calls/s  32925 msg/s
# udp rx:   1634 MB/s  1330396 calls/s
# udp tx:   1942 MB/s    32947 calls/s  32947 msg/s
# udp rx:   1889 MB/s  1538245 calls/s
# udp tx:   1947 MB/s    33025 calls/s  33025 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:   1531 MB/s  1243277 calls/s
# udp tx:   1845 MB/s    31294 calls/s  31294 msg/s
# udp rx:   1876 MB/s  1527980 calls/s
# udp tx:   1894 MB/s    32131 calls/s  32131 msg/s
# udp rx:   1897 MB/s  1544790 calls/s
# udp tx:   1904 MB/s    32303 calls/s  32303 msg/s
# UDP GRO fwd perf                        udp rx:   1419 MB/s  1153808 calls/s
# udp tx:   1899 MB/s    32217 calls/s  32217 msg/s
# udp rx:   1901 MB/s  1547112 calls/s
# udp tx:   1914 MB/s    32469 calls/s  32469 msg/s
# udp rx:   1735 MB/s  1412563 calls/s
# udp tx:   1862 MB/s    31584 calls/s  31584 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'
[?2004hxx__-> echo $?
0
xx__->