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:   1019 MB/s   827512 calls/s
# udp tx:   1353 MB/s    22963 calls/s  22963 msg/s
# udp rx:   1143 MB/s   927723 calls/s
# udp tx:   1354 MB/s    22965 calls/s  22965 msg/s
# udp rx:   1186 MB/s   961835 calls/s
# udp tx:   1354 MB/s    22979 calls/s  22979 msg/s
# UDP GRO fwd perf                        udp rx:   1609 MB/s  1310293 calls/s
# udp tx:   1873 MB/s    31773 calls/s  31773 msg/s
# udp rx:   1910 MB/s  1555476 calls/s
# udp tx:   1924 MB/s    32634 calls/s  32634 msg/s
# udp rx:   1847 MB/s  1503891 calls/s
# udp tx:   1929 MB/s    32719 calls/s  32719 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:   1175 MB/s   957074 calls/s
# udp tx:   1246 MB/s    21149 calls/s  21149 msg/s
# udp rx:   1265 MB/s  1029845 calls/s
# udp tx:   1272 MB/s    21590 calls/s  21590 msg/s
# udp rx:   1263 MB/s  1028476 calls/s
# udp tx:   1268 MB/s    21522 calls/s  21522 msg/s
# UDP GRO fwd perf                        udp rx:   1208 MB/s   984039 calls/s
# udp tx:   1278 MB/s    21677 calls/s  21677 msg/s
# udp rx:   1262 MB/s  1027429 calls/s
# udp tx:   1280 MB/s    21710 calls/s  21710 msg/s
# udp rx:   1268 MB/s  1032442 calls/s
# udp tx:   1285 MB/s    21800 calls/s  21800 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__->