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:   1802 MB/s  1467595 calls/s
# udp tx:   1889 MB/s    32054 calls/s  32054 msg/s
# udp rx:   1939 MB/s  1579151 calls/s
# udp tx:   1950 MB/s    33083 calls/s  33083 msg/s
# udp rx:   1884 MB/s  1534028 calls/s
# udp tx:   1895 MB/s    32145 calls/s  32145 msg/s
# UDP GRO fwd perf                        udp rx:   1756 MB/s  1429791 calls/s
# udp tx:   1847 MB/s    31330 calls/s  31330 msg/s
# udp rx:   1944 MB/s  1583102 calls/s
# udp tx:   1949 MB/s    33065 calls/s  33065 msg/s
# udp rx:   1926 MB/s  1568245 calls/s
# udp tx:   1933 MB/s    32796 calls/s  32796 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:   1079 MB/s   876103 calls/s
# udp tx:   1297 MB/s    21999 calls/s  21999 msg/s
# udp rx:   1108 MB/s   898615 calls/s
# udp tx:   1314 MB/s    22299 calls/s  22299 msg/s
# udp rx:   1155 MB/s   937883 calls/s
# udp tx:   1312 MB/s    22262 calls/s  22262 msg/s
# UDP GRO fwd perf                        udp rx:    971 MB/s   787674 calls/s
# udp tx:   1322 MB/s    22428 calls/s  22428 msg/s
# udp rx:   1106 MB/s   897066 calls/s
# udp tx:   1331 MB/s    22583 calls/s  22583 msg/s
# udp rx:   1074 MB/s   871277 calls/s
# udp tx:   1326 MB/s    22495 calls/s  22495 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__->