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:    969 MB/s   788658 calls/s
# udp tx:   1192 MB/s    20231 calls/s  20231 msg/s
# udp rx:   1240 MB/s  1009972 calls/s
# udp tx:   1250 MB/s    21208 calls/s  21208 msg/s
# udp rx:   1231 MB/s  1002638 calls/s
# udp tx:   1247 MB/s    21158 calls/s  21158 msg/s
# UDP GRO fwd perf                        udp rx:   1185 MB/s   965347 calls/s
# udp tx:   1245 MB/s    21122 calls/s  21122 msg/s
# udp rx:   1695 MB/s  1380097 calls/s
# udp tx:   1837 MB/s    31157 calls/s  31157 msg/s
# udp rx:   1955 MB/s  1592168 calls/s
# udp tx:   1973 MB/s    33470 calls/s  33470 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:   1635 MB/s  1331299 calls/s
# udp tx:   1939 MB/s    32899 calls/s  32899 msg/s
# udp rx:   1963 MB/s  1598118 calls/s
# udp tx:   1970 MB/s    33413 calls/s  33413 msg/s
# udp rx:   1948 MB/s  1586438 calls/s
# udp tx:   1956 MB/s    33186 calls/s  33186 msg/s
# UDP GRO fwd perf                        udp rx:   1286 MB/s  1046205 calls/s
# udp tx:   1794 MB/s    30436 calls/s  30436 msg/s
# udp rx:   1558 MB/s  1267906 calls/s
# udp tx:   1907 MB/s    32351 calls/s  32351 msg/s
# udp rx:   1733 MB/s  1410882 calls/s
# udp tx:   1893 MB/s    32122 calls/s  32122 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__->