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:   1326 MB/s  1078308 calls/s
# udp tx:   1929 MB/s    32731 calls/s  32731 msg/s
# udp rx:   1840 MB/s  1496703 calls/s
# udp tx:   1903 MB/s    32284 calls/s  32284 msg/s
# udp rx:   1862 MB/s  1514020 calls/s
# udp tx:   1918 MB/s    32533 calls/s  32533 msg/s
# UDP GRO fwd perf                        udp rx:   1053 MB/s   856224 calls/s
# udp tx:   1838 MB/s    31184 calls/s  31184 msg/s
# udp rx:   1240 MB/s  1008219 calls/s
# udp tx:   1935 MB/s    32826 calls/s  32826 msg/s
# udp rx:   1227 MB/s   999309 calls/s
# udp tx:   1890 MB/s    32059 calls/s  32059 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:   1215 MB/s   984576 calls/s
# udp tx:   1885 MB/s    31976 calls/s  31976 msg/s
# udp tx:   1653 MB/s    28045 calls/s  28045 msg/s
# udp rx:   1174 MB/s   952736 calls/s
# udp tx:   1203 MB/s    20413 calls/s  20413 msg/s
# udp rx:    989 MB/s   805126 calls/s
# UDP GRO fwd perf                        udp rx:    893 MB/s   727051 calls/s
# udp tx:   1055 MB/s    17902 calls/s  17902 msg/s
# udp rx:   1066 MB/s   868308 calls/s
# udp tx:   1068 MB/s    18116 calls/s  18116 msg/s
# udp rx:   1138 MB/s   927066 calls/s
# udp tx:   1162 MB/s    19711 calls/s  19711 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__->