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:   1328 MB/s  1080213 calls/s
# udp tx:   1764 MB/s    29924 calls/s  29924 msg/s
# udp rx:   1276 MB/s  1036540 calls/s
# udp tx:   1785 MB/s    30284 calls/s  30284 msg/s
# udp rx:   1241 MB/s  1010284 calls/s
# udp tx:   1259 MB/s    21354 calls/s  21354 msg/s
# UDP GRO fwd perf                        udp rx:   1161 MB/s   945119 calls/s
# udp tx:   1250 MB/s    21202 calls/s  21202 msg/s
# udp rx:   1243 MB/s  1012020 calls/s
# udp tx:   1263 MB/s    21424 calls/s  21424 msg/s
# udp rx:   1244 MB/s  1013038 calls/s
# udp tx:   1265 MB/s    21456 calls/s  21456 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:   1112 MB/s   905240 calls/s
# udp tx:   1168 MB/s    19821 calls/s  19821 msg/s
# udp rx:   1090 MB/s   887609 calls/s
# udp tx:   1170 MB/s    19845 calls/s  19845 msg/s
# udp rx:   1134 MB/s   923472 calls/s
# udp tx:   1149 MB/s    19488 calls/s  19488 msg/s
# UDP GRO fwd perf                        udp rx:   1075 MB/s   875636 calls/s
# udp tx:   1135 MB/s    19264 calls/s  19264 msg/s
# udp rx:   1141 MB/s   928937 calls/s
# udp tx:   1157 MB/s    19640 calls/s  19640 msg/s
# udp rx:   1135 MB/s   924331 calls/s
# udp tx:   1148 MB/s    19477 calls/s  19477 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__->