make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_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:   1675 MB/s  1364319 calls/s
# udp tx:   1835 MB/s    31137 calls/s  31137 msg/s
# udp tx:   1893 MB/s    32107 calls/s  32107 msg/s
# udp rx:   1540 MB/s  1253608 calls/s
# udp tx:   1509 MB/s    25606 calls/s  25606 msg/s
# udp rx:   1143 MB/s   930583 calls/s
# UDP GRO fwd perf                        udp rx:   1177 MB/s   957104 calls/s
# udp tx:   1328 MB/s    22537 calls/s  22537 msg/s
# udp rx:   1263 MB/s  1026465 calls/s
# udp tx:   1352 MB/s    22932 calls/s  22932 msg/s
# udp rx:   1281 MB/s  1041916 calls/s
# udp tx:   1331 MB/s    22580 calls/s  22580 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:   1408 MB/s  1141122 calls/s
# udp tx:   1934 MB/s    32803 calls/s  32803 msg/s
# udp rx:   1548 MB/s  1254598 calls/s
# udp tx:   1963 MB/s    33298 calls/s  33298 msg/s
# udp rx:   1616 MB/s  1309961 calls/s
# udp tx:   1954 MB/s    33142 calls/s  33142 msg/s
# UDP GRO fwd perf                        udp rx:   1116 MB/s   907581 calls/s
# udp tx:   1753 MB/s    29747 calls/s  29747 msg/s
# udp rx:   1704 MB/s  1384892 calls/s
# udp tx:   1798 MB/s    30501 calls/s  30501 msg/s
# udp rx:   1563 MB/s  1271499 calls/s
# udp tx:   1755 MB/s    29771 calls/s  29771 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__->