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:   1397 MB/s  1137904 calls/s
# udp tx:   1845 MB/s    31309 calls/s  31309 msg/s
# udp rx:   1882 MB/s  1532504 calls/s
# udp tx:   1889 MB/s    32049 calls/s  32049 msg/s
# udp rx:   1874 MB/s  1526009 calls/s
# udp tx:   1886 MB/s    31997 calls/s  31997 msg/s
# UDP GRO fwd perf                        udp rx:   1302 MB/s  1060023 calls/s
# udp tx:   1680 MB/s    28504 calls/s  28504 msg/s
# udp rx:   1683 MB/s  1370169 calls/s
# udp tx:   1777 MB/s    30153 calls/s  30153 msg/s
# udp rx:   1366 MB/s  1112321 calls/s
# udp tx:   1378 MB/s    23383 calls/s  23383 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:   1081 MB/s   876337 calls/s
# udp tx:   1760 MB/s    29860 calls/s  29860 msg/s
# udp rx:   1768 MB/s  1433451 calls/s
# udp tx:   1908 MB/s    32367 calls/s  32367 msg/s
# udp rx:   1781 MB/s  1443839 calls/s
# udp tx:   1910 MB/s    32410 calls/s  32410 msg/s
# UDP GRO fwd perf                        udp rx:   1462 MB/s  1187292 calls/s
# udp tx:   1805 MB/s    30630 calls/s  30630 msg/s
# udp rx:   1698 MB/s  1378782 calls/s
# udp tx:   1890 MB/s    32058 calls/s  32058 msg/s
# udp rx:   1705 MB/s  1382117 calls/s
# udp tx:   1932 MB/s    32771 calls/s  32771 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__->