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:   1463 MB/s  1190606 calls/s
# udp tx:   1758 MB/s    29821 calls/s  29821 msg/s
# udp rx:   1800 MB/s  1464542 calls/s
# udp tx:   1957 MB/s    33206 calls/s  33206 msg/s
# udp rx:   1769 MB/s  1437622 calls/s
# udp tx:   1957 MB/s    33206 calls/s  33206 msg/s
# UDP GRO fwd perf                        udp rx:   1761 MB/s  1433809 calls/s
# udp tx:   1957 MB/s    33205 calls/s  33205 msg/s
# udp rx:   1939 MB/s  1578393 calls/s
# udp tx:   1961 MB/s    33260 calls/s  33260 msg/s
# udp rx:   1891 MB/s  1539486 calls/s
# udp tx:   1962 MB/s    33284 calls/s  33284 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:    820 MB/s   665846 calls/s
# udp tx:   1293 MB/s    21938 calls/s  21938 msg/s
# udp rx:   1140 MB/s   924362 calls/s
# udp tx:   1315 MB/s    22320 calls/s  22320 msg/s
# udp rx:   1084 MB/s   879737 calls/s
# udp tx:   1298 MB/s    22030 calls/s  22030 msg/s
# UDP GRO fwd perf                        udp rx:    719 MB/s   584383 calls/s
# udp tx:   1263 MB/s    21422 calls/s  21422 msg/s
# udp rx:   1152 MB/s   936402 calls/s
# udp tx:   1285 MB/s    21803 calls/s  21803 msg/s
# udp rx:   1242 MB/s  1009623 calls/s
# udp tx:   1302 MB/s    22099 calls/s  22099 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__->