make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_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:   1125 MB/s   915138 calls/s
# udp tx:   1336 MB/s    22668 calls/s  22668 msg/s
# udp rx:    830 MB/s   675217 calls/s
# udp tx:   1312 MB/s    22254 calls/s  22254 msg/s
# udp rx:    980 MB/s   797819 calls/s
# udp tx:   1335 MB/s    22655 calls/s  22655 msg/s
# UDP GRO fwd perf                        udp rx:   1062 MB/s   863575 calls/s
# udp tx:   1218 MB/s    20675 calls/s  20675 msg/s
# udp rx:   1234 MB/s  1004756 calls/s
# udp tx:   1254 MB/s    21278 calls/s  21278 msg/s
# udp rx:   1238 MB/s  1006793 calls/s
# udp tx:   1301 MB/s    22077 calls/s  22077 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:    819 MB/s   665720 calls/s
# udp tx:   1201 MB/s    20375 calls/s  20375 msg/s
# udp rx:   1153 MB/s   938368 calls/s
# udp tx:   1202 MB/s    20399 calls/s  20399 msg/s
# udp rx:   1167 MB/s   949787 calls/s
# udp tx:   1215 MB/s    20624 calls/s  20624 msg/s
# UDP GRO fwd perf                        udp rx:   1058 MB/s   859918 calls/s
# udp tx:   1243 MB/s    21095 calls/s  21095 msg/s
# udp rx:   1093 MB/s   888434 calls/s
# udp tx:   1252 MB/s    21250 calls/s  21250 msg/s
# udp rx:   1135 MB/s   923320 calls/s
# udp tx:   1209 MB/s    20507 calls/s  20507 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__->