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:   1446 MB/s  1177277 calls/s
# udp tx:   1676 MB/s    28428 calls/s  28428 msg/s
# udp rx:   1746 MB/s  1421602 calls/s
# udp tx:   1746 MB/s    29627 calls/s  29627 msg/s
# udp rx:   1611 MB/s  1311814 calls/s
# udp tx:   1613 MB/s    27362 calls/s  27362 msg/s
# UDP GRO fwd perf                        udp rx:   1469 MB/s  1195361 calls/s
# udp tx:   1671 MB/s    28349 calls/s  28349 msg/s
# udp rx:   1273 MB/s  1035324 calls/s
# udp tx:   1467 MB/s    24898 calls/s  24898 msg/s
# udp rx:   1229 MB/s  1000119 calls/s
# udp tx:   1269 MB/s    21533 calls/s  21533 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:    739 MB/s   599991 calls/s
# udp tx:   1102 MB/s    18693 calls/s  18693 msg/s
# udp tx:    939 MB/s    15934 calls/s  15934 msg/s
# udp rx:     38 MB/s    31001 calls/s
# udp tx:   1244 MB/s    21112 calls/s  21112 msg/s
# udp rx:    225 MB/s   182760 calls/s
# UDP tunnel GRO fwd perf                 udp tx:   1410 MB/s    23923 calls/s  23923 msg/s
# udp rx:    157 MB/s   127810 calls/s
# udp tx:   1434 MB/s    24333 calls/s  24333 msg/s
# udp rx:    504 MB/s   407219 calls/s
# udp tx:   1421 MB/s    24118 calls/s  24118 msg/s
# IPv6
# No GRO                                   ok
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:    937 MB/s   762565 calls/s
# udp tx:   1682 MB/s    28543 calls/s  28543 msg/s
# udp rx:   1055 MB/s   858867 calls/s
# udp tx:   1206 MB/s    20470 calls/s  20470 msg/s
# udp rx:   1137 MB/s   925819 calls/s
# udp tx:   1141 MB/s    19368 calls/s  19368 msg/s
# UDP GRO fwd perf                        udp rx:    904 MB/s   735962 calls/s
# udp tx:    942 MB/s    15978 calls/s  15978 msg/s
# udp rx:   1009 MB/s   821487 calls/s
# udp tx:   1010 MB/s    17138 calls/s  17138 msg/s
# udp rx:   1149 MB/s   936105 calls/s
# udp tx:   1163 MB/s    19739 calls/s  19739 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:    208 MB/s   169460 calls/s
# udp tx:    878 MB/s    14908 calls/s  14908 msg/s
# udp rx:    238 MB/s   194057 calls/s
# udp tx:    914 MB/s    15518 calls/s  15518 msg/s
# udp rx:    219 MB/s   178998 calls/s
# udp tx:    906 MB/s    15368 calls/s  15368 msg/s
# UDP tunnel GRO fwd perf                 udp tx:   1000 MB/s    16977 calls/s  16977 msg/s
# udp rx:     65 MB/s    53491 calls/s
# udp tx:    941 MB/s    15975 calls/s  15975 msg/s
# udp rx:    153 MB/s   125062 calls/s
# udp tx:    990 MB/s    16803 calls/s  16803 msg/s
# udp rx:     88 MB/s    71857 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__->