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:   1400 MB/s  1138853 calls/s
# udp tx:   1914 MB/s    32463 calls/s  32463 msg/s
# udp rx:   1865 MB/s  1518236 calls/s
# udp tx:   1893 MB/s    32109 calls/s  32109 msg/s
# udp rx:   1796 MB/s  1462136 calls/s
# udp tx:   1818 MB/s    30851 calls/s  30851 msg/s
# UDP GRO fwd perf                        udp rx:   1880 MB/s  1531223 calls/s
# udp tx:   1968 MB/s    33395 calls/s  33395 msg/s
# udp rx:   1894 MB/s  1542199 calls/s
# udp tx:   1938 MB/s    32884 calls/s  32884 msg/s
# udp rx:   1783 MB/s  1449298 calls/s
# udp tx:   1928 MB/s    32701 calls/s  32701 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:   1111 MB/s   901354 calls/s
# udp tx:   1722 MB/s    29220 calls/s  29220 msg/s
# udp rx:   1252 MB/s  1014454 calls/s
# udp tx:   1961 MB/s    33264 calls/s  33264 msg/s
# udp tx:   1939 MB/s    32892 calls/s  32892 msg/s
# udp rx:   1337 MB/s  1083436 calls/s
# UDP GRO fwd perf                        udp rx:   1007 MB/s   816866 calls/s
# udp tx:   1931 MB/s    32765 calls/s  32765 msg/s
# udp rx:   1331 MB/s  1078428 calls/s
# udp tx:   1948 MB/s    33053 calls/s  33053 msg/s
# udp rx:    924 MB/s   750422 calls/s
# udp tx:   1689 MB/s    28652 calls/s  28652 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__->