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:   1834 MB/s  1493042 calls/s
# udp tx:   1916 MB/s    32513 calls/s  32513 msg/s
# udp rx:   1889 MB/s  1537747 calls/s
# udp tx:   1931 MB/s    32758 calls/s  32758 msg/s
# udp rx:   1937 MB/s  1576390 calls/s
# udp tx:   1957 MB/s    33198 calls/s  33198 msg/s
# UDP GRO fwd perf                        udp rx:   1875 MB/s  1526674 calls/s
# udp tx:   1961 MB/s    33270 calls/s  33270 msg/s
# udp rx:   1948 MB/s  1586447 calls/s
# udp tx:   1958 MB/s    33219 calls/s  33219 msg/s
# udp rx:   1953 MB/s  1589956 calls/s
# udp tx:   1964 MB/s    33317 calls/s  33317 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:   1169 MB/s   948546 calls/s
# udp tx:   1734 MB/s    29418 calls/s  29418 msg/s
# udp rx:   1712 MB/s  1387678 calls/s
# udp tx:   1932 MB/s    32771 calls/s  32771 msg/s
# udp rx:   1776 MB/s  1440060 calls/s
# udp tx:   1944 MB/s    32973 calls/s  32973 msg/s
# UDP GRO fwd perf                        udp rx:   1578 MB/s  1279195 calls/s
# udp tx:   1944 MB/s    32986 calls/s  32986 msg/s
# udp rx:   1760 MB/s  1427162 calls/s
# udp tx:   1955 MB/s    33173 calls/s  33173 msg/s
# udp rx:   1779 MB/s  1441919 calls/s
# udp tx:   1958 MB/s    33222 calls/s  33222 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__->