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:   1367 MB/s  1111641 calls/s
# udp tx:   1768 MB/s    29991 calls/s  29991 msg/s
# udp rx:   1409 MB/s  1147396 calls/s
# udp tx:   1869 MB/s    31710 calls/s  31710 msg/s
# udp rx:   1434 MB/s  1167488 calls/s
# udp tx:   1916 MB/s    32501 calls/s  32501 msg/s
# UDP GRO fwd perf                        udp rx:   1042 MB/s   847695 calls/s
# udp tx:   1880 MB/s    31891 calls/s  31891 msg/s
# udp rx:   1585 MB/s  1288146 calls/s
# udp tx:   1924 MB/s    32644 calls/s  32644 msg/s
# udp rx:   1066 MB/s   866633 calls/s
# udp tx:   1882 MB/s    31932 calls/s  31932 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:   1571 MB/s  1273851 calls/s
# udp tx:   1894 MB/s    32131 calls/s  32131 msg/s
# udp rx:   1774 MB/s  1438708 calls/s
# udp tx:   1897 MB/s    32189 calls/s  32189 msg/s
# udp rx:   1744 MB/s  1415341 calls/s
# udp tx:   1841 MB/s    31225 calls/s  31225 msg/s
# UDP GRO fwd perf                        udp rx:   1049 MB/s   854656 calls/s
# udp tx:   1116 MB/s    18935 calls/s  18935 msg/s
# udp rx:   1105 MB/s   899928 calls/s
# udp tx:   1124 MB/s    19079 calls/s  19079 msg/s
# udp rx:   1109 MB/s   903213 calls/s
# udp tx:   1112 MB/s    18874 calls/s  18874 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__->