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:   1051 MB/s   856194 calls/s
# udp tx:   1765 MB/s    29947 calls/s  29947 msg/s
# udp rx:   1901 MB/s  1547374 calls/s
# udp tx:   1930 MB/s    32746 calls/s  32746 msg/s
# udp rx:   1733 MB/s  1409901 calls/s
# udp tx:   1817 MB/s    30822 calls/s  30822 msg/s
# UDP GRO fwd perf                        udp rx:   1715 MB/s  1395229 calls/s
# udp tx:   1810 MB/s    30712 calls/s  30712 msg/s
# udp rx:   1790 MB/s  1456797 calls/s
# udp tx:   1823 MB/s    30930 calls/s  30930 msg/s
# udp rx:   1920 MB/s  1562736 calls/s
# udp tx:   1946 MB/s    33006 calls/s  33006 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:    829 MB/s   675340 calls/s
# udp tx:   1148 MB/s    19474 calls/s  19474 msg/s
# udp rx:   1167 MB/s   950428 calls/s
# udp tx:   1279 MB/s    21695 calls/s  21695 msg/s
# udp rx:   1215 MB/s   989284 calls/s
# udp tx:   1243 MB/s    21091 calls/s  21091 msg/s
# UDP GRO fwd perf                        udp rx:   1065 MB/s   867277 calls/s
# udp tx:   1258 MB/s    21341 calls/s  21341 msg/s
# udp rx:   1249 MB/s  1017487 calls/s
# udp tx:   1257 MB/s    21327 calls/s  21327 msg/s
# udp rx:   1270 MB/s  1034027 calls/s
# udp tx:   1275 MB/s    21633 calls/s  21633 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__->