make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro_fwd.sh TESST_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:   1167 MB/s   948137 calls/s
# udp tx:   1357 MB/s    23022 calls/s  23022 msg/s
# udp rx:   1079 MB/s   876016 calls/s
# udp tx:   1312 MB/s    22258 calls/s  22258 msg/s
# udp rx:   1018 MB/s   826212 calls/s
# udp tx:   1363 MB/s    23129 calls/s  23129 msg/s
# UDP GRO fwd perf                        udp rx:   1092 MB/s   886181 calls/s
# udp tx:   1353 MB/s    22953 calls/s  22953 msg/s
# udp rx:   1195 MB/s   969392 calls/s
# udp tx:   1362 MB/s    23104 calls/s  23104 msg/s
# udp rx:   1198 MB/s   971532 calls/s
# udp tx:   1359 MB/s    23060 calls/s  23060 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:   1111 MB/s   905060 calls/s
# udp tx:   1183 MB/s    20066 calls/s  20066 msg/s
# udp rx:   1175 MB/s   956983 calls/s
# udp tx:   1183 MB/s    20081 calls/s  20081 msg/s
# udp rx:   1205 MB/s   981232 calls/s
# udp tx:   1199 MB/s    20348 calls/s  20348 msg/s
# UDP GRO fwd perf                        udp rx:   1164 MB/s   947900 calls/s
# udp tx:   1221 MB/s    20720 calls/s  20720 msg/s
# udp rx:   1100 MB/s   895739 calls/s
# udp tx:   1225 MB/s    20781 calls/s  20781 msg/s
# udp rx:   1130 MB/s   918119 calls/s
# udp tx:   1268 MB/s    21511 calls/s  21511 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__->