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:   1557 MB/s  1267234 calls/s
# udp tx:   1864 MB/s    31617 calls/s  31617 msg/s
# udp rx:   1676 MB/s  1364281 calls/s
# udp tx:   1953 MB/s    33136 calls/s  33136 msg/s
# udp rx:   1821 MB/s  1482751 calls/s
# udp tx:   1962 MB/s    33279 calls/s  33279 msg/s
# UDP GRO fwd perf                        udp rx:   1610 MB/s  1310484 calls/s
# udp tx:   1873 MB/s    31771 calls/s  31771 msg/s
# udp rx:   1740 MB/s  1416508 calls/s
# udp tx:   1973 MB/s    33476 calls/s  33476 msg/s
# udp rx:   1343 MB/s  1093614 calls/s
# udp tx:   1866 MB/s    31650 calls/s  31650 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:   1191 MB/s   966236 calls/s
# udp tx:   1889 MB/s    32049 calls/s  32049 msg/s
# udp rx:   1646 MB/s  1337284 calls/s
# udp tx:   1837 MB/s    31168 calls/s  31168 msg/s
# udp rx:   1615 MB/s  1312187 calls/s
# udp tx:   1851 MB/s    31396 calls/s  31396 msg/s
# UDP GRO fwd perf                        udp rx:   1558 MB/s  1265813 calls/s
# udp tx:   1734 MB/s    29415 calls/s  29415 msg/s
# udp rx:   1686 MB/s  1367359 calls/s
# udp tx:   1850 MB/s    31382 calls/s  31382 msg/s
# udp rx:   1753 MB/s  1421058 calls/s
# udp tx:   1940 MB/s    32911 calls/s  32911 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__->