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:   1744 MB/s  1419140 calls/s
# udp tx:   1942 MB/s    32954 calls/s  32954 msg/s
# udp rx:   1916 MB/s  1559972 calls/s
# udp tx:   1934 MB/s    32818 calls/s  32818 msg/s
# udp rx:   1713 MB/s  1394433 calls/s
# udp tx:   1878 MB/s    31857 calls/s  31857 msg/s
# UDP GRO fwd perf                        udp rx:   1870 MB/s  1521473 calls/s
# udp tx:   1970 MB/s    33416 calls/s  33416 msg/s
# udp rx:   1747 MB/s  1421914 calls/s
# udp tx:   1975 MB/s    33503 calls/s  33503 msg/s
# udp rx:   1964 MB/s  1598641 calls/s
# udp tx:   1974 MB/s    33485 calls/s  33485 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:    379 MB/s   307813 calls/s
# udp tx:   1309 MB/s    22217 calls/s  22217 msg/s
# udp rx:    514 MB/s   416806 calls/s
# udp tx:   1312 MB/s    22266 calls/s  22266 msg/s
# udp rx:    547 MB/s   443208 calls/s
# udp tx:   1289 MB/s    21868 calls/s  21868 msg/s
# UDP GRO fwd perf                        udp rx:    532 MB/s   431877 calls/s
# udp tx:   1286 MB/s    21826 calls/s  21826 msg/s
# udp rx:    461 MB/s   373947 calls/s
# udp tx:   1345 MB/s    22814 calls/s  22814 msg/s
# udp rx:    354 MB/s   286749 calls/s
# udp tx:   1361 MB/s    23088 calls/s  23088 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__->