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:   1647 MB/s  1339950 calls/s
# udp tx:   1953 MB/s    33133 calls/s  33133 msg/s
# udp rx:   1916 MB/s  1558762 calls/s
# udp tx:   1977 MB/s    33542 calls/s  33542 msg/s
# udp rx:   1955 MB/s  1592208 calls/s
# udp tx:   1978 MB/s    33558 calls/s  33558 msg/s
# UDP GRO fwd perf                        udp rx:   1449 MB/s  1178478 calls/s
# udp tx:   1963 MB/s    33298 calls/s  33298 msg/s
# udp rx:   1437 MB/s  1168325 calls/s
# udp tx:   1853 MB/s    31439 calls/s  31439 msg/s
# udp rx:   1367 MB/s  1113018 calls/s
# udp tx:   1398 MB/s    23727 calls/s  23727 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:   1660 MB/s  1347573 calls/s
# udp tx:   1945 MB/s    33002 calls/s  33002 msg/s
# udp rx:   1814 MB/s  1473704 calls/s
# udp tx:   1885 MB/s    31972 calls/s  31972 msg/s
# udp rx:   1797 MB/s  1461409 calls/s
# udp tx:   1842 MB/s    31243 calls/s  31243 msg/s
# UDP GRO fwd perf                        udp rx:   1736 MB/s  1411161 calls/s
# udp tx:   1880 MB/s    31897 calls/s  31897 msg/s
# udp rx:   1839 MB/s  1495542 calls/s
# udp tx:   1884 MB/s    31954 calls/s  31954 msg/s
# udp rx:   1845 MB/s  1501007 calls/s
# udp tx:   1853 MB/s    31443 calls/s  31443 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__->