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:   1802 MB/s  1466786 calls/s
# udp tx:   1931 MB/s    32755 calls/s  32755 msg/s
# udp rx:   1413 MB/s  1150488 calls/s
# udp tx:   1856 MB/s    31487 calls/s  31487 msg/s
# udp rx:   1925 MB/s  1567768 calls/s
# udp tx:   1945 MB/s    32991 calls/s  32991 msg/s
# UDP GRO fwd perf                        udp rx:   1673 MB/s  1362691 calls/s
# udp tx:   1942 MB/s    32947 calls/s  32947 msg/s
# udp rx:   1921 MB/s  1564437 calls/s
# udp tx:   1942 MB/s    32951 calls/s  32951 msg/s
# udp rx:   1925 MB/s  1567267 calls/s
# udp tx:   1946 MB/s    33012 calls/s  33012 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:   1014 MB/s   823923 calls/s
# udp tx:   1269 MB/s    21525 calls/s  21525 msg/s
# udp rx:   1144 MB/s   929412 calls/s
# udp tx:   1300 MB/s    22058 calls/s  22058 msg/s
# udp rx:   1034 MB/s   838876 calls/s
# udp tx:   1314 MB/s    22287 calls/s  22287 msg/s
# UDP GRO fwd perf                        udp rx:    790 MB/s   641400 calls/s
# udp tx:   1284 MB/s    21779 calls/s  21779 msg/s
# udp rx:    900 MB/s   730480 calls/s
# udp tx:   1272 MB/s    21590 calls/s  21590 msg/s
# udp rx:    644 MB/s   522114 calls/s
# udp tx:   1313 MB/s    22282 calls/s  22282 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__->