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:   1737 MB/s  1414326 calls/s
# udp tx:   1928 MB/s    32711 calls/s  32711 msg/s
# udp rx:   1964 MB/s  1599116 calls/s
# udp tx:   1972 MB/s    33450 calls/s  33450 msg/s
# udp rx:   1964 MB/s  1599483 calls/s
# udp tx:   1973 MB/s    33466 calls/s  33466 msg/s
# UDP GRO fwd perf                        udp rx:   1622 MB/s  1318896 calls/s
# udp tx:   1964 MB/s    33323 calls/s  33323 msg/s
# udp rx:   1564 MB/s  1270597 calls/s
# udp tx:   1987 MB/s    33705 calls/s  33705 msg/s
# udp rx:   1776 MB/s  1445145 calls/s
# udp tx:   1981 MB/s    33603 calls/s  33603 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:   1465 MB/s  1189068 calls/s
# udp tx:   1873 MB/s    31770 calls/s  31770 msg/s
# udp rx:   1633 MB/s  1326554 calls/s
# udp tx:   1803 MB/s    30585 calls/s  30585 msg/s
# udp rx:   1777 MB/s  1441621 calls/s
# udp tx:   1900 MB/s    32240 calls/s  32240 msg/s
# UDP GRO fwd perf                        udp rx:   1710 MB/s  1386176 calls/s
# udp tx:   1947 MB/s    33038 calls/s  33038 msg/s
# udp rx:   1772 MB/s  1436138 calls/s
# udp tx:   1948 MB/s    33048 calls/s  33048 msg/s
# udp rx:   1776 MB/s  1439843 calls/s
# udp tx:   1951 MB/s    33099 calls/s  33099 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__->