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:   1234 MB/s  1002154 calls/s
# udp tx:   1860 MB/s    31557 calls/s  31557 msg/s
# udp rx:   1644 MB/s  1335140 calls/s
# udp tx:   1896 MB/s    32164 calls/s  32164 msg/s
# udp rx:   1631 MB/s  1324971 calls/s
# udp tx:   1912 MB/s    32442 calls/s  32442 msg/s
# UDP GRO fwd perf                        udp rx:   1306 MB/s  1060704 calls/s
# udp tx:   1911 MB/s    32425 calls/s  32425 msg/s
# udp rx:   1307 MB/s  1061767 calls/s
# udp tx:   1902 MB/s    32267 calls/s  32267 msg/s
# udp rx:   1773 MB/s  1443111 calls/s
# udp tx:   1902 MB/s    32262 calls/s  32262 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:   1066 MB/s   866141 calls/s
# udp tx:   1717 MB/s    29131 calls/s  29131 msg/s
# udp rx:   1631 MB/s  1324193 calls/s
# udp tx:   1862 MB/s    31585 calls/s  31585 msg/s
# udp rx:   1288 MB/s  1044343 calls/s
# udp tx:   1850 MB/s    31389 calls/s  31389 msg/s
# UDP GRO fwd perf                        udp rx:   1593 MB/s  1291801 calls/s
# udp tx:   1893 MB/s    32123 calls/s  32123 msg/s
# udp rx:   1642 MB/s  1330739 calls/s
# udp tx:   1904 MB/s    32296 calls/s  32296 msg/s
# udp rx:   1648 MB/s  1335573 calls/s
# udp tx:   1897 MB/s    32182 calls/s  32182 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__->