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:    883 MB/s   719143 calls/s
# udp tx:   1215 MB/s    20613 calls/s  20613 msg/s
# udp rx:   1012 MB/s   823852 calls/s
# udp tx:   1248 MB/s    21170 calls/s  21170 msg/s
# udp rx:   1242 MB/s  1011515 calls/s
# udp tx:   1256 MB/s    21303 calls/s  21303 msg/s
# UDP GRO fwd perf                        udp rx:    866 MB/s   705508 calls/s
# udp tx:   1154 MB/s    19589 calls/s  19589 msg/s
# udp rx:   1235 MB/s  1005468 calls/s
# udp tx:   1247 MB/s    21151 calls/s  21151 msg/s
# udp rx:   1242 MB/s  1011334 calls/s
# udp tx:   1252 MB/s    21236 calls/s  21236 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1324 MB/s    22467 calls/s  22467 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:   1271 MB/s    21560 calls/s  21560 msg/s
# udp rx:    177 MB/s   144800 calls/s
# udp tx:   1770 MB/s    30030 calls/s  30030 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1687 MB/s    28621 calls/s  28621 msg/s
# udp rx:    147 MB/s   120364 calls/s
# udp tx:   1638 MB/s    27792 calls/s  27792 msg/s
# udp rx:    223 MB/s   181904 calls/s
# udp tx:   1789 MB/s    30358 calls/s  30358 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:    922 MB/s   751188 calls/s
# udp tx:   1166 MB/s    19785 calls/s  19785 msg/s
# udp rx:   1100 MB/s   895303 calls/s
# udp tx:   1196 MB/s    20297 calls/s  20297 msg/s
# udp rx:    930 MB/s   757743 calls/s
# udp tx:   1182 MB/s    20049 calls/s  20049 msg/s
# UDP GRO fwd perf                        udp rx:    957 MB/s   779163 calls/s
# udp tx:   1080 MB/s    18328 calls/s  18328 msg/s
# udp rx:   1130 MB/s   920166 calls/s
# udp tx:   1140 MB/s    19348 calls/s  19348 msg/s
# udp rx:   1063 MB/s   865907 calls/s
# udp tx:   1183 MB/s    20071 calls/s  20071 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1778 MB/s    30161 calls/s  30161 msg/s
# udp rx:     10 MB/s     8854 calls/s
# udp tx:   1214 MB/s    20592 calls/s  20592 msg/s
# udp rx:     30 MB/s    24797 calls/s
# udp tx:   1208 MB/s    20503 calls/s  20503 msg/s
# UDP tunnel GRO fwd perf                 udp rx:     80 MB/s    65468 calls/s
# udp tx:   1079 MB/s    18305 calls/s  18305 msg/s
# udp tx:   1141 MB/s    19353 calls/s  19353 msg/s
# udp rx:     11 MB/s     9024 calls/s
# udp tx:   1154 MB/s    19576 calls/s  19576 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__->