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:   1737 MB/s  1412729 calls/s
# udp tx:   1918 MB/s    32544 calls/s  32544 msg/s
# udp rx:   1807 MB/s  1469936 calls/s
# udp tx:   1910 MB/s    32410 calls/s  32410 msg/s
# udp rx:   1795 MB/s  1460300 calls/s
# udp tx:   1888 MB/s    32035 calls/s  32035 msg/s
# UDP GRO fwd perf                        udp rx:   1057 MB/s   860210 calls/s
# udp tx:   1280 MB/s    21710 calls/s  21710 msg/s
# udp rx:   1271 MB/s  1034970 calls/s
# udp tx:   1291 MB/s    21903 calls/s  21903 msg/s
# udp rx:   1275 MB/s  1038747 calls/s
# udp tx:   1281 MB/s    21728 calls/s  21728 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:   1172 MB/s   953078 calls/s
# udp tx:   1572 MB/s    26664 calls/s  26664 msg/s
# udp rx:   1359 MB/s  1103251 calls/s
# udp tx:   1726 MB/s    29285 calls/s  29285 msg/s
# udp rx:   1692 MB/s  1376938 calls/s
# udp tx:   1852 MB/s    31425 calls/s  31425 msg/s
# UDP GRO fwd perf                        udp rx:   1511 MB/s  1226197 calls/s
# udp tx:   1807 MB/s    30653 calls/s  30653 msg/s
# udp rx:   1751 MB/s  1419243 calls/s
# udp tx:   1956 MB/s    33179 calls/s  33179 msg/s
# udp rx:   1750 MB/s  1418876 calls/s
# udp tx:   1952 MB/s    33119 calls/s  33119 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__->