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:   1658 MB/s  1350156 calls/s
# udp tx:   1939 MB/s    32896 calls/s  32896 msg/s
# udp rx:   1776 MB/s  1446191 calls/s
# udp tx:   1973 MB/s    33480 calls/s  33480 msg/s
# udp rx:   1927 MB/s  1569263 calls/s
# udp tx:   1952 MB/s    33117 calls/s  33117 msg/s
# UDP GRO fwd perf                        udp rx:   1499 MB/s  1220151 calls/s
# udp tx:   1859 MB/s    31535 calls/s  31535 msg/s
# udp rx:   1946 MB/s  1584677 calls/s
# udp tx:   1963 MB/s    33304 calls/s  33304 msg/s
# udp rx:   1946 MB/s  1584826 calls/s
# udp tx:   1964 MB/s    33320 calls/s  33320 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:   1694 MB/s  1377120 calls/s
# udp tx:   1810 MB/s    30714 calls/s  30714 msg/s
# udp rx:   1848 MB/s  1499974 calls/s
# udp tx:   1930 MB/s    32748 calls/s  32748 msg/s
# udp rx:   1829 MB/s  1486167 calls/s
# udp tx:   1890 MB/s    32057 calls/s  32057 msg/s
# UDP GRO fwd perf                        udp rx:   1474 MB/s  1196635 calls/s
# udp tx:   1873 MB/s    31777 calls/s  31777 msg/s
# udp rx:   1651 MB/s  1340926 calls/s
# udp tx:   1899 MB/s    32221 calls/s  32221 msg/s
# udp rx:   1341 MB/s  1089834 calls/s
# udp tx:   1895 MB/s    32150 calls/s  32150 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__->