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:    902 MB/s   734258 calls/s
# udp tx:   1133 MB/s    19233 calls/s  19233 msg/s
# udp rx:    941 MB/s   766188 calls/s
# udp tx:   1530 MB/s    25962 calls/s  25962 msg/s
# udp rx:   1793 MB/s  1457159 calls/s
# udp tx:   1935 MB/s    32822 calls/s  32822 msg/s
# UDP GRO fwd perf                        udp rx:   1750 MB/s  1425222 calls/s
# udp tx:   1831 MB/s    31057 calls/s  31057 msg/s
# udp rx:   1862 MB/s  1515421 calls/s
# udp tx:   1911 MB/s    32418 calls/s  32418 msg/s
# udp rx:   1901 MB/s  1548147 calls/s
# udp tx:   1913 MB/s    32448 calls/s  32448 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:   1272 MB/s  1033835 calls/s
# udp tx:   1756 MB/s    29795 calls/s  29795 msg/s
# udp rx:   1694 MB/s  1376835 calls/s
# udp tx:   1714 MB/s    29086 calls/s  29086 msg/s
# udp rx:   1133 MB/s   923012 calls/s
# udp tx:   1134 MB/s    19234 calls/s  19234 msg/s
# UDP GRO fwd perf                        udp rx:   1004 MB/s   818047 calls/s
# udp tx:   1180 MB/s    20015 calls/s  20015 msg/s
# udp rx:   1188 MB/s   967466 calls/s
# udp tx:   1194 MB/s    20254 calls/s  20254 msg/s
# udp rx:   1183 MB/s   963478 calls/s
# udp tx:   1188 MB/s    20164 calls/s  20164 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__->