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:   1804 MB/s  1469124 calls/s
# udp tx:   1889 MB/s    32052 calls/s  32052 msg/s
# udp rx:   1743 MB/s  1419139 calls/s
# udp tx:   1896 MB/s    32162 calls/s  32162 msg/s
# udp rx:   1857 MB/s  1512509 calls/s
# udp tx:   1880 MB/s    31900 calls/s  31900 msg/s
# UDP GRO fwd perf                        udp rx:   1796 MB/s  1462734 calls/s
# udp tx:   1938 MB/s    32871 calls/s  32871 msg/s
# udp rx:   1939 MB/s  1578647 calls/s
# udp tx:   1952 MB/s    33108 calls/s  33108 msg/s
# udp rx:   1934 MB/s  1575116 calls/s
# udp tx:   1948 MB/s    33043 calls/s  33043 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:    961 MB/s   781680 calls/s
# udp tx:   1227 MB/s    20814 calls/s  20814 msg/s
# udp rx:   1180 MB/s   960102 calls/s
# udp tx:   1235 MB/s    20959 calls/s  20959 msg/s
# udp rx:   1251 MB/s  1018237 calls/s
# udp tx:   1290 MB/s    21890 calls/s  21890 msg/s
# UDP GRO fwd perf                        udp rx:   1217 MB/s   991087 calls/s
# udp tx:   1285 MB/s    21801 calls/s  21801 msg/s
# udp rx:   1261 MB/s  1026215 calls/s
# udp tx:   1291 MB/s    21902 calls/s  21902 msg/s
# udp rx:   1271 MB/s  1034906 calls/s
# udp tx:   1296 MB/s    21986 calls/s  21986 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__->