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:   1020 MB/s   829505 calls/s
# udp tx:   1270 MB/s    21553 calls/s  21553 msg/s
# udp rx:   1273 MB/s  1036395 calls/s
# udp tx:   1296 MB/s    21984 calls/s  21984 msg/s
# udp rx:   1309 MB/s  1065505 calls/s
# udp tx:   1341 MB/s    22747 calls/s  22747 msg/s
# UDP GRO fwd perf                        udp rx:    813 MB/s   659738 calls/s
# udp tx:   1353 MB/s    22957 calls/s  22957 msg/s
# udp rx:   1133 MB/s   919523 calls/s
# udp tx:   1352 MB/s    22940 calls/s  22940 msg/s
# udp rx:    925 MB/s   750697 calls/s
# udp tx:   1352 MB/s    22938 calls/s  22938 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:    828 MB/s   674056 calls/s
# udp tx:   1124 MB/s    19075 calls/s  19075 msg/s
# udp rx:   1183 MB/s   963602 calls/s
# udp tx:   1191 MB/s    20201 calls/s  20201 msg/s
# udp rx:   1190 MB/s   969485 calls/s
# udp tx:   1191 MB/s    20205 calls/s  20205 msg/s
# UDP GRO fwd perf                        udp rx:   1135 MB/s   924276 calls/s
# udp tx:   1207 MB/s    20473 calls/s  20473 msg/s
# udp rx:   1200 MB/s   976983 calls/s
# udp tx:   1205 MB/s    20449 calls/s  20449 msg/s
# udp rx:   1206 MB/s   981933 calls/s
# udp tx:   1210 MB/s    20533 calls/s  20533 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__->