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:   1451 MB/s  1180768 calls/s
# udp tx:   1877 MB/s    31847 calls/s  31847 msg/s
# udp rx:    985 MB/s   801243 calls/s
# udp tx:   1920 MB/s    32579 calls/s  32579 msg/s
# udp rx:   1608 MB/s  1307480 calls/s
# udp tx:   1774 MB/s    30090 calls/s  30090 msg/s
# UDP GRO fwd perf                        udp tx:   1937 MB/s    32860 calls/s  32860 msg/s
# udp rx:   1495 MB/s  1214662 calls/s
# udp tx:   1892 MB/s    32091 calls/s  32091 msg/s
# udp rx:   1857 MB/s  1509812 calls/s
# udp tx:   1933 MB/s    32796 calls/s  32796 msg/s
# udp rx:   1886 MB/s  1532465 calls/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:   1035 MB/s   838605 calls/s
# udp tx:   1823 MB/s    30932 calls/s  30932 msg/s
# udp rx:   1355 MB/s  1098088 calls/s
# udp tx:   1852 MB/s    31421 calls/s  31421 msg/s
# udp rx:   1336 MB/s  1083127 calls/s
# udp tx:   1858 MB/s    31529 calls/s  31529 msg/s
# UDP GRO fwd perf                        udp rx:   1430 MB/s  1159230 calls/s
# udp tx:   1882 MB/s    31932 calls/s  31932 msg/s
# udp rx:   1655 MB/s  1341246 calls/s
# udp tx:   1900 MB/s    32229 calls/s  32229 msg/s
# udp rx:   1626 MB/s  1317569 calls/s
# udp tx:   1903 MB/s    32278 calls/s  32278 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__->