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:   1820 MB/s  1481687 calls/s
# udp tx:   1907 MB/s    32344 calls/s  32344 msg/s
# udp rx:   1932 MB/s  1573066 calls/s
# udp tx:   1938 MB/s    32880 calls/s  32880 msg/s
# udp rx:   1946 MB/s  1584654 calls/s
# udp tx:   1951 MB/s    33096 calls/s  33096 msg/s
# UDP GRO fwd perf                        udp rx:   1837 MB/s  1495776 calls/s
# udp tx:   1954 MB/s    33142 calls/s  33142 msg/s
# udp rx:   1948 MB/s  1586292 calls/s
# udp tx:   1954 MB/s    33142 calls/s  33142 msg/s
# udp rx:   1944 MB/s  1582828 calls/s
# udp tx:   1955 MB/s    33170 calls/s  33170 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:   1646 MB/s  1338039 calls/s
# udp tx:   1873 MB/s    31773 calls/s  31773 msg/s
# udp rx:   1804 MB/s  1466400 calls/s
# udp tx:   1897 MB/s    32191 calls/s  32191 msg/s
# udp rx:   1826 MB/s  1484740 calls/s
# udp tx:   1882 MB/s    31931 calls/s  31931 msg/s
# UDP GRO fwd perf                        udp rx:   1369 MB/s  1110537 calls/s
# udp tx:   1952 MB/s    33112 calls/s  33112 msg/s
# udp rx:   1725 MB/s  1398651 calls/s
# udp tx:   1964 MB/s    33326 calls/s  33326 msg/s
# udp rx:   1480 MB/s  1199873 calls/s
# udp tx:   1963 MB/s    33308 calls/s  33308 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__->