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:   1640 MB/s  1335272 calls/s
# udp tx:   1913 MB/s    32458 calls/s  32458 msg/s
# udp rx:   1798 MB/s  1463070 calls/s
# udp tx:   1923 MB/s    32630 calls/s  32630 msg/s
# udp rx:   1767 MB/s  1435724 calls/s
# udp tx:   1930 MB/s    32736 calls/s  32736 msg/s
# UDP GRO fwd perf                        udp rx:   1076 MB/s   876255 calls/s
# udp tx:   1113 MB/s    18878 calls/s  18878 msg/s
# udp rx:   1143 MB/s   930707 calls/s
# udp tx:   1146 MB/s    19448 calls/s  19448 msg/s
# udp rx:   1128 MB/s   918549 calls/s
# udp tx:   1129 MB/s    19152 calls/s  19152 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:    987 MB/s   801227 calls/s
# udp tx:   1811 MB/s    30728 calls/s  30728 msg/s
# udp rx:   1659 MB/s  1346552 calls/s
# udp tx:   1903 MB/s    32287 calls/s  32287 msg/s
# udp rx:   1698 MB/s  1378124 calls/s
# udp tx:   1897 MB/s    32183 calls/s  32183 msg/s
# UDP GRO fwd perf                        udp rx:   1651 MB/s  1343216 calls/s
# udp tx:   1745 MB/s    29607 calls/s  29607 msg/s
# udp rx:   1666 MB/s  1353415 calls/s
# udp tx:   1803 MB/s    30591 calls/s  30591 msg/s
# udp rx:   1745 MB/s  1416641 calls/s
# udp tx:   1863 MB/s    31611 calls/s  31611 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__->