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:   1666 MB/s  1353463 calls/s
# udp tx:   1926 MB/s    32668 calls/s  32668 msg/s
# udp rx:   1626 MB/s  1322384 calls/s
# udp tx:   1830 MB/s    31048 calls/s  31048 msg/s
# udp rx:   1797 MB/s  1461370 calls/s
# udp tx:   1839 MB/s    31198 calls/s  31198 msg/s
# UDP GRO fwd perf                        udp rx:   1734 MB/s  1411566 calls/s
# udp tx:   1814 MB/s    30782 calls/s  30782 msg/s
# udp rx:   1844 MB/s  1501259 calls/s
# udp tx:   1855 MB/s    31472 calls/s  31472 msg/s
# udp rx:   1858 MB/s  1513141 calls/s
# udp tx:   1868 MB/s    31695 calls/s  31695 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:    909 MB/s   740737 calls/s
# udp tx:   1190 MB/s    20184 calls/s  20184 msg/s
# udp rx:   1205 MB/s   981615 calls/s
# udp tx:   1218 MB/s    20673 calls/s  20673 msg/s
# udp rx:   1206 MB/s   982607 calls/s
# udp tx:   1210 MB/s    20530 calls/s  20530 msg/s
# UDP GRO fwd perf                        udp rx:   1105 MB/s   899755 calls/s
# udp tx:   1190 MB/s    20188 calls/s  20188 msg/s
# udp rx:   1180 MB/s   961205 calls/s
# udp tx:   1185 MB/s    20101 calls/s  20101 msg/s
# udp rx:   1188 MB/s   967386 calls/s
# udp tx:   1193 MB/s    20246 calls/s  20246 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__->