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:   1767 MB/s  1437897 calls/s
# udp tx:   1889 MB/s    32046 calls/s  32046 msg/s
# udp rx:   1846 MB/s  1503007 calls/s
# udp tx:   1947 MB/s    33031 calls/s  33031 msg/s
# udp rx:   1798 MB/s  1463501 calls/s
# udp tx:   1987 MB/s    33704 calls/s  33704 msg/s
# UDP GRO fwd perf                        udp rx:   1905 MB/s  1550890 calls/s
# udp tx:   1989 MB/s    33746 calls/s  33746 msg/s
# udp rx:   1958 MB/s  1594126 calls/s
# udp tx:   1985 MB/s    33668 calls/s  33668 msg/s
# udp rx:   1955 MB/s  1591735 calls/s
# udp tx:   1985 MB/s    33680 calls/s  33680 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:   1706 MB/s  1385968 calls/s
# udp tx:   1927 MB/s    32684 calls/s  32684 msg/s
# udp rx:   1866 MB/s  1515877 calls/s
# udp tx:   1931 MB/s    32758 calls/s  32758 msg/s
# udp rx:   1872 MB/s  1522943 calls/s
# udp tx:   1921 MB/s    32584 calls/s  32584 msg/s
# UDP GRO fwd perf                        udp rx:   1603 MB/s  1303195 calls/s
# udp tx:   1888 MB/s    32034 calls/s  32034 msg/s
# udp rx:   1545 MB/s  1255267 calls/s
# udp tx:   1924 MB/s    32638 calls/s  32638 msg/s
# udp rx:   1294 MB/s  1053276 calls/s
# udp tx:   1872 MB/s    31761 calls/s  31761 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__->