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:   1622 MB/s  1321033 calls/s
# udp tx:   1754 MB/s    29751 calls/s  29751 msg/s
# udp rx:   1864 MB/s  1517177 calls/s
# udp tx:   1922 MB/s    32602 calls/s  32602 msg/s
# udp rx:   1654 MB/s  1346212 calls/s
# udp tx:   1824 MB/s    30948 calls/s  30948 msg/s
# UDP GRO fwd perf                        udp rx:   1685 MB/s  1372430 calls/s
# udp tx:   1917 MB/s    32516 calls/s  32516 msg/s
# udp rx:   1909 MB/s  1554665 calls/s
# udp tx:   1930 MB/s    32744 calls/s  32744 msg/s
# udp rx:   1922 MB/s  1565057 calls/s
# udp tx:   1942 MB/s    32953 calls/s  32953 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:   1063 MB/s   865208 calls/s
# udp tx:   1268 MB/s    21508 calls/s  21508 msg/s
# udp rx:   1192 MB/s   971125 calls/s
# udp tx:   1250 MB/s    21206 calls/s  21206 msg/s
# udp rx:   1229 MB/s  1001345 calls/s
# udp tx:   1235 MB/s    20955 calls/s  20955 msg/s
# UDP GRO fwd perf                        udp rx:    928 MB/s   755547 calls/s
# udp tx:   1224 MB/s    20773 calls/s  20773 msg/s
# udp rx:   1231 MB/s  1002574 calls/s
# udp tx:   1253 MB/s    21264 calls/s  21264 msg/s
# udp rx:   1240 MB/s  1009952 calls/s
# udp tx:   1246 MB/s    21136 calls/s  21136 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__->