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:   1599 MB/s  1300491 calls/s
# udp tx:   1925 MB/s    32657 calls/s  32657 msg/s
# udp rx:   1533 MB/s  1246734 calls/s
# udp tx:   1873 MB/s    31777 calls/s  31777 msg/s
# udp rx:   1752 MB/s  1426132 calls/s
# udp tx:   1785 MB/s    30276 calls/s  30276 msg/s
# UDP GRO fwd perf                        udp rx:   1767 MB/s  1438753 calls/s
# udp tx:   1835 MB/s    31138 calls/s  31138 msg/s
# udp rx:   1789 MB/s  1456841 calls/s
# udp tx:   1825 MB/s    30963 calls/s  30963 msg/s
# udp rx:    636 MB/s   515362 calls/s
# udp tx:   1384 MB/s    23475 calls/s  23475 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:    744 MB/s   602716 calls/s
# udp tx:   1309 MB/s    22217 calls/s  22217 msg/s
# udp rx:    857 MB/s   694604 calls/s
# udp tx:   1287 MB/s    21838 calls/s  21838 msg/s
# udp rx:    813 MB/s   659229 calls/s
# udp tx:   1265 MB/s    21459 calls/s  21459 msg/s
# UDP GRO fwd perf                        udp rx:    696 MB/s   564820 calls/s
# udp tx:   1261 MB/s    21393 calls/s  21393 msg/s
# udp rx:    747 MB/s   604918 calls/s
# udp tx:   1313 MB/s    22284 calls/s  22284 msg/s
# udp rx:    652 MB/s   528638 calls/s
# udp tx:   1294 MB/s    21964 calls/s  21964 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__->