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:    358 MB/s   290173 calls/s
# udp tx:   1350 MB/s    22898 calls/s  22898 msg/s
# udp rx:    407 MB/s   329489 calls/s
# udp tx:   1395 MB/s    23675 calls/s  23675 msg/s
# udp rx:    633 MB/s   512408 calls/s
# udp tx:   1381 MB/s    23434 calls/s  23434 msg/s
# UDP GRO fwd perf                        udp rx:    196 MB/s   158906 calls/s
# udp tx:   1415 MB/s    24008 calls/s  24008 msg/s
# udp rx:    495 MB/s   400809 calls/s
# udp tx:   1393 MB/s    23637 calls/s  23637 msg/s
# udp rx:    492 MB/s   398246 calls/s
# udp tx:   1399 MB/s    23742 calls/s  23742 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:   1029 MB/s   838131 calls/s
# udp tx:   1078 MB/s    18294 calls/s  18294 msg/s
# udp rx:    988 MB/s   804888 calls/s
# udp tx:   1118 MB/s    18976 calls/s  18976 msg/s
# udp rx:   1103 MB/s   898361 calls/s
# udp tx:   1105 MB/s    18749 calls/s  18749 msg/s
# UDP GRO fwd perf                        udp rx:   1113 MB/s   906490 calls/s
# udp tx:   1193 MB/s    20236 calls/s  20236 msg/s
# udp rx:   1555 MB/s  1264984 calls/s
# udp tx:   1693 MB/s    28724 calls/s  28724 msg/s
# udp rx:   1745 MB/s  1419063 calls/s
# udp tx:   1811 MB/s    30718 calls/s  30718 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__->