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:    863 MB/s   702816 calls/s
# udp tx:    932 MB/s    15824 calls/s  15824 msg/s
# udp rx:   1052 MB/s   856302 calls/s
# udp tx:   1117 MB/s    18948 calls/s  18948 msg/s
# udp rx:   1076 MB/s   876404 calls/s
# udp tx:   1100 MB/s    18663 calls/s  18663 msg/s
# UDP GRO fwd perf                        udp rx:    982 MB/s   799222 calls/s
# udp tx:   1113 MB/s    18892 calls/s  18892 msg/s
# udp rx:   1207 MB/s   982580 calls/s
# udp tx:   1260 MB/s    21374 calls/s  21374 msg/s
# udp rx:   1327 MB/s  1080278 calls/s
# udp tx:   1349 MB/s    22885 calls/s  22885 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:    288 MB/s   234792 calls/s
# udp tx:    839 MB/s    14234 calls/s  14234 msg/s
# udp rx:    664 MB/s   540610 calls/s
# udp tx:    930 MB/s    15782 calls/s  15782 msg/s
# udp rx:    608 MB/s   495099 calls/s
# udp tx:    950 MB/s    16120 calls/s  16120 msg/s
# UDP tunnel GRO fwd perf                 udp rx:    601 MB/s   489647 calls/s
# udp tx:    964 MB/s    16359 calls/s  16359 msg/s
# udp rx:    289 MB/s   235387 calls/s
# udp tx:    922 MB/s    15654 calls/s  15654 msg/s
# udp rx:    296 MB/s   241067 calls/s
# udp tx:    911 MB/s    15452 calls/s  15452 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1170 MB/s   953034 calls/s
# udp tx:   1634 MB/s    27725 calls/s  27725 msg/s
# udp rx:   1294 MB/s  1053317 calls/s
# udp tx:   1496 MB/s    25385 calls/s  25385 msg/s
# udp rx:   1338 MB/s  1089837 calls/s
# udp tx:   1746 MB/s    29625 calls/s  29625 msg/s
# UDP GRO fwd perf                        udp rx:    994 MB/s   808755 calls/s
# udp tx:   1241 MB/s    21060 calls/s  21060 msg/s
# udp rx:   1239 MB/s  1008772 calls/s
# udp tx:   1381 MB/s    23423 calls/s  23423 msg/s
# udp rx:   1376 MB/s  1120672 calls/s
# udp tx:   1394 MB/s    23647 calls/s  23647 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:    855 MB/s    14513 calls/s  14513 msg/s
# udp rx:      0 MB/s      768 calls/s
# udp tx:    854 MB/s    14485 calls/s  14485 msg/s
# udp rx:     92 MB/s    74822 calls/s
# udp tx:   1374 MB/s    23312 calls/s  23312 msg/s
# UDP tunnel GRO fwd perf                 udp rx:    321 MB/s   261058 calls/s
# udp tx:   1247 MB/s    21163 calls/s  21163 msg/s
# udp rx:    415 MB/s   337265 calls/s
# udp tx:   1295 MB/s    21972 calls/s  21972 msg/s
# udp rx:    286 MB/s   232466 calls/s
# udp tx:   1348 MB/s    22869 calls/s  22869 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__->