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:   1181 MB/s   961751 calls/s
# udp tx:   1301 MB/s    22067 calls/s  22067 msg/s
# udp rx:   1319 MB/s  1073902 calls/s
# udp tx:   1329 MB/s    22554 calls/s  22554 msg/s
# udp rx:   1635 MB/s  1331055 calls/s
# udp tx:   1662 MB/s    28201 calls/s  28201 msg/s
# UDP GRO fwd perf                        udp rx:   1816 MB/s  1478462 calls/s
# udp tx:   1895 MB/s    32153 calls/s  32153 msg/s
# udp rx:   1953 MB/s  1590360 calls/s
# udp tx:   1965 MB/s    33333 calls/s  33333 msg/s
# udp rx:   1965 MB/s  1600428 calls/s
# udp tx:   1974 MB/s    33492 calls/s  33492 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:   1032 MB/s   840228 calls/s
# udp tx:   1193 MB/s    20235 calls/s  20235 msg/s
# udp rx:   1231 MB/s  1002678 calls/s
# udp tx:   1250 MB/s    21205 calls/s  21205 msg/s
# udp rx:   1248 MB/s  1016332 calls/s
# udp tx:   1301 MB/s    22077 calls/s  22077 msg/s
# UDP GRO fwd perf                        udp rx:   1242 MB/s  1011337 calls/s
# udp tx:   1309 MB/s    22214 calls/s  22214 msg/s
# udp rx:   1309 MB/s  1065990 calls/s
# udp tx:   1319 MB/s    22379 calls/s  22379 msg/s
# udp rx:   1297 MB/s  1055912 calls/s
# udp tx:   1306 MB/s    22156 calls/s  22156 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__->