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:   1038 MB/s   843237 calls/s
# udp tx:   1212 MB/s    20568 calls/s  20568 msg/s
# udp rx:   1100 MB/s   893627 calls/s
# udp tx:   1244 MB/s    21100 calls/s  21100 msg/s
# udp tx:   1230 MB/s    20877 calls/s  20877 msg/s
# udp rx:    796 MB/s   646942 calls/s
# UDP GRO fwd perf                        udp rx:   1600 MB/s  1300525 calls/s
# udp tx:   1816 MB/s    30816 calls/s  30816 msg/s
# udp rx:   1720 MB/s  1397682 calls/s
# udp tx:   1925 MB/s    32650 calls/s  32650 msg/s
# udp rx:   1827 MB/s  1484908 calls/s
# udp tx:   1930 MB/s    32738 calls/s  32738 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:   1177 MB/s   956674 calls/s
# udp tx:   1832 MB/s    31073 calls/s  31073 msg/s
# udp rx:   1758 MB/s  1428449 calls/s
# udp tx:   1860 MB/s    31552 calls/s  31552 msg/s
# udp rx:   1723 MB/s  1400094 calls/s
# udp tx:   1831 MB/s    31067 calls/s  31067 msg/s
# UDP GRO fwd perf                        udp rx:   1178 MB/s   957990 calls/s
# udp tx:   1585 MB/s    26883 calls/s  26883 msg/s
# udp rx:   1393 MB/s  1130806 calls/s
# udp tx:   1868 MB/s    31691 calls/s  31691 msg/s
# udp rx:   1305 MB/s  1058264 calls/s
# udp tx:   1878 MB/s    31861 calls/s  31861 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__->