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:   1604 MB/s  1305739 calls/s
# udp tx:   1698 MB/s    28810 calls/s  28810 msg/s
# udp rx:   1664 MB/s  1354697 calls/s
# udp tx:   1945 MB/s    32991 calls/s  32991 msg/s
# udp rx:   1656 MB/s  1347947 calls/s
# udp tx:   1852 MB/s    31412 calls/s  31412 msg/s
# UDP GRO fwd perf                        udp rx:   1730 MB/s  1408709 calls/s
# udp tx:   1806 MB/s    30647 calls/s  30647 msg/s
# udp rx:   1735 MB/s  1412531 calls/s
# udp tx:   1738 MB/s    29482 calls/s  29482 msg/s
# udp rx:   1722 MB/s  1402513 calls/s
# udp tx:   1757 MB/s    29810 calls/s  29810 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1431 MB/s    24273 calls/s  24273 msg/s
# udp rx:     21 MB/s    17467 calls/s
# udp tx:   1553 MB/s    26353 calls/s  26353 msg/s
# udp rx:     46 MB/s    38170 calls/s
# udp tx:   1816 MB/s    30817 calls/s  30817 msg/s
# UDP tunnel GRO fwd perf                 udp rx:      0 MB/s      768 calls/s
# udp tx:   1786 MB/s    30308 calls/s  30308 msg/s
# udp tx:   1779 MB/s    30187 calls/s  30187 msg/s
# udp rx:      1 MB/s     1024 calls/s
# udp tx:   1761 MB/s    29884 calls/s  29884 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:   1031 MB/s   839974 calls/s
# udp tx:   1125 MB/s    19082 calls/s  19082 msg/s
# udp rx:   1127 MB/s   917870 calls/s
# udp tx:   1142 MB/s    19370 calls/s  19370 msg/s
# udp rx:   1184 MB/s   963862 calls/s
# udp tx:   1204 MB/s    20434 calls/s  20434 msg/s
# UDP GRO fwd perf                        udp rx:   1103 MB/s   898092 calls/s
# udp tx:   1165 MB/s    19771 calls/s  19771 msg/s
# udp rx:   1091 MB/s   888239 calls/s
# udp tx:   1130 MB/s    19170 calls/s  19170 msg/s
# udp rx:   1200 MB/s   977668 calls/s
# udp tx:   1216 MB/s    20625 calls/s  20625 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp tx:   1546 MB/s    26229 calls/s  26229 msg/s
# udp rx:    299 MB/s   243132 calls/s
# udp tx:   1848 MB/s    31350 calls/s  31350 msg/s
# udp rx:      1 MB/s     1120 calls/s
# udp tx:   1822 MB/s    30919 calls/s  30919 msg/s
# UDP tunnel GRO fwd perf                 udp rx:     73 MB/s    59842 calls/s
# udp tx:   1712 MB/s    29038 calls/s  29038 msg/s
# udp tx:   1816 MB/s    30807 calls/s  30807 msg/s
# udp rx:      1 MB/s      965 calls/s
# udp tx:   1875 MB/s    31807 calls/s  31807 msg/s
# udp rx:      1 MB/s      917 calls/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__->