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:   1768 MB/s  1439705 calls/s
# udp tx:   1849 MB/s    31361 calls/s  31361 msg/s
# udp rx:   1771 MB/s  1442557 calls/s
# udp tx:   1764 MB/s    29927 calls/s  29927 msg/s
# udp rx:   1862 MB/s  1516143 calls/s
# udp tx:   1897 MB/s    32182 calls/s  32182 msg/s
# UDP GRO fwd perf                        udp rx:   1829 MB/s  1489079 calls/s
# udp tx:   1919 MB/s    32551 calls/s  32551 msg/s
# udp rx:   1934 MB/s  1574883 calls/s
# udp tx:   1952 MB/s    33110 calls/s  33110 msg/s
# udp rx:   1924 MB/s  1566460 calls/s
# udp tx:   1938 MB/s    32883 calls/s  32883 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 tx:   1448 MB/s    24574 calls/s  24574 msg/s
# udp rx:    300 MB/s   243696 calls/s
# udp tx:   1846 MB/s    31325 calls/s  31325 msg/s
# udp rx:   1176 MB/s   953835 calls/s
# udp tx:   1946 MB/s    33014 calls/s  33014 msg/s
# udp rx:   1305 MB/s  1057710 calls/s
# UDP GRO fwd perf                        udp rx:   1503 MB/s  1219203 calls/s
# udp tx:   1927 MB/s    32699 calls/s  32699 msg/s
# udp rx:   1704 MB/s  1383013 calls/s
# udp tx:   1913 MB/s    32448 calls/s  32448 msg/s
# udp rx:   1792 MB/s  1454093 calls/s
# udp tx:   1934 MB/s    32802 calls/s  32802 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__->