make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_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:   1730 MB/s  1408489 calls/s
# udp tx:   1907 MB/s    32350 calls/s  32350 msg/s
# udp rx:   1897 MB/s  1544526 calls/s
# udp tx:   1911 MB/s    32413 calls/s  32413 msg/s
# udp rx:   1898 MB/s  1545440 calls/s
# udp tx:   1911 MB/s    32413 calls/s  32413 msg/s
# UDP GRO fwd perf                        udp rx:   1729 MB/s  1407744 calls/s
# udp tx:   1822 MB/s    30904 calls/s  30904 msg/s
# udp rx:   1878 MB/s  1529566 calls/s
# udp tx:   1877 MB/s    31847 calls/s  31847 msg/s
# udp rx:   1314 MB/s  1070275 calls/s
# udp tx:   1293 MB/s    21947 calls/s  21947 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:   1404 MB/s  1140672 calls/s
# udp tx:   1774 MB/s    30101 calls/s  30101 msg/s
# udp rx:   1560 MB/s  1265438 calls/s
# udp tx:   1904 MB/s    32297 calls/s  32297 msg/s
# udp rx:   1508 MB/s  1225705 calls/s
# udp tx:   1840 MB/s    31217 calls/s  31217 msg/s
# UDP GRO fwd perf                        udp rx:    681 MB/s   553211 calls/s
# udp tx:   1258 MB/s    21344 calls/s  21344 msg/s
# udp rx:    257 MB/s   208765 calls/s
# udp tx:   1325 MB/s    22478 calls/s  22478 msg/s
# udp rx:    533 MB/s   432266 calls/s
# udp tx:   1301 MB/s    22078 calls/s  22078 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__->