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:   1745 MB/s  1419293 calls/s
# udp tx:   1895 MB/s    32141 calls/s  32141 msg/s
# udp rx:   1841 MB/s  1498585 calls/s
# udp tx:   1849 MB/s    31372 calls/s  31372 msg/s
# udp rx:   1887 MB/s  1536020 calls/s
# udp tx:   1905 MB/s    32315 calls/s  32315 msg/s
# UDP GRO fwd perf                        udp rx:   1602 MB/s  1304248 calls/s
# udp tx:   1904 MB/s    32310 calls/s  32310 msg/s
# udp rx:   1808 MB/s  1472144 calls/s
# udp tx:   1889 MB/s    32051 calls/s  32051 msg/s
# udp rx:   1870 MB/s  1522554 calls/s
# udp tx:   1876 MB/s    31831 calls/s  31831 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:   1403 MB/s  1137065 calls/s
# udp tx:   1928 MB/s    32710 calls/s  32710 msg/s
# udp rx:   1490 MB/s  1209940 calls/s
# udp tx:   1717 MB/s    29136 calls/s  29136 msg/s
# udp rx:   1533 MB/s  1244572 calls/s
# udp tx:   1815 MB/s    30784 calls/s  30784 msg/s
# UDP GRO fwd perf                        udp rx:   1492 MB/s  1210012 calls/s
# udp tx:   1830 MB/s    31045 calls/s  31045 msg/s
# udp rx:   1578 MB/s  1280920 calls/s
# udp tx:   1791 MB/s    30392 calls/s  30392 msg/s
# udp rx:   1650 MB/s  1339224 calls/s
# udp tx:   1777 MB/s    30143 calls/s  30143 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__->