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:   1502 MB/s  1221649 calls/s
# udp tx:   1905 MB/s    32311 calls/s  32311 msg/s
# udp rx:   1723 MB/s  1400406 calls/s
# udp tx:   1890 MB/s    32063 calls/s  32063 msg/s
# udp rx:   1668 MB/s  1355543 calls/s
# udp tx:   1888 MB/s    32023 calls/s  32023 msg/s
# UDP GRO fwd perf                        udp rx:   1685 MB/s  1371178 calls/s
# udp tx:   1828 MB/s    31014 calls/s  31014 msg/s
# udp rx:   1686 MB/s  1372729 calls/s
# udp tx:   1961 MB/s    33265 calls/s  33265 msg/s
# udp rx:   1591 MB/s  1294828 calls/s
# udp tx:   1972 MB/s    33453 calls/s  33453 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:   1101 MB/s   896357 calls/s
# udp tx:   1161 MB/s    19704 calls/s  19704 msg/s
# udp rx:    906 MB/s   737824 calls/s
# udp tx:   1170 MB/s    19848 calls/s  19848 msg/s
# udp rx:   1200 MB/s   977510 calls/s
# udp tx:   1204 MB/s    20426 calls/s  20426 msg/s
# UDP GRO fwd perf                        udp rx:   1126 MB/s   912776 calls/s
# udp tx:   1756 MB/s    29791 calls/s  29791 msg/s
# udp rx:   1718 MB/s  1392521 calls/s
# udp tx:   1933 MB/s    32798 calls/s  32798 msg/s
# udp rx:   1644 MB/s  1333912 calls/s
# udp tx:   1919 MB/s    32548 calls/s  32548 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__->