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:   1778 MB/s  1447217 calls/s
# udp tx:   1993 MB/s    33803 calls/s  33803 msg/s
# udp rx:   1938 MB/s  1578072 calls/s
# udp tx:   1943 MB/s    32956 calls/s  32956 msg/s
# udp rx:   1938 MB/s  1578071 calls/s
# udp tx:   1943 MB/s    32971 calls/s  32971 msg/s
# UDP GRO fwd perf                        udp rx:   1877 MB/s  1528763 calls/s
# udp tx:   1967 MB/s    33378 calls/s  33378 msg/s
# udp rx:   1900 MB/s  1546849 calls/s
# udp tx:   1927 MB/s    32689 calls/s  32689 msg/s
# udp rx:   1971 MB/s  1605131 calls/s
# udp tx:   1981 MB/s    33608 calls/s  33608 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:   1695 MB/s  1375665 calls/s
# udp tx:   1918 MB/s    32534 calls/s  32534 msg/s
# udp rx:   1767 MB/s  1432585 calls/s
# udp tx:   1965 MB/s    33339 calls/s  33339 msg/s
# udp rx:   1800 MB/s  1460455 calls/s
# udp tx:   1949 MB/s    33073 calls/s  33073 msg/s
# UDP GRO fwd perf                        udp rx:   1728 MB/s  1401715 calls/s
# udp tx:   1958 MB/s    33216 calls/s  33216 msg/s
# udp rx:   1768 MB/s  1433891 calls/s
# udp tx:   1961 MB/s    33270 calls/s  33270 msg/s
# udp rx:   1725 MB/s  1398301 calls/s
# udp tx:   1958 MB/s    33209 calls/s  33209 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__->