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:   1770 MB/s  1439776 calls/s
# udp tx:   1957 MB/s    33198 calls/s  33198 msg/s
# udp rx:   1779 MB/s  1446041 calls/s
# udp tx:   1967 MB/s    33363 calls/s  33363 msg/s
# udp rx:   1783 MB/s  1449156 calls/s
# udp tx:   1952 MB/s    33115 calls/s  33115 msg/s
# UDP GRO fwd perf                        udp rx:   1528 MB/s  1242705 calls/s
# udp tx:   1903 MB/s    32286 calls/s  32286 msg/s
# udp rx:   1356 MB/s  1104070 calls/s
# udp tx:   1398 MB/s    23724 calls/s  23724 msg/s
# udp rx:   1237 MB/s  1007404 calls/s
# udp tx:   1248 MB/s    21173 calls/s  21173 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:   1607 MB/s  1304440 calls/s
# udp tx:   1884 MB/s    31955 calls/s  31955 msg/s
# udp rx:   1522 MB/s  1233615 calls/s
# udp tx:   1922 MB/s    32605 calls/s  32605 msg/s
# udp rx:   1359 MB/s  1103497 calls/s
# udp tx:   1839 MB/s    31193 calls/s  31193 msg/s
# UDP GRO fwd perf                        udp rx:   1345 MB/s  1091352 calls/s
# udp tx:   1913 MB/s    32460 calls/s  32460 msg/s
# udp rx:   1387 MB/s  1125291 calls/s
# udp tx:   1910 MB/s    32406 calls/s  32406 msg/s
# udp rx:    834 MB/s   676377 calls/s
# udp tx:   1663 MB/s    28215 calls/s  28215 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__->