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:   1207 MB/s   982855 calls/s
# udp tx:   1749 MB/s    29675 calls/s  29675 msg/s
# udp rx:   1895 MB/s  1542645 calls/s
# udp tx:   1901 MB/s    32257 calls/s  32257 msg/s
# udp rx:   1828 MB/s  1487213 calls/s
# udp tx:   1891 MB/s    32075 calls/s  32075 msg/s
# UDP GRO fwd perf                        udp rx:   1751 MB/s  1422977 calls/s
# udp tx:   1944 MB/s    32974 calls/s  32974 msg/s
# udp rx:   1460 MB/s  1187377 calls/s
# udp tx:   1544 MB/s    26199 calls/s  26199 msg/s
# udp rx:   1033 MB/s   840865 calls/s
# udp tx:   1189 MB/s    20175 calls/s  20175 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:   1402 MB/s  1136481 calls/s
# udp tx:   1877 MB/s    31845 calls/s  31845 msg/s
# udp rx:   1435 MB/s  1163450 calls/s
# udp tx:   1914 MB/s    32478 calls/s  32478 msg/s
# udp rx:   1758 MB/s  1425869 calls/s
# udp tx:   1909 MB/s    32387 calls/s  32387 msg/s
# UDP GRO fwd perf                        udp rx:   1365 MB/s  1107461 calls/s
# udp tx:   1903 MB/s    32290 calls/s  32290 msg/s
# udp rx:   1663 MB/s  1348403 calls/s
# udp tx:   1926 MB/s    32672 calls/s  32672 msg/s
# udp rx:   1696 MB/s  1375593 calls/s
# udp tx:   1914 MB/s    32471 calls/s  32471 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__->