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:   1381 MB/s  1124592 calls/s
# udp tx:   1874 MB/s    31795 calls/s  31795 msg/s
# udp rx:   1584 MB/s  1289708 calls/s
# udp tx:   1912 MB/s    32429 calls/s  32429 msg/s
# udp rx:   1524 MB/s  1240975 calls/s
# udp tx:   1847 MB/s    31333 calls/s  31333 msg/s
# UDP GRO fwd perf                        udp rx:   1465 MB/s  1192339 calls/s
# udp tx:   1863 MB/s    31609 calls/s  31609 msg/s
# udp rx:   1588 MB/s  1292979 calls/s
# udp tx:   1866 MB/s    31651 calls/s  31651 msg/s
# udp rx:   1883 MB/s  1532707 calls/s
# udp tx:   1906 MB/s    32337 calls/s  32337 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:   1430 MB/s  1164769 calls/s
# udp tx:   1790 MB/s    30372 calls/s  30372 msg/s
# udp rx:   1601 MB/s  1303179 calls/s
# udp tx:   1714 MB/s    29079 calls/s  29079 msg/s
# udp rx:   1447 MB/s  1178005 calls/s
# udp tx:   1834 MB/s    31106 calls/s  31106 msg/s
# UDP GRO fwd perf                        udp rx:   1677 MB/s  1364739 calls/s
# udp tx:   1788 MB/s    30342 calls/s  30342 msg/s
# udp rx:   1746 MB/s  1420722 calls/s
# udp tx:   1806 MB/s    30632 calls/s  30632 msg/s
# udp rx:   1815 MB/s  1477035 calls/s
# udp tx:   1903 MB/s    32293 calls/s  32293 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__->