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:   1710 MB/s  1392022 calls/s
# udp tx:   1917 MB/s    32518 calls/s  32518 msg/s
# udp rx:   1728 MB/s  1406745 calls/s
# udp tx:   1859 MB/s    31541 calls/s  31541 msg/s
# udp rx:   1896 MB/s  1543605 calls/s
# udp tx:   1909 MB/s    32381 calls/s  32381 msg/s
# UDP GRO fwd perf                        udp rx:   1733 MB/s  1409787 calls/s
# udp tx:   1912 MB/s    32439 calls/s  32439 msg/s
# udp rx:   1913 MB/s  1557850 calls/s
# udp tx:   1927 MB/s    32700 calls/s  32700 msg/s
# udp rx:   1910 MB/s  1555072 calls/s
# udp tx:   1936 MB/s    32840 calls/s  32840 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 tx:   1730 MB/s    29357 calls/s  29357 msg/s
# udp rx:   1082 MB/s   877884 calls/s
# udp tx:   1688 MB/s    28642 calls/s  28642 msg/s
# udp rx:   1593 MB/s  1291387 calls/s
# udp tx:   1961 MB/s    33273 calls/s  33273 msg/s
# UDP GRO fwd perf                        udp rx:   1672 MB/s  1355370 calls/s
# udp tx:   1971 MB/s    33433 calls/s  33433 msg/s
# udp rx:   1739 MB/s  1409607 calls/s
# udp tx:   1973 MB/s    33477 calls/s  33477 msg/s
# udp rx:   1560 MB/s  1264490 calls/s
# udp tx:   1914 MB/s    32468 calls/s  32468 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__->