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:   1411 MB/s  1146353 calls/s
# udp tx:   1904 MB/s    32306 calls/s  32306 msg/s
# udp rx:   1927 MB/s  1568223 calls/s
# udp tx:   1964 MB/s    33313 calls/s  33313 msg/s
# udp rx:   1957 MB/s  1593518 calls/s
# udp tx:   1970 MB/s    33418 calls/s  33418 msg/s
# UDP GRO fwd perf                        udp rx:   1860 MB/s  1513926 calls/s
# udp tx:   1958 MB/s    33223 calls/s  33223 msg/s
# udp rx:   1955 MB/s  1591828 calls/s
# udp tx:   1964 MB/s    33327 calls/s  33327 msg/s
# udp rx:   1959 MB/s  1594857 calls/s
# udp tx:   1967 MB/s    33364 calls/s  33364 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:   1367 MB/s  1109101 calls/s
# udp tx:   1861 MB/s    31574 calls/s  31574 msg/s
# udp rx:   1725 MB/s  1399842 calls/s
# udp tx:   1914 MB/s    32465 calls/s  32465 msg/s
# udp rx:   1784 MB/s  1447431 calls/s
# udp tx:   1932 MB/s    32776 calls/s  32776 msg/s
# UDP GRO fwd perf                        udp rx:   1693 MB/s  1373321 calls/s
# udp tx:   1933 MB/s    32792 calls/s  32792 msg/s
# udp rx:   1740 MB/s  1410714 calls/s
# udp tx:   1948 MB/s    33044 calls/s  33044 msg/s
# udp rx:   1744 MB/s  1414288 calls/s
# udp tx:   1947 MB/s    33032 calls/s  33032 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__->