make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:    963 MB/s   783772 calls/s
# udp tx:   1693 MB/s    28718 calls/s  28718 msg/s
# udp rx:   1960 MB/s  1596253 calls/s
# udp tx:   1968 MB/s    33387 calls/s  33387 msg/s
# udp rx:   1956 MB/s  1592333 calls/s
# udp tx:   1969 MB/s    33407 calls/s  33407 msg/s
# UDP GRO fwd perf                        udp rx:   1623 MB/s  1321330 calls/s
# udp tx:   1954 MB/s    33143 calls/s  33143 msg/s
# udp rx:   1936 MB/s  1576220 calls/s
# udp tx:   1951 MB/s    33097 calls/s  33097 msg/s
# udp rx:   1738 MB/s  1415042 calls/s
# udp tx:   1952 MB/s    33110 calls/s  33110 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:   1569 MB/s  1277917 calls/s
# udp tx:   1877 MB/s    31846 calls/s  31846 msg/s
# udp rx:   1654 MB/s  1347066 calls/s
# udp tx:   1933 MB/s    32794 calls/s  32794 msg/s
# udp rx:   1944 MB/s  1583283 calls/s
# udp tx:   1954 MB/s    33146 calls/s  33146 msg/s
# UDP GRO fwd perf                        udp rx:   1772 MB/s  1441771 calls/s
# udp tx:   1936 MB/s    32852 calls/s  32852 msg/s
# udp rx:   1945 MB/s  1583408 calls/s
# udp tx:   1958 MB/s    33215 calls/s  33215 msg/s
# udp rx:   1952 MB/s  1589673 calls/s
# udp tx:   1965 MB/s    33334 calls/s  33334 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__->