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:   1332 MB/s  1083666 calls/s
# udp tx:   1949 MB/s    33057 calls/s  33057 msg/s
# udp rx:   1829 MB/s  1489140 calls/s
# udp tx:   1852 MB/s    31426 calls/s  31426 msg/s
# udp rx:   1937 MB/s  1576867 calls/s
# udp tx:   1957 MB/s    33197 calls/s  33197 msg/s
# UDP GRO fwd perf                        udp rx:   1610 MB/s  1311427 calls/s
# udp tx:   1988 MB/s    33729 calls/s  33729 msg/s
# udp rx:   1979 MB/s  1611701 calls/s
# udp tx:   1985 MB/s    33675 calls/s  33675 msg/s
# udp rx:   1980 MB/s  1612092 calls/s
# udp tx:   1986 MB/s    33691 calls/s  33691 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:   1340 MB/s  1085724 calls/s
# udp tx:   1824 MB/s    30953 calls/s  30953 msg/s
# udp rx:   1766 MB/s  1432914 calls/s
# udp tx:   1881 MB/s    31913 calls/s  31913 msg/s
# udp rx:   1705 MB/s  1385820 calls/s
# udp tx:   1764 MB/s    29934 calls/s  29934 msg/s
# UDP GRO fwd perf                        udp rx:   1641 MB/s  1330855 calls/s
# udp tx:   1864 MB/s    31618 calls/s  31618 msg/s
# udp rx:   1769 MB/s  1433868 calls/s
# udp tx:   1962 MB/s    33289 calls/s  33289 msg/s
# udp rx:   1576 MB/s  1277250 calls/s
# udp tx:   1904 MB/s    32300 calls/s  32300 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__->