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:   1780 MB/s  1449264 calls/s
# udp tx:   1891 MB/s    32077 calls/s  32077 msg/s
# udp rx:   1895 MB/s  1542733 calls/s
# udp tx:   1923 MB/s    32619 calls/s  32619 msg/s
# udp rx:   1902 MB/s  1548946 calls/s
# udp tx:   1916 MB/s    32507 calls/s  32507 msg/s
# UDP GRO fwd perf                        udp rx:   1790 MB/s  1456893 calls/s
# udp tx:   1883 MB/s    31953 calls/s  31953 msg/s
# udp rx:   1883 MB/s  1533240 calls/s
# udp tx:   1897 MB/s    32185 calls/s  32185 msg/s
# udp rx:   1581 MB/s  1286175 calls/s
# udp tx:   1870 MB/s    31723 calls/s  31723 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:   1558 MB/s  1263698 calls/s
# udp tx:   1942 MB/s    32947 calls/s  32947 msg/s
# udp rx:   1839 MB/s  1492551 calls/s
# udp tx:   1948 MB/s    33047 calls/s  33047 msg/s
# udp rx:   1885 MB/s  1530800 calls/s
# udp tx:   1943 MB/s    32963 calls/s  32963 msg/s
# UDP GRO fwd perf                        udp rx:   1809 MB/s  1468944 calls/s
# udp tx:   1946 MB/s    33018 calls/s  33018 msg/s
# udp rx:   1896 MB/s  1540036 calls/s
# udp tx:   1952 MB/s    33114 calls/s  33114 msg/s
# udp rx:   1881 MB/s  1526651 calls/s
# udp tx:   1950 MB/s    33087 calls/s  33087 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__->