make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1595 MB/s  1298084 calls/s
# udp tx:   1853 MB/s    31440 calls/s  31440 msg/s
# udp rx:   1952 MB/s  1589205 calls/s
# udp tx:   1959 MB/s    33236 calls/s  33236 msg/s
# udp rx:   1952 MB/s  1589811 calls/s
# udp tx:   1961 MB/s    33262 calls/s  33262 msg/s
# UDP GRO fwd perf                        udp rx:   1657 MB/s  1349399 calls/s
# udp tx:   1748 MB/s    29664 calls/s  29664 msg/s
# udp rx:   1939 MB/s  1578176 calls/s
# udp tx:   1953 MB/s    33131 calls/s  33131 msg/s
# udp rx:   1939 MB/s  1578600 calls/s
# udp tx:   1953 MB/s    33128 calls/s  33128 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 tx:   1922 MB/s    32615 calls/s  32615 msg/s
# udp rx:   1274 MB/s  1033333 calls/s
# udp tx:   1796 MB/s    30469 calls/s  30469 msg/s
# udp rx:   1657 MB/s  1345740 calls/s
# udp tx:   1933 MB/s    32798 calls/s  32798 msg/s
# udp rx:   1767 MB/s  1433682 calls/s
# UDP GRO fwd perf                        udp rx:   1215 MB/s   985133 calls/s
# udp tx:   1919 MB/s    32554 calls/s  32554 msg/s
# udp rx:   1701 MB/s  1379091 calls/s
# udp tx:   1960 MB/s    33258 calls/s  33258 msg/s
# udp rx:   1783 MB/s  1446757 calls/s
# udp tx:   1931 MB/s    32756 calls/s  32756 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__->