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:   1690 MB/s  1376452 calls/s
# udp tx:   1914 MB/s    32468 calls/s  32468 msg/s
# udp rx:   1814 MB/s  1477341 calls/s
# udp tx:   1834 MB/s    31110 calls/s  31110 msg/s
# udp rx:   1812 MB/s  1475155 calls/s
# udp tx:   1829 MB/s    31023 calls/s  31023 msg/s
# UDP GRO fwd perf                        udp rx:   1671 MB/s  1359368 calls/s
# udp tx:   1818 MB/s    30838 calls/s  30838 msg/s
# udp rx:   1834 MB/s  1493540 calls/s
# udp tx:   1860 MB/s    31553 calls/s  31553 msg/s
# udp tx:   1899 MB/s    32217 calls/s  32217 msg/s
# udp rx:   1794 MB/s  1460665 calls/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:   1603 MB/s  1303977 calls/s
# udp tx:   1849 MB/s    31363 calls/s  31363 msg/s
# udp rx:   1809 MB/s  1469186 calls/s
# udp tx:   1913 MB/s    32457 calls/s  32457 msg/s
# udp rx:   1813 MB/s  1471503 calls/s
# udp tx:   1922 MB/s    32615 calls/s  32615 msg/s
# UDP GRO fwd perf                        udp rx:    534 MB/s   432518 calls/s
# udp tx:   1310 MB/s    22227 calls/s  22227 msg/s
# udp rx:    643 MB/s   521216 calls/s
# udp tx:   1310 MB/s    22226 calls/s  22226 msg/s
# udp rx:    549 MB/s   444705 calls/s
# udp tx:   1288 MB/s    21850 calls/s  21850 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__->