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:   1015 MB/s   826312 calls/s
# udp tx:   1200 MB/s    20363 calls/s  20363 msg/s
# udp rx:   1015 MB/s   827023 calls/s
# udp tx:   1012 MB/s    17167 calls/s  17167 msg/s
# udp rx:   1210 MB/s   985244 calls/s
# udp tx:   1233 MB/s    20921 calls/s  20921 msg/s
# UDP GRO fwd perf                        udp rx:   1046 MB/s   851834 calls/s
# udp tx:   1113 MB/s    18884 calls/s  18884 msg/s
# udp rx:   1246 MB/s  1014788 calls/s
# udp tx:   1262 MB/s    21412 calls/s  21412 msg/s
# udp rx:   1262 MB/s  1027803 calls/s
# udp tx:   1272 MB/s    21580 calls/s  21580 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:   1017 MB/s   827915 calls/s
# udp tx:   1134 MB/s    19238 calls/s  19238 msg/s
# udp rx:   1185 MB/s   965136 calls/s
# udp tx:   1214 MB/s    20595 calls/s  20595 msg/s
# udp rx:    968 MB/s   788778 calls/s
# udp tx:   1221 MB/s    20717 calls/s  20717 msg/s
# UDP GRO fwd perf                        udp rx:    997 MB/s   811675 calls/s
# udp tx:   1081 MB/s    18343 calls/s  18343 msg/s
# udp rx:   1226 MB/s   998858 calls/s
# udp tx:   1234 MB/s    20937 calls/s  20937 msg/s
# udp rx:   1228 MB/s  1000206 calls/s
# udp tx:   1230 MB/s    20876 calls/s  20876 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__->