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:   1526 MB/s  1240821 calls/s
# udp tx:   1831 MB/s    31055 calls/s  31055 msg/s
# udp rx:   1774 MB/s  1442541 calls/s
# udp tx:   1936 MB/s    32838 calls/s  32838 msg/s
# udp rx:   1761 MB/s  1432032 calls/s
# udp tx:   1923 MB/s    32623 calls/s  32623 msg/s
# UDP GRO fwd perf                        udp rx:   1523 MB/s  1238759 calls/s
# udp tx:   1817 MB/s    30833 calls/s  30833 msg/s
# udp rx:   1755 MB/s  1427995 calls/s
# udp tx:   1958 MB/s    33210 calls/s  33210 msg/s
# udp rx:   1946 MB/s  1584266 calls/s
# udp tx:   1958 MB/s    33214 calls/s  33214 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:   1546 MB/s  1258907 calls/s
# udp tx:   1863 MB/s    31606 calls/s  31606 msg/s
# udp rx:   1915 MB/s  1558768 calls/s
# udp tx:   1931 MB/s    32762 calls/s  32762 msg/s
# udp rx:   1888 MB/s  1536903 calls/s
# udp tx:   1896 MB/s    32173 calls/s  32173 msg/s
# UDP GRO fwd perf                        udp rx:   1593 MB/s  1297269 calls/s
# udp tx:   1829 MB/s    31032 calls/s  31032 msg/s
# udp rx:   1817 MB/s  1479257 calls/s
# udp tx:   1825 MB/s    30965 calls/s  30965 msg/s
# udp rx:   1754 MB/s  1428279 calls/s
# udp tx:   1876 MB/s    31832 calls/s  31832 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__->