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:    834 MB/s   679383 calls/s
# udp tx:   1201 MB/s    20372 calls/s  20372 msg/s
# udp rx:   1219 MB/s   993068 calls/s
# udp tx:   1226 MB/s    20802 calls/s  20802 msg/s
# udp rx:   1197 MB/s   975030 calls/s
# udp tx:   1206 MB/s    20461 calls/s  20461 msg/s
# UDP GRO fwd perf                        udp rx:    877 MB/s   714302 calls/s
# udp tx:   1120 MB/s    19011 calls/s  19011 msg/s
# udp rx:   1017 MB/s   828306 calls/s
# udp tx:   1219 MB/s    20682 calls/s  20682 msg/s
# udp rx:   1186 MB/s   966196 calls/s
# udp tx:   1239 MB/s    21029 calls/s  21029 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:   1464 MB/s  1189006 calls/s
# udp tx:   1813 MB/s    30758 calls/s  30758 msg/s
# udp rx:   1786 MB/s  1448426 calls/s
# udp tx:   1914 MB/s    32468 calls/s  32468 msg/s
# udp rx:   1790 MB/s  1451749 calls/s
# udp tx:   1909 MB/s    32378 calls/s  32378 msg/s
# UDP GRO fwd perf                        udp rx:   1373 MB/s  1113820 calls/s
# udp tx:   1815 MB/s    30795 calls/s  30795 msg/s
# udp rx:   1535 MB/s  1244317 calls/s
# udp tx:   1933 MB/s    32795 calls/s  32795 msg/s
# udp rx:   1622 MB/s  1316121 calls/s
# udp tx:   1890 MB/s    32060 calls/s  32060 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__->