make -C tools/testing/selftests TARGETS=net TEST_PROGS=udpgro_fwd.sh TEST__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:   1483 MB/s  1206951 calls/s
# udp tx:   1801 MB/s    30554 calls/s  30554 msg/s
# udp rx:   1845 MB/s  1502255 calls/s
# udp tx:   1871 MB/s    31736 calls/s  31736 msg/s
# udp rx:   1865 MB/s  1517328 calls/s
# udp tx:   1938 MB/s    32879 calls/s  32879 msg/s
# UDP GRO fwd perf                        udp rx:   1462 MB/s  1190099 calls/s
# udp tx:   1838 MB/s    31185 calls/s  31185 msg/s
# udp rx:   1886 MB/s  1534879 calls/s
# udp tx:   1919 MB/s    32559 calls/s  32559 msg/s
# udp rx:   1907 MB/s  1553155 calls/s
# udp tx:   1918 MB/s    32532 calls/s  32532 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:   1375 MB/s  1117180 calls/s
# udp tx:   1667 MB/s    28287 calls/s  28287 msg/s
# udp rx:   1137 MB/s   923262 calls/s
# udp tx:   1495 MB/s    25368 calls/s  25368 msg/s
# udp rx:    836 MB/s   677659 calls/s
# udp tx:   1863 MB/s    31614 calls/s  31614 msg/s
# UDP GRO fwd perf                        udp rx:   1563 MB/s  1268870 calls/s
# udp tx:   1852 MB/s    31416 calls/s  31416 msg/s
# udp rx:   1727 MB/s  1402094 calls/s
# udp tx:   1882 MB/s    31924 calls/s  31924 msg/s
# udp rx:   1613 MB/s  1311450 calls/s
# udp tx:   1684 MB/s    28571 calls/s  28571 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__->