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:   1419 MB/s  1154615 calls/s
# udp tx:   1769 MB/s    30018 calls/s  30018 msg/s
# udp rx:   1845 MB/s  1501798 calls/s
# udp tx:   1872 MB/s    31753 calls/s  31753 msg/s
# udp rx:   1946 MB/s  1584621 calls/s
# udp tx:   1951 MB/s    33103 calls/s  33103 msg/s
# UDP GRO fwd perf                        udp rx:   1719 MB/s  1400107 calls/s
# udp tx:   1868 MB/s    31697 calls/s  31697 msg/s
# udp rx:   1481 MB/s  1205578 calls/s
# udp tx:   1955 MB/s    33159 calls/s  33159 msg/s
# udp rx:   1869 MB/s  1521213 calls/s
# udp tx:   1950 MB/s    33088 calls/s  33088 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:    980 MB/s   797395 calls/s
# udp tx:   1713 MB/s    29064 calls/s  29064 msg/s
# udp rx:   1475 MB/s  1198200 calls/s
# udp tx:   1754 MB/s    29754 calls/s  29754 msg/s
# udp rx:   1693 MB/s  1376752 calls/s
# udp tx:   1718 MB/s    29153 calls/s  29153 msg/s
# UDP GRO fwd perf                        udp rx:   1454 MB/s  1180502 calls/s
# udp tx:   1718 MB/s    29140 calls/s  29140 msg/s
# udp rx:   1676 MB/s  1363171 calls/s
# udp tx:   1694 MB/s    28738 calls/s  28738 msg/s
# udp rx:   1791 MB/s  1456080 calls/s
# udp tx:   1863 MB/s    31598 calls/s  31598 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__->