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:    716 MB/s   582428 calls/s
# udp tx:   1695 MB/s    28756 calls/s  28756 msg/s
# udp rx:    613 MB/s   498477 calls/s
# udp tx:   1693 MB/s    28730 calls/s  28730 msg/s
# udp rx:    670 MB/s   545568 calls/s
# udp tx:   1636 MB/s    27761 calls/s  27761 msg/s
# UDP GRO fwd perf                        udp rx:    962 MB/s   782688 calls/s
# udp tx:   1555 MB/s    26382 calls/s  26382 msg/s
# udp rx:   1019 MB/s   829111 calls/s
# udp tx:   1739 MB/s    29498 calls/s  29498 msg/s
# udp rx:   1217 MB/s   989637 calls/s
# udp tx:   1520 MB/s    25794 calls/s  25794 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:   1020 MB/s   829033 calls/s
# udp tx:   1483 MB/s    25168 calls/s  25168 msg/s
# udp rx:   1051 MB/s   853635 calls/s
# udp tx:   1276 MB/s    21654 calls/s  21654 msg/s
# udp rx:   1227 MB/s   998549 calls/s
# udp tx:   1271 MB/s    21558 calls/s  21558 msg/s
# UDP GRO fwd perf                        udp rx:   1158 MB/s   941827 calls/s
# udp tx:   1279 MB/s    21697 calls/s  21697 msg/s
# udp rx:    617 MB/s   501024 calls/s
# udp tx:   1661 MB/s    28173 calls/s  28173 msg/s
# udp rx:    765 MB/s   621252 calls/s
# udp tx:   1689 MB/s    28652 calls/s  28652 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__->