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:   1915 MB/s  1559067 calls/s
# udp tx:   1985 MB/s    33667 calls/s  33667 msg/s
# udp rx:   1936 MB/s  1576242 calls/s
# udp tx:   2023 MB/s    34328 calls/s  34328 msg/s
# udp rx:   1914 MB/s  1557574 calls/s
# udp tx:   1990 MB/s    33764 calls/s  33764 msg/s
# UDP GRO fwd perf                        udp rx:   1426 MB/s  1161226 calls/s
# udp tx:   1882 MB/s    31926 calls/s  31926 msg/s
# udp rx:   1973 MB/s  1606236 calls/s
# udp tx:   1978 MB/s    33562 calls/s  33562 msg/s
# udp rx:   1951 MB/s  1588878 calls/s
# udp tx:   1957 MB/s    33201 calls/s  33201 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1410 MB/s    23922 calls/s  23922 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1863 MB/s    31600 calls/s  31600 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1854 MB/s    31449 calls/s  31449 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1863 MB/s    31613 calls/s  31613 msg/s
# udp rx:      2 MB/s     1785 calls/s
# udp tx:   1861 MB/s    31575 calls/s  31575 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1790 MB/s    30366 calls/s  30366 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1035 MB/s   842618 calls/s
# udp tx:   1090 MB/s    18492 calls/s  18492 msg/s
# udp rx:   1107 MB/s   901938 calls/s
# udp tx:   1119 MB/s    18979 calls/s  18979 msg/s
# udp rx:   1081 MB/s   880186 calls/s
# udp tx:   1080 MB/s    18332 calls/s  18332 msg/s
# UDP GRO fwd perf                        udp rx:    993 MB/s   808628 calls/s
# udp tx:   1032 MB/s    17508 calls/s  17508 msg/s
# udp rx:   1045 MB/s   850871 calls/s
# udp tx:   1081 MB/s    18346 calls/s  18346 msg/s
# udp rx:   1039 MB/s   846254 calls/s
# udp tx:   1040 MB/s    17644 calls/s  17644 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1630 MB/s    27659 calls/s  27659 msg/s
# udp rx:     26 MB/s    21389 calls/s
# udp tx:   1431 MB/s    24277 calls/s  24277 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1864 MB/s    31618 calls/s  31618 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1905 MB/s    32314 calls/s  32314 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1884 MB/s    31961 calls/s  31961 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1759 MB/s    29848 calls/s  29848 msg/s
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__->