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:   1750 MB/s  1424723 calls/s
# udp tx:   1875 MB/s    31812 calls/s  31812 msg/s
# udp rx:   1919 MB/s  1562961 calls/s
# udp tx:   1943 MB/s    32961 calls/s  32961 msg/s
# udp rx:   1918 MB/s  1561969 calls/s
# udp tx:   1941 MB/s    32930 calls/s  32930 msg/s
# UDP GRO fwd perf                        udp rx:   1852 MB/s  1508024 calls/s
# udp tx:   1938 MB/s    32876 calls/s  32876 msg/s
# udp rx:   1916 MB/s  1559746 calls/s
# udp tx:   1946 MB/s    33016 calls/s  33016 msg/s
# udp rx:   1864 MB/s  1517716 calls/s
# udp tx:   1949 MB/s    33067 calls/s  33067 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:   1336 MB/s  1083743 calls/s
# udp tx:   1838 MB/s    31174 calls/s  31174 msg/s
# udp rx:   1834 MB/s  1487798 calls/s
# udp tx:   1959 MB/s    33226 calls/s  33226 msg/s
# udp rx:   1860 MB/s  1508926 calls/s
# udp tx:   1953 MB/s    33130 calls/s  33130 msg/s
# UDP GRO fwd perf                        udp rx:   1600 MB/s  1300009 calls/s
# udp tx:   1808 MB/s    30676 calls/s  30676 msg/s
# udp rx:   1812 MB/s  1469343 calls/s
# udp tx:   1947 MB/s    33031 calls/s  33031 msg/s
# udp rx:   1768 MB/s  1433570 calls/s
# udp tx:   1942 MB/s    32938 calls/s  32938 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__->