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:   1727 MB/s  1405835 calls/s
# udp tx:   1896 MB/s    32165 calls/s  32165 msg/s
# udp rx:   1428 MB/s  1162510 calls/s
# udp tx:   1947 MB/s    33026 calls/s  33026 msg/s
# udp rx:   1812 MB/s  1474411 calls/s
# udp tx:   1873 MB/s    31783 calls/s  31783 msg/s
# UDP GRO fwd perf                        udp rx:   1254 MB/s  1020345 calls/s
# udp tx:   1959 MB/s    33235 calls/s  33235 msg/s
# udp rx:   1550 MB/s  1260867 calls/s
# udp tx:   1943 MB/s    32956 calls/s  32956 msg/s
# udp rx:   1555 MB/s  1265461 calls/s
# udp tx:   1941 MB/s    32926 calls/s  32926 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:    801 MB/s   650302 calls/s
# udp tx:   1207 MB/s    20475 calls/s  20475 msg/s
# udp rx:    790 MB/s   639912 calls/s
# udp tx:   1307 MB/s    22174 calls/s  22174 msg/s
# udp rx:    825 MB/s   668344 calls/s
# udp tx:   1322 MB/s    22438 calls/s  22438 msg/s
# UDP GRO fwd perf                        udp rx:    560 MB/s   453530 calls/s
# udp tx:   1331 MB/s    22582 calls/s  22582 msg/s
# udp rx:    789 MB/s   638907 calls/s
# udp tx:   1329 MB/s    22551 calls/s  22551 msg/s
# udp rx:    768 MB/s   622080 calls/s
# udp tx:   1325 MB/s    22486 calls/s  22486 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__->