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:   1531 MB/s  1246092 calls/s
# udp tx:   1874 MB/s    31792 calls/s  31792 msg/s
# udp rx:   1722 MB/s  1400495 calls/s
# udp tx:   1915 MB/s    32495 calls/s  32495 msg/s
# udp rx:   1395 MB/s  1133777 calls/s
# udp tx:   1749 MB/s    29665 calls/s  29665 msg/s
# UDP GRO fwd perf                        udp rx:   1263 MB/s  1028138 calls/s
# udp tx:   1362 MB/s    23112 calls/s  23112 msg/s
# udp rx:   1764 MB/s  1434264 calls/s
# udp tx:   1876 MB/s    31821 calls/s  31821 msg/s
# udp rx:   1751 MB/s  1422668 calls/s
# udp tx:   1932 MB/s    32769 calls/s  32769 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:    862 MB/s   701545 calls/s
# udp tx:   1164 MB/s    19753 calls/s  19753 msg/s
# udp rx:    972 MB/s   791481 calls/s
# udp tx:   1164 MB/s    19750 calls/s  19750 msg/s
# udp rx:   1127 MB/s   917534 calls/s
# udp tx:   1188 MB/s    20159 calls/s  20159 msg/s
# UDP GRO fwd perf                        udp rx:   1193 MB/s   971348 calls/s
# udp tx:   1249 MB/s    21185 calls/s  21185 msg/s
# udp rx:   1253 MB/s  1020307 calls/s
# udp tx:   1259 MB/s    21370 calls/s  21370 msg/s
# udp rx:   1208 MB/s   983532 calls/s
# udp tx:   1256 MB/s    21308 calls/s  21308 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__->