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:   1452 MB/s  1181213 calls/s
# udp tx:   1901 MB/s    32259 calls/s  32259 msg/s
# udp rx:   1660 MB/s  1351805 calls/s
# udp tx:   1768 MB/s    29990 calls/s  29990 msg/s
# udp rx:   1403 MB/s  1141650 calls/s
# udp tx:   1757 MB/s    29801 calls/s  29801 msg/s
# UDP GRO fwd perf                        udp rx:   1489 MB/s  1212092 calls/s
# udp tx:   1876 MB/s    31828 calls/s  31828 msg/s
# udp rx:   1604 MB/s  1305094 calls/s
# udp tx:   1898 MB/s    32208 calls/s  32208 msg/s
# udp rx:   1585 MB/s  1289712 calls/s
# udp tx:   1977 MB/s    33543 calls/s  33543 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:   1625 MB/s  1320650 calls/s
# udp tx:   1799 MB/s    30521 calls/s  30521 msg/s
# udp rx:   1690 MB/s  1373221 calls/s
# udp tx:   1791 MB/s    30387 calls/s  30387 msg/s
# udp rx:   1687 MB/s  1370210 calls/s
# udp tx:   1855 MB/s    31474 calls/s  31474 msg/s
# UDP GRO fwd perf                        udp rx:   1689 MB/s  1373074 calls/s
# udp tx:   1863 MB/s    31601 calls/s  31601 msg/s
# udp rx:   1792 MB/s  1452917 calls/s
# udp tx:   1945 MB/s    32993 calls/s  32993 msg/s
# udp rx:   1740 MB/s  1410646 calls/s
# udp tx:   1945 MB/s    33002 calls/s  33002 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__->