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:   1201 MB/s   977114 calls/s
# udp tx:   1890 MB/s    32061 calls/s  32061 msg/s
# udp rx:   1745 MB/s  1419182 calls/s
# udp tx:   1940 MB/s    32915 calls/s  32915 msg/s
# udp rx:   1907 MB/s  1552650 calls/s
# udp tx:   1917 MB/s    32515 calls/s  32515 msg/s
# UDP GRO fwd perf                        udp rx:   1729 MB/s  1407188 calls/s
# udp tx:   1918 MB/s    32533 calls/s  32533 msg/s
# udp rx:   1558 MB/s  1267482 calls/s
# udp tx:   1922 MB/s    32612 calls/s  32612 msg/s
# udp rx:   1798 MB/s  1463119 calls/s
# udp tx:   1918 MB/s    32542 calls/s  32542 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:   1406 MB/s  1144141 calls/s
# udp tx:   1720 MB/s    29180 calls/s  29180 msg/s
# udp rx:   1868 MB/s  1519337 calls/s
# udp tx:   1895 MB/s    32144 calls/s  32144 msg/s
# udp rx:   1852 MB/s  1506390 calls/s
# udp tx:   1875 MB/s    31809 calls/s  31809 msg/s
# UDP GRO fwd perf                        udp rx:   1611 MB/s  1309993 calls/s
# udp tx:   1914 MB/s    32478 calls/s  32478 msg/s
# udp rx:   1859 MB/s  1510444 calls/s
# udp tx:   1926 MB/s    32672 calls/s  32672 msg/s
# udp rx:   1855 MB/s  1505928 calls/s
# udp tx:   1937 MB/s    32859 calls/s  32859 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__->