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:    502 MB/s   406493 calls/s
# udp tx:   1372 MB/s    23275 calls/s  23275 msg/s
# udp rx:    828 MB/s   671240 calls/s
# udp tx:   1278 MB/s    21687 calls/s  21687 msg/s
# udp rx:    847 MB/s   686473 calls/s
# udp tx:   1353 MB/s    22958 calls/s  22958 msg/s
# UDP GRO fwd perf                        udp rx:    791 MB/s   642074 calls/s
# udp tx:   1258 MB/s    21347 calls/s  21347 msg/s
# udp rx:    821 MB/s   665190 calls/s
# udp tx:   1339 MB/s    22713 calls/s  22713 msg/s
# udp rx:    882 MB/s   714915 calls/s
# udp tx:   1361 MB/s    23099 calls/s  23099 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:   1630 MB/s  1325915 calls/s
# udp tx:   1794 MB/s    30429 calls/s  30429 msg/s
# udp rx:   1793 MB/s  1456597 calls/s
# udp tx:   1859 MB/s    31540 calls/s  31540 msg/s
# udp rx:   1851 MB/s  1504183 calls/s
# udp tx:   1911 MB/s    32421 calls/s  32421 msg/s
# UDP GRO fwd perf                        udp rx:   1807 MB/s  1470202 calls/s
# udp tx:   1907 MB/s    32348 calls/s  32348 msg/s
# udp rx:   1878 MB/s  1529298 calls/s
# udp tx:   1895 MB/s    32142 calls/s  32142 msg/s
# udp rx:   1885 MB/s  1532712 calls/s
# udp tx:   1917 MB/s    32521 calls/s  32521 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__->