make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-3/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net'
make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net'
TAP version 13
1..1
# overriding timeout to 7200
# selftests: net: udpgro_fwd.sh
# IPv4
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:      7 MB/s     5705 calls/s
# udp tx:     11 MB/s      192 calls/s    192 msg/s
# udp rx:     10 MB/s     8640 calls/s
# udp tx:     10 MB/s      177 calls/s    177 msg/s
# udp rx:     10 MB/s     8736 calls/s
# udp tx:     11 MB/s      190 calls/s    190 msg/s
# UDP GRO fwd perf                        udp rx:      1 MB/s     1488 calls/s
# udp tx:     11 MB/s      191 calls/s    191 msg/s
# udp rx:     11 MB/s     9024 calls/s
# udp tx:     10 MB/s      184 calls/s    184 msg/s
# udp rx:     10 MB/s     8784 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:      6 MB/s     4992 calls/s
# udp tx:     11 MB/s      203 calls/s    203 msg/s
# udp rx:     11 MB/s     8976 calls/s
# udp tx:     10 MB/s      182 calls/s    182 msg/s
# udp rx:     11 MB/s     9024 calls/s
# UDP GRO fwd perf                        udp rx:      6 MB/s     5472 calls/s
# udp tx:     11 MB/s      191 calls/s    191 msg/s
# udp rx:     10 MB/s     8544 calls/s
# udp tx:     10 MB/s      182 calls/s    182 msg/s
# udp rx:     11 MB/s     9120 calls/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-3/tools/testing/selftests/net'
make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests'
xx__-> echo $?
0
xx__->