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:   1134 MB/s   922265 calls/s
# udp tx:   1862 MB/s    31581 calls/s  31581 msg/s
# udp rx:   1572 MB/s  1280409 calls/s
# udp tx:   1596 MB/s    27073 calls/s  27073 msg/s
# udp rx:   1862 MB/s  1516388 calls/s
# udp tx:   1869 MB/s    31714 calls/s  31714 msg/s
# UDP GRO fwd perf                        udp rx:   1638 MB/s  1333650 calls/s
# udp tx:   1891 MB/s    32082 calls/s  32082 msg/s
# udp rx:   1889 MB/s  1538340 calls/s
# udp tx:   1897 MB/s    32186 calls/s  32186 msg/s
# udp rx:   1887 MB/s  1536308 calls/s
# udp tx:   1893 MB/s    32123 calls/s  32123 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:   1214 MB/s   986176 calls/s
# udp tx:   1718 MB/s    29145 calls/s  29145 msg/s
# udp rx:   1517 MB/s  1232857 calls/s
# udp tx:   1808 MB/s    30666 calls/s  30666 msg/s
# udp rx:   1401 MB/s  1139750 calls/s
# udp tx:   1748 MB/s    29654 calls/s  29654 msg/s
# UDP GRO fwd perf                        udp rx:   1689 MB/s  1371284 calls/s
# udp tx:   1854 MB/s    31451 calls/s  31451 msg/s
# udp rx:   1749 MB/s  1420314 calls/s
# udp tx:   1868 MB/s    31690 calls/s  31690 msg/s
# udp rx:   1695 MB/s  1374777 calls/s
# udp tx:   1841 MB/s    31229 calls/s  31229 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__->