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:   1831 MB/s  1490782 calls/s
# udp tx:   1900 MB/s    32233 calls/s  32233 msg/s
# udp rx:   1659 MB/s  1350992 calls/s
# udp tx:   1936 MB/s    32843 calls/s  32843 msg/s
# udp rx:   1908 MB/s  1553633 calls/s
# udp tx:   1925 MB/s    32653 calls/s  32653 msg/s
# UDP GRO fwd perf                        udp rx:   1627 MB/s  1324765 calls/s
# udp tx:   1840 MB/s    31220 calls/s  31220 msg/s
# udp rx:   1922 MB/s  1565375 calls/s
# udp tx:   1936 MB/s    32836 calls/s  32836 msg/s
# udp rx:   1930 MB/s  1571339 calls/s
# udp tx:   1946 MB/s    33017 calls/s  33017 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:   1005 MB/s   817277 calls/s
# udp tx:   1198 MB/s    20329 calls/s  20329 msg/s
# udp rx:   1173 MB/s   955136 calls/s
# udp tx:   1253 MB/s    21258 calls/s  21258 msg/s
# udp rx:   1248 MB/s  1016155 calls/s
# udp tx:   1264 MB/s    21454 calls/s  21454 msg/s
# UDP GRO fwd perf                        udp rx:   1835 MB/s  1494548 calls/s
# udp tx:   1916 MB/s    32497 calls/s  32497 msg/s
# udp rx:   1942 MB/s  1581587 calls/s
# udp tx:   1962 MB/s    33291 calls/s  33291 msg/s
# udp rx:   1942 MB/s  1581358 calls/s
# udp tx:   1966 MB/s    33358 calls/s  33358 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__->