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:   1652 MB/s  1342402 calls/s
# udp tx:   1880 MB/s    31896 calls/s  31896 msg/s
# udp rx:   1852 MB/s  1505136 calls/s
# udp tx:   1945 MB/s    33001 calls/s  33001 msg/s
# udp rx:   1876 MB/s  1525078 calls/s
# udp tx:   1962 MB/s    33285 calls/s  33285 msg/s
# UDP GRO fwd perf                        udp rx:   1819 MB/s  1479699 calls/s
# udp tx:   1939 MB/s    32899 calls/s  32899 msg/s
# udp rx:   1804 MB/s  1468434 calls/s
# udp tx:   1894 MB/s    32127 calls/s  32127 msg/s
# udp rx:   1856 MB/s  1509189 calls/s
# udp tx:   1958 MB/s    33221 calls/s  33221 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:   1137 MB/s   921777 calls/s
# udp tx:   1815 MB/s    30794 calls/s  30794 msg/s
# udp rx:   1460 MB/s  1182856 calls/s
# udp tx:   1942 MB/s    32944 calls/s  32944 msg/s
# udp rx:   1586 MB/s  1285222 calls/s
# udp tx:   1949 MB/s    33065 calls/s  33065 msg/s
# UDP GRO fwd perf                        udp rx:   1503 MB/s  1218647 calls/s
# udp tx:   1907 MB/s    32359 calls/s  32359 msg/s
# udp rx:   1406 MB/s  1140288 calls/s
# udp tx:   1865 MB/s    31639 calls/s  31639 msg/s
# udp rx:   1505 MB/s  1221850 calls/s
# udp tx:   1858 MB/s    31518 calls/s  31518 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__->