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:   1547 MB/s  1259676 calls/s
# udp tx:   1849 MB/s    31368 calls/s  31368 msg/s
# udp rx:   1959 MB/s  1595497 calls/s
# udp tx:   1995 MB/s    33849 calls/s  33849 msg/s
# udp rx:   1964 MB/s  1599158 calls/s
# udp tx:   1982 MB/s    33620 calls/s  33620 msg/s
# UDP GRO fwd perf                        udp rx:   1813 MB/s  1471128 calls/s
# udp tx:   1992 MB/s    33796 calls/s  33796 msg/s
# udp rx:   1879 MB/s  1523761 calls/s
# udp tx:   2011 MB/s    34116 calls/s  34116 msg/s
# udp rx:   1953 MB/s  1586936 calls/s
# udp tx:   2007 MB/s    34055 calls/s  34055 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:   1294 MB/s  1051985 calls/s
# udp tx:   1848 MB/s    31350 calls/s  31350 msg/s
# udp rx:   1807 MB/s  1467816 calls/s
# udp tx:   1898 MB/s    32206 calls/s  32206 msg/s
# udp rx:   1780 MB/s  1445992 calls/s
# udp tx:   1862 MB/s    31585 calls/s  31585 msg/s
# UDP GRO fwd perf                        udp rx:   1664 MB/s  1353709 calls/s
# udp tx:   1851 MB/s    31410 calls/s  31410 msg/s
# udp rx:   1336 MB/s  1086337 calls/s
# udp tx:   1782 MB/s    30234 calls/s  30234 msg/s
# udp tx:   1761 MB/s    29881 calls/s  29881 msg/s
# udp rx:   1508 MB/s  1225450 calls/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__->