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:   1061 MB/s   863752 calls/s
# udp tx:   1314 MB/s    22288 calls/s  22288 msg/s
# udp rx:   1267 MB/s  1031782 calls/s
# udp tx:   1285 MB/s    21811 calls/s  21811 msg/s
# udp rx:   1274 MB/s  1037727 calls/s
# udp tx:   1280 MB/s    21722 calls/s  21722 msg/s
# UDP GRO fwd perf                        udp rx:   1271 MB/s  1034661 calls/s
# udp tx:   1341 MB/s    22749 calls/s  22749 msg/s
# udp rx:   1287 MB/s  1048507 calls/s
# udp tx:   1285 MB/s    21805 calls/s  21805 msg/s
# udp rx:    921 MB/s   749822 calls/s
# udp tx:   1267 MB/s    21502 calls/s  21502 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:   1644 MB/s  1334834 calls/s
# udp tx:   1889 MB/s    32041 calls/s  32041 msg/s
# udp rx:   1276 MB/s  1036730 calls/s
# udp tx:   1798 MB/s    30497 calls/s  30497 msg/s
# udp rx:   1078 MB/s   877633 calls/s
# udp tx:   1098 MB/s    18628 calls/s  18628 msg/s
# UDP GRO fwd perf                        udp rx:   1069 MB/s   870872 calls/s
# udp tx:   1139 MB/s    19320 calls/s  19320 msg/s
# udp rx:   1100 MB/s   895620 calls/s
# udp tx:   1183 MB/s    20070 calls/s  20070 msg/s
# udp rx:   1182 MB/s   962414 calls/s
# udp tx:   1185 MB/s    20105 calls/s  20105 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__->