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:   1712 MB/s  1393786 calls/s
# udp tx:   1817 MB/s    30819 calls/s  30819 msg/s
# udp rx:   1792 MB/s  1459165 calls/s
# udp tx:   1946 MB/s    33008 calls/s  33008 msg/s
# udp rx:   1504 MB/s  1224429 calls/s
# udp tx:   1942 MB/s    32947 calls/s  32947 msg/s
# UDP GRO fwd perf                        udp rx:   1527 MB/s  1243171 calls/s
# udp tx:   1870 MB/s    31723 calls/s  31723 msg/s
# udp rx:   1852 MB/s  1507935 calls/s
# udp tx:   1931 MB/s    32753 calls/s  32753 msg/s
# udp rx:   1668 MB/s  1358321 calls/s
# udp tx:   1747 MB/s    29644 calls/s  29644 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:   1579 MB/s  1284754 calls/s
# udp tx:   1795 MB/s    30454 calls/s  30454 msg/s
# udp rx:   1674 MB/s  1360833 calls/s
# udp tx:   1828 MB/s    31020 calls/s  31020 msg/s
# udp rx:   1845 MB/s  1500409 calls/s
# udp tx:   1893 MB/s    32114 calls/s  32114 msg/s
# UDP GRO fwd perf                        udp rx:   1158 MB/s   941278 calls/s
# udp tx:   1859 MB/s    31542 calls/s  31542 msg/s
# udp rx:   1498 MB/s  1217178 calls/s
# udp tx:   1868 MB/s    31698 calls/s  31698 msg/s
# udp rx:    317 MB/s   257673 calls/s
# udp tx:   1538 MB/s    26100 calls/s  26100 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__->