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:   1027 MB/s   836311 calls/s
# udp tx:   1247 MB/s    21166 calls/s  21166 msg/s
# udp rx:   1258 MB/s  1024770 calls/s
# udp tx:   1306 MB/s    22161 calls/s  22161 msg/s
# udp rx:   1285 MB/s  1046555 calls/s
# udp tx:   1296 MB/s    21991 calls/s  21991 msg/s
# UDP GRO fwd perf                        udp rx:   1043 MB/s   849388 calls/s
# udp tx:   1293 MB/s    21936 calls/s  21936 msg/s
# udp rx:   1294 MB/s  1053809 calls/s
# udp tx:   1305 MB/s    22136 calls/s  22136 msg/s
# udp rx:   1295 MB/s  1054291 calls/s
# udp tx:   1306 MB/s    22163 calls/s  22163 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:   1056 MB/s   860091 calls/s
# udp tx:   1172 MB/s    19891 calls/s  19891 msg/s
# udp rx:   1168 MB/s   951025 calls/s
# udp tx:   1173 MB/s    19895 calls/s  19895 msg/s
# udp rx:   1182 MB/s   962861 calls/s
# udp tx:   1186 MB/s    20119 calls/s  20119 msg/s
# UDP GRO fwd perf                        udp rx:   1074 MB/s   874384 calls/s
# udp tx:   1131 MB/s    19190 calls/s  19190 msg/s
# udp rx:   1116 MB/s   909140 calls/s
# udp tx:   1120 MB/s    19000 calls/s  19000 msg/s
# udp rx:   1189 MB/s   968502 calls/s
# udp tx:   1192 MB/s    20222 calls/s  20222 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__->