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:   1125 MB/s   915221 calls/s
# udp tx:   1248 MB/s    21183 calls/s  21183 msg/s
# udp rx:   1229 MB/s  1000425 calls/s
# udp tx:   1260 MB/s    21373 calls/s  21373 msg/s
# udp rx:   1226 MB/s   997206 calls/s
# udp tx:   1263 MB/s    21430 calls/s  21430 msg/s
# UDP GRO fwd perf                        udp rx:   1133 MB/s   920278 calls/s
# udp tx:   1266 MB/s    21487 calls/s  21487 msg/s
# udp rx:   1170 MB/s   950305 calls/s
# udp tx:   1268 MB/s    21522 calls/s  21522 msg/s
# udp rx:   1174 MB/s   954008 calls/s
# udp tx:   1269 MB/s    21533 calls/s  21533 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:   1382 MB/s  1120165 calls/s
# udp tx:   1885 MB/s    31977 calls/s  31977 msg/s
# udp rx:   1760 MB/s  1427154 calls/s
# udp tx:   1927 MB/s    32694 calls/s  32694 msg/s
# udp rx:   1622 MB/s  1315953 calls/s
# udp tx:   1833 MB/s    31100 calls/s  31100 msg/s
# UDP GRO fwd perf                        udp rx:   1641 MB/s  1330305 calls/s
# udp tx:   1920 MB/s    32566 calls/s  32566 msg/s
# udp rx:   1762 MB/s  1428874 calls/s
# udp tx:   1922 MB/s    32603 calls/s  32603 msg/s
# udp rx:   1611 MB/s  1306206 calls/s
# udp tx:   1887 MB/s    32017 calls/s  32017 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__->